lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] valyuta/002 c407817 13/65: fix defect


From: Greg Chicares
Subject: [lmi-commits] [lmi] valyuta/002 c407817 13/65: fix defect
Date: Wed, 16 Sep 2020 16:55:13 -0400 (EDT)

branch: valyuta/002
commit c407817c29a7ec57878b6b4babd7412cda35da0a
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    fix defect
---
 ihs_acctval.cpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ihs_acctval.cpp b/ihs_acctval.cpp
index e4cefce..6da4a5b 100644
--- a/ihs_acctval.cpp
+++ b/ihs_acctval.cpp
@@ -342,13 +342,10 @@ currency AccountValue::RunOneCell(mcenum_run_basis 
a_Basis)
             // rating is impossible. USER !! Explain this in user
             // documentation.
             IncrementBOM(year, month, 1.0);
-            // TODO ?? PRESSING Adjusting this by inforce is wrong for
-            // individual cells run as such, because they don't
-            // reflect partial mortality.
             IncrementEOM
                 (year
                 ,month
-                ,currency(SepAcctValueAfterDeduction * InforceLivesBoy())
+                ,currency(SepAcctValueAfterDeduction)
                 ,CumPmts
                 );
             }



reply via email to

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