lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/irc7702_2pct 2f06c0d 1/2: Fix defect introduced


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/irc7702_2pct 2f06c0d 1/2: Fix defect introduced 20080821T0223Z: bad product-editor description
Date: Tue, 12 Jan 2021 22:38:13 -0500 (EST)

branch: odd/irc7702_2pct
commit 2f06c0d88257ad8b579255da8149402264d39eb7
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Fix defect introduced 20080821T0223Z: bad product-editor description
    
    In commit 3ccea771e3828, DB_AgeLastOrNearest options were explained as:
      0=ALB, 1=ANB (ties --> older), 2=ANB (ties --> younger) [wrong]
    which mixed up the last two enumerators. The enum is actually this:
    
    enum oenum_alb_or_anb
        {oe_age_last_birthday
        ,oe_age_nearest_birthday_ties_younger
        ,oe_age_nearest_birthday_ties_older
        };
---
 dbnames.xpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dbnames.xpp b/dbnames.xpp
index b62870d..4017a87 100644
--- a/dbnames.xpp
+++ b/dbnames.xpp
@@ -347,7 +347,7 @@
 {DB_LedgerType,DB_Topic_Miscellanea,"LedgerType","Ledger type: 0=illustration 
reg, 1=FINRA, 3=group private placement, 6=individual private placement",}, \
 {DB_Nonillustrated,DB_Topic_Miscellanea,"Nonillustrated","Forbid all 
illustrations: 0=no, 1=yes",}, \
 {DB_NoLongerIssued,DB_Topic_Miscellanea,"NoLongerIssued","Forbid new-business 
illustrations: 0=no, 1=yes",}, \
-{DB_AgeLastOrNearest,DB_Topic_Miscellanea,"AgeLastOrNearest","Age calculated 
as of last or nearest birthday: 0=ALB, 1=ANB (ties --> older), 2=ANB (ties --> 
younger)",}, \
+{DB_AgeLastOrNearest,DB_Topic_Miscellanea,"AgeLastOrNearest","Age calculated 
as of last or nearest birthday: 0=ALB, 1=ANB (ties --> younger), 2=ANB (ties 
--> older)",}, \
 {DB_MaturityAge,DB_Topic_Miscellanea,"MaturityAge","Normal maturity age",}, \
 {DB_CashValueEnhMult,DB_Topic_Miscellanea,"CashValueEnhMult","Cash value 
enhancement multiple: e.g. 0.03 to make cash value three percent higher than 
account value",}, \
 {DB_LapseIgnoresSurrChg,DB_Topic_Miscellanea,"LapseIgnoresSurrChg","Ignore 
tabular surrender charge for lapse processing",}, \



reply via email to

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