lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 21d8366 4/8: Assign and use A1_


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 21d8366 4/8: Assign and use A1_
Date: Sun, 14 Mar 2021 16:03:30 -0400 (EDT)

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

    Assign and use A1_
---
 i7702.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/i7702.cpp b/i7702.cpp
index a398e25..cca706d 100644
--- a/i7702.cpp
+++ b/i7702.cpp
@@ -299,7 +299,9 @@ i7702::i7702
     // DCV calculations in the account value class as well as
     // GPT calculations in the 7702 class.
 
+    // 7702 !! Alternatively, specify A0_ and delta, then calculate A1_?
     A0_ = database.query<double>(DB_AnnInterestRate7702);
+    A1_ = 0.02 + A0_;
 
     database.query_into(DB_GuarInt, Bgen_);
 
@@ -390,7 +392,7 @@ i7702::i7702
         (net_gsp_
         ,apply_unary
             (i_upper_12_over_12_from_i<double>()
-            ,Max(0.02 + A0_, guar_int) - Dsep_
+            ,Max(A1_, guar_int) - Dsep_
             )
         );
 



reply via email to

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