lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 416fa42 1/3: Add an 'AllowGroupQuote' databas


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 416fa42 1/3: Add an 'AllowGroupQuote' database entity
Date: Thu, 1 Aug 2019 20:37:21 -0400 (EDT)

branch: master
commit 416fa42cfe7ed250c949faa3d9a4fa006b76bc4f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add an 'AllowGroupQuote' database entity
---
 db_sort.sed | 1 +
 dbdict.cpp  | 1 +
 dbdict.hpp  | 1 +
 dbnames.hpp | 1 +
 dbnames.xpp | 1 +
 5 files changed, 5 insertions(+)

diff --git a/db_sort.sed b/db_sort.sed
index 5871528..940aed5 100644
--- a/db_sort.sed
+++ b/db_sort.sed
@@ -347,6 +347,7 @@
 /DB_GroupProxyRateTable\>/ s/^/R09/
 /DB_PartialMortTable\>/    s/^/R10/
 /DB_UsePolicyFormAlt\>/    s/^/R11/
+/DB_AllowGroupQuote\>/     s/^/R12/
 # DB_Topic_Weights
 /DB_WeightClass\>/         s/^/S01/
 /DB_WeightGender\>/        s/^/S02/
diff --git a/dbdict.cpp b/dbdict.cpp
index 425975c..22ed65b 100644
--- a/dbdict.cpp
+++ b/dbdict.cpp
@@ -416,6 +416,7 @@ void DBDictionary::ascribe_members()
     ascribe("GroupProxyRateTable" , &DBDictionary::GroupProxyRateTable );
     ascribe("PartialMortTable"    , &DBDictionary::PartialMortTable    );
     ascribe("UsePolicyFormAlt"    , &DBDictionary::UsePolicyFormAlt    );
+    ascribe("AllowGroupQuote"     , &DBDictionary::AllowGroupQuote     );
     ascribe("WeightClass"         , &DBDictionary::WeightClass         );
     ascribe("WeightGender"        , &DBDictionary::WeightGender        );
     ascribe("WeightSmoking"       , &DBDictionary::WeightSmoking       );
diff --git a/dbdict.hpp b/dbdict.hpp
index 0169338..8ca996b 100644
--- a/dbdict.hpp
+++ b/dbdict.hpp
@@ -400,6 +400,7 @@ class LMI_SO DBDictionary
     // treated the same way.
     database_entity PartialMortTable    ;
     database_entity UsePolicyFormAlt    ;
+    database_entity AllowGroupQuote     ;
     database_entity WeightClass         ;
     database_entity WeightGender        ;
     database_entity WeightSmoking       ;
diff --git a/dbnames.hpp b/dbnames.hpp
index 46952a8..aee5798 100644
--- a/dbnames.hpp
+++ b/dbnames.hpp
@@ -523,6 +523,7 @@ enum e_database_key
         ,DB_GroupProxyRateTable
         ,DB_PartialMortTable
         ,DB_UsePolicyFormAlt
+        ,DB_AllowGroupQuote
 
     ,DB_Topic_Weights
 
diff --git a/dbnames.xpp b/dbnames.xpp
index 0764625..d60fc11 100644
--- a/dbnames.xpp
+++ b/dbnames.xpp
@@ -353,6 +353,7 @@
 {DB_GroupProxyRateTable,DB_Topic_Miscellanea,"GroupProxyRateTable","Group-term 
proxy rate (index in mortality table database)",}, \
 {DB_PartialMortTable,DB_Topic_Miscellanea,"PartialMortTable","Partial 
mortality table (index in mortality table database)",}, \
 {DB_UsePolicyFormAlt,DB_Topic_Miscellanea,"UsePolicyFormAlt","Use alternative 
policy-form name: 0=no, 1=yes",}, \
+{DB_AllowGroupQuote,DB_Topic_Miscellanea,"AllowGroupQuote","Allow group 
premium quotes: 0=no, 1=yes",}, \
 {DB_Topic_Weights,DB_FIRST,"Weights","Weights for profit analysis cells [not 
yet implemented]",}, \
 {DB_WeightClass,DB_Topic_Weights,"WeightClass","Weight by underwriting class 
[not yet implemented]",}, \
 {DB_WeightGender,DB_Topic_Weights,"WeightGender","Weight by gender [not yet 
implemented]",}, \



reply via email to

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