lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6551] Add a database entity for individual selection of s


From: Greg Chicares
Subject: [lmi-commits] [6551] Add a database entity for individual selection of specified amount
Date: Wed, 27 Apr 2016 12:28:20 +0000

Revision: 6551
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6551
Author:   chicares
Date:     2016-04-27 12:28:19 +0000 (Wed, 27 Apr 2016)
Log Message:
-----------
Add a database entity for individual selection of specified amount

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

Modified: lmi/trunk/dbdict.cpp
===================================================================
--- lmi/trunk/dbdict.cpp        2016-04-23 15:09:46 UTC (rev 6550)
+++ lmi/trunk/dbdict.cpp        2016-04-27 12:28:19 UTC (rev 6551)
@@ -142,6 +142,7 @@
     ascribe("StateApproved"       , &DBDictionary::StateApproved       );
     ascribe("AllowStateXX"        , &DBDictionary::AllowStateXX        );
     ascribe("AllowForeign"        , &DBDictionary::AllowForeign        );
+    ascribe("GroupIndivSelection" , &DBDictionary::GroupIndivSelection );
     ascribe("Allowable"           , &DBDictionary::Allowable           );
     ascribe("AllowCvat"           , &DBDictionary::AllowCvat           );
     ascribe("AllowGpt"            , &DBDictionary::AllowGpt            );
@@ -939,6 +940,7 @@
     Add(database_entity(DB_StateApproved       , true));
     Add(database_entity(DB_AllowStateXX        , true));
     Add(database_entity(DB_AllowForeign        , true));
+    Add(database_entity(DB_GroupIndivSelection , false));
     Add(database_entity(DB_AllowImfOverride    , false));
     Add(database_entity(DB_AllowNo7702         , false));
     Add(database_entity(DB_EnforceNaarLimit    , true));

Modified: lmi/trunk/dbdict.hpp
===================================================================
--- lmi/trunk/dbdict.hpp        2016-04-23 15:09:46 UTC (rev 6550)
+++ lmi/trunk/dbdict.hpp        2016-04-27 12:28:19 UTC (rev 6551)
@@ -118,6 +118,7 @@
     database_entity StateApproved       ;
     database_entity AllowStateXX        ;
     database_entity AllowForeign        ;
+    database_entity GroupIndivSelection ;
     database_entity Allowable           ;
     database_entity AllowCvat           ;
     database_entity AllowGpt            ;

Modified: lmi/trunk/dbnames.hpp
===================================================================
--- lmi/trunk/dbnames.hpp       2016-04-23 15:09:46 UTC (rev 6550)
+++ lmi/trunk/dbnames.hpp       2016-04-27 12:28:19 UTC (rev 6551)
@@ -149,6 +149,8 @@
         ,DB_AllowStateXX
         ,DB_AllowForeign
 
+        ,DB_GroupIndivSelection
+
         ,DB_Allowable
 
     ,DB_Topic_7702And7702A

Modified: lmi/trunk/dbnames.xpp
===================================================================
--- lmi/trunk/dbnames.xpp       2016-04-23 15:09:46 UTC (rev 6550)
+++ lmi/trunk/dbnames.xpp       2016-04-27 12:28:19 UTC (rev 6551)
@@ -48,6 +48,7 @@
 {DB_StateApproved,DB_Topic_Underwriting,"StateApproved","Approved by state: 
0=no, 1=yes",}, \
 {DB_AllowStateXX,DB_Topic_Underwriting,"AllowStateXX","Allow state 'XX': 0=no, 
1=yes [not yet implemented]",}, \
 {DB_AllowForeign,DB_Topic_Underwriting,"AllowForeign","Allow foreign-country 
multiplier for cost of insurance charges: 0=no, 1=yes [not yet implemented]",}, 
\
+{DB_GroupIndivSelection,DB_Topic_Underwriting,"GroupIndivSelection","For group 
insurance, allow individual selection of specified amount: 0=no, 1=yes",}, \
 {DB_Allowable,DB_Topic_Underwriting,"Allowable","A catchall category for rules 
not otherwise expressible",}, \
 {DB_Topic_7702And7702A,DB_FIRST,"7702 and 7702A","Internal Revenue Code 
sections 7702 and 7702A",}, \
 {DB_AllowCvat,DB_Topic_7702And7702A,"AllowCvat","Allow cash value accumulation 
test: 0=no, 1=yes",}, \




reply via email to

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