lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 98b5fa6 2/5: Expunge an obsolete comment


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 98b5fa6 2/5: Expunge an obsolete comment
Date: Tue, 30 Mar 2021 17:42:10 -0400 (EDT)

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

    Expunge an obsolete comment
    
    Formerly, there was only one 'D' variable, which included separate-
    account loads, but only for separate-account-only products. Now, there
    are several 'D' variables, and separate-account loads are included in
    'Dsep', exactly where they naturally belong.
---
 i7702_init.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/i7702_init.cpp b/i7702_init.cpp
index c7c3501..fa97d38 100644
--- a/i7702_init.cpp
+++ b/i7702_init.cpp
@@ -102,9 +102,6 @@ i7702::i7702
     // the issue date constitutes a short-term guarantee that must be
     // reflected in the 7702 interest rates (excluding the GLP rate).
 
-    // It just so happens that these loads are zero for all products
-    // lmi supports, except for separate-account-only products. The
-    // logic will soon be reworked to make that irrelevant.
     // 7702 !! DB_CurrAcctValLoad is sepacct only: change its name
     database.query_into(DB_CurrAcctValLoad, Dsep_);
     Dsep_ += stratified.minimum_tiered_sepacct_load_for_7702();



reply via email to

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