lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5667] Add another database entity for 7702A


From: Greg Chicares
Subject: [lmi-commits] [5667] Add another database entity for 7702A
Date: Sun, 13 Jan 2013 12:50:26 +0000

Revision: 5667
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5667
Author:   chicares
Date:     2013-01-13 12:50:25 +0000 (Sun, 13 Jan 2013)
Log Message:
-----------
Add another database entity for 7702A

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/dbdict.cpp
    lmi/trunk/dbdict.hpp
    lmi/trunk/dbnames.hpp
    lmi/trunk/dbnames.xpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2013-01-12 14:37:17 UTC (rev 5666)
+++ lmi/trunk/ChangeLog 2013-01-13 12:50:25 UTC (rev 5667)
@@ -31904,3 +31904,11 @@
   ihs_server7702.cpp
 Remove dead code.
 
+20130113T1250Z <address@hidden> [543]
+
+  dbdict.cpp
+  dbdict.hpp
+  dbnames.hpp
+  dbnames.xpp
+Add another database entity for 7702A.
+

Modified: lmi/trunk/dbdict.cpp
===================================================================
--- lmi/trunk/dbdict.cpp        2013-01-12 14:37:17 UTC (rev 5666)
+++ lmi/trunk/dbdict.cpp        2013-01-13 12:50:25 UTC (rev 5667)
@@ -155,6 +155,7 @@
     ascribe("Irc7702QTable"       , &DBDictionary::Irc7702QTable       );
     ascribe("RatingsAffect7702"   , &DBDictionary::RatingsAffect7702   );
     ascribe("CvatMatChangeDefn"   , &DBDictionary::CvatMatChangeDefn   );
+    ascribe("GptMatChangeDefn"    , &DBDictionary::GptMatChangeDefn    );
     ascribe("CorrHidesIncreases"  , &DBDictionary::CorrHidesIncreases  );
     ascribe("Irc7702BftIsSpecAmt" , &DBDictionary::Irc7702BftIsSpecAmt );
     ascribe("Initial7702BftIsDb"  , &DBDictionary::Initial7702BftIsDb  );
@@ -906,6 +907,7 @@
     Add(database_entity(DB_SpecAmtLoadLimit    , 10000000.0));
     Add(database_entity(DB_RatingsAffect7702   , false));
     Add(database_entity(DB_CvatMatChangeDefn   , 
mce_earlier_of_increase_or_unnecessary_premium));
+    Add(database_entity(DB_GptMatChangeDefn    , 0));
     Add(database_entity(DB_CorrHidesIncreases  , false));
     Add(database_entity(DB_Irc7702BftIsSpecAmt , 0));
     Add(database_entity(DB_Initial7702BftIsDb  , false));

Modified: lmi/trunk/dbdict.hpp
===================================================================
--- lmi/trunk/dbdict.hpp        2013-01-12 14:37:17 UTC (rev 5666)
+++ lmi/trunk/dbdict.hpp        2013-01-13 12:50:25 UTC (rev 5667)
@@ -130,6 +130,7 @@
     database_entity Irc7702QTable       ;
     database_entity RatingsAffect7702   ;
     database_entity CvatMatChangeDefn   ;
+    database_entity GptMatChangeDefn    ;
     database_entity CorrHidesIncreases  ;
     database_entity Irc7702BftIsSpecAmt ;
     database_entity Initial7702BftIsDb  ;

Modified: lmi/trunk/dbnames.hpp
===================================================================
--- lmi/trunk/dbnames.hpp       2013-01-12 14:37:17 UTC (rev 5666)
+++ lmi/trunk/dbnames.hpp       2013-01-13 12:50:25 UTC (rev 5667)
@@ -167,6 +167,7 @@
 
         ,DB_RatingsAffect7702
         ,DB_CvatMatChangeDefn
+        ,DB_GptMatChangeDefn
         ,DB_CorrHidesIncreases
         ,DB_Irc7702BftIsSpecAmt
         ,DB_Initial7702BftIsDb

Modified: lmi/trunk/dbnames.xpp
===================================================================
--- lmi/trunk/dbnames.xpp       2013-01-12 14:37:17 UTC (rev 5666)
+++ lmi/trunk/dbnames.xpp       2013-01-13 12:50:25 UTC (rev 5667)
@@ -62,6 +62,7 @@
 {DB_Irc7702QTable,DB_Topic_7702And7702A,"Irc7702QTable","7702 and 7702A annual 
mortality rate (index in mortality table database)",}, \
 {DB_RatingsAffect7702,DB_Topic_7702And7702A,"RatingsAffect7702","Flat extras 
and table ratings affect 7702 and 7702A calculations: 0=no, 1=yes",}, \
 {DB_CvatMatChangeDefn,DB_Topic_7702And7702A,"CvatMatChangeDefn","Definition of 
7702A material change for CVAT: 0=unnec prem, 1=increase, 2=increase after 
unnec prem, 3=any unnec prem or increase",}, \
+{DB_GptMatChangeDefn,DB_Topic_7702And7702A,"GptMatChangeDefn","Definition of 
7702A material change for GPT: 0=any adjustment event, 1=any adjustment event 
that increases the guideline limit",}, \
 {DB_CorrHidesIncreases,DB_Topic_7702And7702A,"CorrHidesIncreases","For 7702 
and 7702A, ignore specified-amount increases that don't affect DB due to 
corridor: 0=no, 1=yes",}, \
 
{DB_Irc7702BftIsSpecAmt,DB_Topic_7702And7702A,"Irc7702BftIsSpecAmt","7702(f)(3) 
'death benefit' is specamt rather than DB: 0=no, 1=yes",}, \
 {DB_Initial7702BftIsDb,DB_Topic_7702And7702A,"Initial7702BftIsDb","For DBO 2, 
riskily reflect 1035 and initial payment in initial 7702(f)(3) 'death benefit': 
0=no, 1=yes",}, \




reply via email to

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