lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master c017212 08/14: Make 'daily_interest_accountin


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c017212 08/14: Make 'daily_interest_accounting' harder to overlook
Date: Sat, 29 Aug 2020 19:34:49 -0400 (EDT)

branch: master
commit c017212c3513ca1247b7bd041b63b4675b801afd
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Make 'daily_interest_accounting' harder to overlook
---
 ihs_acctval.cpp | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/ihs_acctval.cpp b/ihs_acctval.cpp
index 3c2840d..5042cd0 100644
--- a/ihs_acctval.cpp
+++ b/ihs_acctval.cpp
@@ -436,6 +436,11 @@ void AccountValue::InitializeLife(mcenum_run_basis a_Basis)
     LMI_ASSERT(11                       == InvariantValues().MecMonth);
     LMI_ASSERT(BasicValues::GetLength() == InvariantValues().MecYear );
 
+    daily_interest_accounting = contains
+        (yare_input_.Comments
+        ,"idiosyncrasy_daily_interest_accounting"
+        );
+
     OldDBOpt = DeathBfts_->dbopt()[0];
     // TAXATION !! 'OldSA' and 'OldDB' need to be distinguished for 7702 and 
7702A,
     // with inclusion of term dependent on 'TermIsDbFor7702' and 
'TermIsDbFor7702A'.
@@ -533,13 +538,6 @@ void AccountValue::InitializeLife(mcenum_run_basis a_Basis)
         ,pmts_7702a
         ,bfts_7702a
         );
-
-    //  TAXATION !! Move this before 7702 and 7702A stuff, to make it
-    // harder to overlook.
-    daily_interest_accounting = contains
-        (yare_input_.Comments
-        ,"idiosyncrasy_daily_interest_accounting"
-        );
 }
 
 //============================================================================



reply via email to

[Prev in Thread] Current Thread [Next in Thread]