lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6dfcbf6 4/5: Fix defect introduced 20050114T1


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6dfcbf6 4/5: Fix defect introduced 20050114T1947Z: wrong DCV interest rate
Date: Mon, 15 Mar 2021 11:03:45 -0400 (EDT)

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

    Fix defect introduced 20050114T1947Z: wrong DCV interest rate
    
    The DCV rate must not reflect any deduction for account-value charges.
    
    Although this defect was introduced 20050114T1947Z into CVS, it comes
    from an original file predating the lmi epoch.
---
 ihs_acctval.cpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ihs_acctval.cpp b/ihs_acctval.cpp
index c6f1e97..980e330 100644
--- a/ihs_acctval.cpp
+++ b/ihs_acctval.cpp
@@ -1312,10 +1312,7 @@ void AccountValue::SetAnnualInvariants()
             ;
         }
 
-    // 7702 !! This is clearly wrong. This rate is net of certain
-    // asset-based charges, but those charges are explicitly
-    // deducted from DCV, so they must be ignored here.
-    YearsDcvIntRate         = i7702_->net_glp()[Year];
+    YearsDcvIntRate         = i7702_->ic_usual()[Year];
     YearsHoneymoonValueRate = InterestRates_->HoneymoonValueRate
         (GenBasis_
         ,mce_monthly_rate



reply via email to

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