lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 7b3f6ad 2/7: Use the 2021 transitional 7702 r


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7b3f6ad 2/7: Use the 2021 transitional 7702 rate for one sample product
Date: Wed, 10 Feb 2021 09:41:59 -0500 (EST)

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

    Use the 2021 transitional 7702 rate for one sample product
---
 dbdict.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dbdict.cpp b/dbdict.cpp
index 0138fee..665cf42 100644
--- a/dbdict.cpp
+++ b/dbdict.cpp
@@ -1488,6 +1488,9 @@ sample2xyz::sample2xyz()
     Add({DB_Irc7702QAxisGender  , false});
     Add({DB_Irc7702QAxisSmoking , true});
 #endif // 0
+    // This is determined by law, in a way that varies by product;
+    // 2021 products use this two-percent rate.
+    Add({DB_AnnInterestRate7702 , 0.02});
     // Arguably the most complex ledger type.
     Add({DB_LedgerType          , mce_finra});
     // Certain group-quote columns are available only when these two



reply via email to

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