lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6adf43b 1/3: Add about fourteen dozen databas


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6adf43b 1/3: Add about fourteen dozen database entities
Date: Thu, 3 Dec 2020 09:21:09 -0500 (EST)

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

    Add about fourteen dozen database entities
    
    Added a database entity for each field in class product_data that does
    not represent a filename. For now, all new entities have default values.
    The plan is to assign an appropriate value to each, and then expunge the
    corresponding product_data members after comprehensive testing.
---
 dbdict.cpp  | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 dbdict.hpp  | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 dbnames.hpp | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 dbnames.xpp | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 684 insertions(+)

diff --git a/dbdict.cpp b/dbdict.cpp
index c5d5391..aab706e 100644
--- a/dbdict.cpp
+++ b/dbdict.cpp
@@ -421,6 +421,177 @@ void DBDictionary::ascribe_members()
     ascribe("UsePolicyFormAlt"          , &DBDictionary::UsePolicyFormAlt      
    ); // LINGO !! expunge
     ascribe("AllowGroupQuote"           , &DBDictionary::AllowGroupQuote       
    );
     ascribe("PolicyForm"                , &DBDictionary::PolicyForm            
    );
+    ascribe("PolicyFormAlternative"     , &DBDictionary::PolicyFormAlternative 
    ); // LINGO !! expunge
+    ascribe("PolicyMktgName"            , &DBDictionary::PolicyMktgName        
    );
+    ascribe("PolicyLegalName"           , &DBDictionary::PolicyLegalName       
    );
+    ascribe("InsCoShortName"            , &DBDictionary::InsCoShortName        
    );
+    ascribe("InsCoName"                 , &DBDictionary::InsCoName             
    );
+    ascribe("InsCoAddr"                 , &DBDictionary::InsCoAddr             
    );
+    ascribe("InsCoStreet"               , &DBDictionary::InsCoStreet           
    );
+    ascribe("InsCoPhone"                , &DBDictionary::InsCoPhone            
    );
+    ascribe("MainUnderwriter"           , &DBDictionary::MainUnderwriter       
    );
+    ascribe("MainUnderwriterAddress"    , 
&DBDictionary::MainUnderwriterAddress    );
+    ascribe("CoUnderwriter"             , &DBDictionary::CoUnderwriter         
    );
+    ascribe("CoUnderwriterAddress"      , &DBDictionary::CoUnderwriterAddress  
    );
+    ascribe("AvName"                    , &DBDictionary::AvName                
    );
+    ascribe("CsvName"                   , &DBDictionary::CsvName               
    );
+    ascribe("CsvHeaderName"             , &DBDictionary::CsvHeaderName         
    );
+    ascribe("NoLapseProvisionName"      , &DBDictionary::NoLapseProvisionName  
    );
+    ascribe("ContractName"              , &DBDictionary::ContractName          
    );
+    ascribe("DboName"                   , &DBDictionary::DboName               
    );
+    ascribe("DboNameLevel"              , &DBDictionary::DboNameLevel          
    );
+    ascribe("DboNameIncreasing"         , &DBDictionary::DboNameIncreasing     
    );
+    ascribe("DboNameReturnOfPremium"    , 
&DBDictionary::DboNameReturnOfPremium    );
+    ascribe("DboNameMinDeathBenefit"    , 
&DBDictionary::DboNameMinDeathBenefit    );
+    ascribe("GenAcctName"               , &DBDictionary::GenAcctName           
    );
+    ascribe("GenAcctNameElaborated"     , &DBDictionary::GenAcctNameElaborated 
    );
+    ascribe("SepAcctName"               , &DBDictionary::SepAcctName           
    );
+    ascribe("SpecAmtName"               , &DBDictionary::SpecAmtName           
    );
+    ascribe("SpecAmtNameElaborated"     , &DBDictionary::SpecAmtNameElaborated 
    );
+    ascribe("UwBasisMedical"            , &DBDictionary::UwBasisMedical        
    );
+    ascribe("UwBasisParamedical"        , &DBDictionary::UwBasisParamedical    
    );
+    ascribe("UwBasisNonmedical"         , &DBDictionary::UwBasisNonmedical     
    );
+    ascribe("UwBasisSimplified"         , &DBDictionary::UwBasisSimplified     
    );
+    ascribe("UwBasisGuaranteed"         , &DBDictionary::UwBasisGuaranteed     
    );
+    ascribe("UwClassPreferred"          , &DBDictionary::UwClassPreferred      
    );
+    ascribe("UwClassStandard"           , &DBDictionary::UwClassStandard       
    );
+    ascribe("UwClassRated"              , &DBDictionary::UwClassRated          
    );
+    ascribe("UwClassUltra"              , &DBDictionary::UwClassUltra          
    );
+    ascribe("AccountValueFootnote"      , &DBDictionary::AccountValueFootnote  
    );
+    ascribe("AttainedAgeFootnote"       , &DBDictionary::AttainedAgeFootnote   
    );
+    ascribe("CashSurrValueFootnote"     , &DBDictionary::CashSurrValueFootnote 
    );
+    ascribe("DeathBenefitFootnote"      , &DBDictionary::DeathBenefitFootnote  
    );
+    ascribe("InitialPremiumFootnote"    , 
&DBDictionary::InitialPremiumFootnote    );
+    ascribe("NetPremiumFootnote"        , &DBDictionary::NetPremiumFootnote    
    );
+    ascribe("GrossPremiumFootnote"      , &DBDictionary::GrossPremiumFootnote  
    );
+    ascribe("OutlayFootnote"            , &DBDictionary::OutlayFootnote        
    );
+    ascribe("PolicyYearFootnote"        , &DBDictionary::PolicyYearFootnote    
    );
+    ascribe("ADDTerseName"              , &DBDictionary::ADDTerseName          
    );
+    ascribe("InsurabilityTerseName"     , &DBDictionary::InsurabilityTerseName 
    );
+    ascribe("ChildTerseName"            , &DBDictionary::ChildTerseName        
    );
+    ascribe("SpouseTerseName"           , &DBDictionary::SpouseTerseName       
    );
+    ascribe("TermTerseName"             , &DBDictionary::TermTerseName         
    );
+    ascribe("WaiverTerseName"           , &DBDictionary::WaiverTerseName       
    );
+    ascribe("AccelBftRiderTerseName"    , 
&DBDictionary::AccelBftRiderTerseName    );
+    ascribe("OverloanRiderTerseName"    , 
&DBDictionary::OverloanRiderTerseName    );
+    ascribe("ADDFootnote"               , &DBDictionary::ADDFootnote           
    );
+    ascribe("ChildFootnote"             , &DBDictionary::ChildFootnote         
    );
+    ascribe("SpouseFootnote"            , &DBDictionary::SpouseFootnote        
    );
+    ascribe("TermFootnote"              , &DBDictionary::TermFootnote          
    );
+    ascribe("WaiverFootnote"            , &DBDictionary::WaiverFootnote        
    );
+    ascribe("AccelBftRiderFootnote"     , &DBDictionary::AccelBftRiderFootnote 
    );
+    ascribe("OverloanRiderFootnote"     , &DBDictionary::OverloanRiderFootnote 
    );
+    ascribe("GroupQuoteShortProductName", 
&DBDictionary::GroupQuoteShortProductName);
+    ascribe("GroupQuoteIsNotAnOffer"    , 
&DBDictionary::GroupQuoteIsNotAnOffer    );
+    ascribe("GroupQuoteRidersFooter"    , 
&DBDictionary::GroupQuoteRidersFooter    );
+    ascribe("GroupQuotePolicyFormId"    , 
&DBDictionary::GroupQuotePolicyFormId    );
+    ascribe("GroupQuoteStateVariations" , 
&DBDictionary::GroupQuoteStateVariations );
+    ascribe("GroupQuoteProspectus"      , &DBDictionary::GroupQuoteProspectus  
    );
+    ascribe("GroupQuoteUnderwriter"     , &DBDictionary::GroupQuoteUnderwriter 
    );
+    ascribe("GroupQuoteBrokerDealer"    , 
&DBDictionary::GroupQuoteBrokerDealer    );
+    ascribe("GroupQuoteRubricMandatory" , 
&DBDictionary::GroupQuoteRubricMandatory );
+    ascribe("GroupQuoteRubricVoluntary" , 
&DBDictionary::GroupQuoteRubricVoluntary );
+    ascribe("GroupQuoteRubricFusion"    , 
&DBDictionary::GroupQuoteRubricFusion    );
+    ascribe("GroupQuoteFooterMandatory" , 
&DBDictionary::GroupQuoteFooterMandatory );
+    ascribe("GroupQuoteFooterVoluntary" , 
&DBDictionary::GroupQuoteFooterVoluntary );
+    ascribe("GroupQuoteFooterFusion"    , 
&DBDictionary::GroupQuoteFooterFusion    );
+    ascribe("MinimumPremiumFootnote"    , 
&DBDictionary::MinimumPremiumFootnote    );
+    ascribe("PremAllocationFootnote"    , 
&DBDictionary::PremAllocationFootnote    );
+    ascribe("InterestDisclaimer"        , &DBDictionary::InterestDisclaimer    
    );
+    ascribe("GuarMortalityFootnote"     , &DBDictionary::GuarMortalityFootnote 
    );
+    ascribe("ProductDescription"        , &DBDictionary::ProductDescription    
    );
+    ascribe("StableValueFootnote"       , &DBDictionary::StableValueFootnote   
    );
+    ascribe("NoVanishPremiumFootnote"   , 
&DBDictionary::NoVanishPremiumFootnote   );
+    ascribe("RejectPremiumFootnote"     , &DBDictionary::RejectPremiumFootnote 
    );
+    ascribe("ExpRatingFootnote"         , &DBDictionary::ExpRatingFootnote     
    );
+    ascribe("MortalityBlendFootnote"    , 
&DBDictionary::MortalityBlendFootnote    );
+    ascribe("HypotheticalRatesFootnote" , 
&DBDictionary::HypotheticalRatesFootnote );
+    ascribe("SalesLoadRefundFootnote"   , 
&DBDictionary::SalesLoadRefundFootnote   );
+    ascribe("NoLapseEverFootnote"       , &DBDictionary::NoLapseEverFootnote   
    );
+    ascribe("NoLapseFootnote"           , &DBDictionary::NoLapseFootnote       
    );
+    ascribe("CurrentValuesFootnote"     , &DBDictionary::CurrentValuesFootnote 
    );
+    ascribe("DBOption1Footnote"         , &DBDictionary::DBOption1Footnote     
    );
+    ascribe("DBOption2Footnote"         , &DBDictionary::DBOption2Footnote     
    );
+    ascribe("DBOption3Footnote"         , &DBDictionary::DBOption3Footnote     
    );
+    ascribe("MinDeathBenefitFootnote"   , 
&DBDictionary::MinDeathBenefitFootnote   );
+    ascribe("ExpRatRiskChargeFootnote"  , 
&DBDictionary::ExpRatRiskChargeFootnote  );
+    ascribe("ExchangeChargeFootnote1"   , 
&DBDictionary::ExchangeChargeFootnote1   );
+    ascribe("FlexiblePremiumFootnote"   , 
&DBDictionary::FlexiblePremiumFootnote   );
+    ascribe("GuaranteedValuesFootnote"  , 
&DBDictionary::GuaranteedValuesFootnote  );
+    ascribe("CreditingRateFootnote"     , &DBDictionary::CreditingRateFootnote 
    );
+    ascribe("GrossRateFootnote"         , &DBDictionary::GrossRateFootnote     
    );
+    ascribe("NetRateFootnote"           , &DBDictionary::NetRateFootnote       
    );
+    ascribe("MecFootnote"               , &DBDictionary::MecFootnote           
    );
+    ascribe("GptFootnote"               , &DBDictionary::GptFootnote           
    );
+    ascribe("MidpointValuesFootnote"    , 
&DBDictionary::MidpointValuesFootnote    );
+    ascribe("SinglePremiumFootnote"     , &DBDictionary::SinglePremiumFootnote 
    );
+    ascribe("MonthlyChargesFootnote"    , 
&DBDictionary::MonthlyChargesFootnote    );
+    ascribe("UltCreditingRateFootnote"  , 
&DBDictionary::UltCreditingRateFootnote  );
+    ascribe("UltCreditingRateHeader"    , 
&DBDictionary::UltCreditingRateHeader    );
+    ascribe("MaxNaarFootnote"           , &DBDictionary::MaxNaarFootnote       
    );
+    ascribe("PremTaxSurrChgFootnote"    , 
&DBDictionary::PremTaxSurrChgFootnote    );
+    ascribe("PolicyFeeFootnote"         , &DBDictionary::PolicyFeeFootnote     
    );
+    ascribe("AssetChargeFootnote"       , &DBDictionary::AssetChargeFootnote   
    );
+    ascribe("InvestmentIncomeFootnote"  , 
&DBDictionary::InvestmentIncomeFootnote  );
+    ascribe("IrrDbFootnote"             , &DBDictionary::IrrDbFootnote         
    );
+    ascribe("IrrCsvFootnote"            , &DBDictionary::IrrCsvFootnote        
    );
+    ascribe("MortalityChargesFootnote"  , 
&DBDictionary::MortalityChargesFootnote  );
+    ascribe("LoanAndWithdrawalFootnote" , 
&DBDictionary::LoanAndWithdrawalFootnote );
+    ascribe("LoanFootnote"              , &DBDictionary::LoanFootnote          
    );
+    ascribe("ImprimaturPresale"         , &DBDictionary::ImprimaturPresale     
    );
+    ascribe("ImprimaturPresaleComposite", 
&DBDictionary::ImprimaturPresaleComposite);
+    ascribe("ImprimaturInforce"         , &DBDictionary::ImprimaturInforce     
    );
+    ascribe("ImprimaturInforceComposite", 
&DBDictionary::ImprimaturInforceComposite);
+    ascribe("StateMarketingImprimatur"  , 
&DBDictionary::StateMarketingImprimatur  );
+    ascribe("NonGuaranteedFootnote"     , &DBDictionary::NonGuaranteedFootnote 
    );
+    ascribe("NonGuaranteedFootnote1"    , 
&DBDictionary::NonGuaranteedFootnote1    );
+    ascribe("NonGuaranteedFootnote1Tx"  , 
&DBDictionary::NonGuaranteedFootnote1Tx  );
+    ascribe("FnMonthlyDeductions"       , &DBDictionary::FnMonthlyDeductions   
    );
+    ascribe("SurrenderFootnote"         , &DBDictionary::SurrenderFootnote     
    );
+    ascribe("PortabilityFootnote"       , &DBDictionary::PortabilityFootnote   
    );
+    ascribe("FundRateFootnote"          , &DBDictionary::FundRateFootnote      
    );
+    ascribe("IssuingCompanyFootnote"    , 
&DBDictionary::IssuingCompanyFootnote    );
+    ascribe("SubsidiaryFootnote"        , &DBDictionary::SubsidiaryFootnote    
    );
+    ascribe("PlacementAgentFootnote"    , 
&DBDictionary::PlacementAgentFootnote    );
+    ascribe("MarketingNameFootnote"     , &DBDictionary::MarketingNameFootnote 
    );
+    ascribe("GuarIssueDisclaimerNcSc"   , 
&DBDictionary::GuarIssueDisclaimerNcSc   );
+    ascribe("GuarIssueDisclaimerMd"     , &DBDictionary::GuarIssueDisclaimerMd 
    );
+    ascribe("GuarIssueDisclaimerTx"     , &DBDictionary::GuarIssueDisclaimerTx 
    );
+    ascribe("IllRegCertAgent"           , &DBDictionary::IllRegCertAgent       
    );
+    ascribe("IllRegCertAgentIl"         , &DBDictionary::IllRegCertAgentIl     
    );
+    ascribe("IllRegCertAgentTx"         , &DBDictionary::IllRegCertAgentTx     
    );
+    ascribe("IllRegCertClient"          , &DBDictionary::IllRegCertClient      
    );
+    ascribe("IllRegCertClientIl"        , &DBDictionary::IllRegCertClientIl    
    );
+    ascribe("IllRegCertClientTx"        , &DBDictionary::IllRegCertClientTx    
    );
+    ascribe("FnMaturityAge"             , &DBDictionary::FnMaturityAge         
    );
+    ascribe("FnPartialMortality"        , &DBDictionary::FnPartialMortality    
    );
+    ascribe("FnProspectus"              , &DBDictionary::FnProspectus          
    );
+    ascribe("FnInitialSpecAmt"          , &DBDictionary::FnInitialSpecAmt      
    );
+    ascribe("FnInforceAcctVal"          , &DBDictionary::FnInforceAcctVal      
    );
+    ascribe("FnInforceTaxBasis"         , &DBDictionary::FnInforceTaxBasis     
    );
+    ascribe("Fn1035Charge"              , &DBDictionary::Fn1035Charge          
    );
+    ascribe("FnMecExtraWarning"         , &DBDictionary::FnMecExtraWarning     
    );
+    ascribe("FnNotTaxAdvice"            , &DBDictionary::FnNotTaxAdvice        
    );
+    ascribe("FnNotTaxAdvice2"           , &DBDictionary::FnNotTaxAdvice2       
    );
+    ascribe("FnImf"                     , &DBDictionary::FnImf                 
    );
+    ascribe("FnCensus"                  , &DBDictionary::FnCensus              
    );
+    ascribe("FnDacTax"                  , &DBDictionary::FnDacTax              
    );
+    ascribe("FnDefnLifeIns"             , &DBDictionary::FnDefnLifeIns         
    );
+    ascribe("FnBoyEoy"                  , &DBDictionary::FnBoyEoy              
    );
+    ascribe("FnGeneralAccount"          , &DBDictionary::FnGeneralAccount      
    );
+    ascribe("FnPpMemorandum"            , &DBDictionary::FnPpMemorandum        
    );
+    ascribe("FnPpAccreditedInvestor"    , 
&DBDictionary::FnPpAccreditedInvestor    );
+    ascribe("FnPpLoads"                 , &DBDictionary::FnPpLoads             
    );
+    ascribe("FnProposalUnderwriting"    , 
&DBDictionary::FnProposalUnderwriting    );
+    ascribe("FnGuaranteedPremium"       , &DBDictionary::FnGuaranteedPremium   
    );
+    ascribe("FnOmnibusDisclaimer"       , &DBDictionary::FnOmnibusDisclaimer   
    );
+    ascribe("FnInitialDbo"              , &DBDictionary::FnInitialDbo          
    );
+    ascribe("DefnGuarGenAcctRate"       , &DBDictionary::DefnGuarGenAcctRate   
    );
+    ascribe("DefnAV"                    , &DBDictionary::DefnAV                
    );
+    ascribe("DefnCSV"                   , &DBDictionary::DefnCSV               
    );
+    ascribe("DefnMec"                   , &DBDictionary::DefnMec               
    );
+    ascribe("DefnOutlay"                , &DBDictionary::DefnOutlay            
    );
+    ascribe("DefnSpecAmt"               , &DBDictionary::DefnSpecAmt           
    );
     ascribe("WeightClass"               , &DBDictionary::WeightClass           
    );
     ascribe("WeightGender"              , &DBDictionary::WeightGender          
    );
     ascribe("WeightSmoking"             , &DBDictionary::WeightSmoking         
    );
diff --git a/dbdict.hpp b/dbdict.hpp
index c0679ac..86057fa 100644
--- a/dbdict.hpp
+++ b/dbdict.hpp
@@ -404,6 +404,177 @@ class LMI_SO DBDictionary
     database_entity UsePolicyFormAlt          ; // LINGO !! expunge
     database_entity AllowGroupQuote           ;
     database_entity PolicyForm                ;
+    database_entity PolicyFormAlternative     ; // LINGO !! expunge
+    database_entity PolicyMktgName            ;
+    database_entity PolicyLegalName           ;
+    database_entity InsCoShortName            ;
+    database_entity InsCoName                 ;
+    database_entity InsCoAddr                 ;
+    database_entity InsCoStreet               ;
+    database_entity InsCoPhone                ;
+    database_entity MainUnderwriter           ;
+    database_entity MainUnderwriterAddress    ;
+    database_entity CoUnderwriter             ;
+    database_entity CoUnderwriterAddress      ;
+    database_entity AvName                    ;
+    database_entity CsvName                   ;
+    database_entity CsvHeaderName             ;
+    database_entity NoLapseProvisionName      ;
+    database_entity ContractName              ;
+    database_entity DboName                   ;
+    database_entity DboNameLevel              ;
+    database_entity DboNameIncreasing         ;
+    database_entity DboNameReturnOfPremium    ;
+    database_entity DboNameMinDeathBenefit    ;
+    database_entity GenAcctName               ;
+    database_entity GenAcctNameElaborated     ;
+    database_entity SepAcctName               ;
+    database_entity SpecAmtName               ;
+    database_entity SpecAmtNameElaborated     ;
+    database_entity UwBasisMedical            ;
+    database_entity UwBasisParamedical        ;
+    database_entity UwBasisNonmedical         ;
+    database_entity UwBasisSimplified         ;
+    database_entity UwBasisGuaranteed         ;
+    database_entity UwClassPreferred          ;
+    database_entity UwClassStandard           ;
+    database_entity UwClassRated              ;
+    database_entity UwClassUltra              ;
+    database_entity AccountValueFootnote      ;
+    database_entity AttainedAgeFootnote       ;
+    database_entity CashSurrValueFootnote     ;
+    database_entity DeathBenefitFootnote      ;
+    database_entity InitialPremiumFootnote    ;
+    database_entity NetPremiumFootnote        ;
+    database_entity GrossPremiumFootnote      ;
+    database_entity OutlayFootnote            ;
+    database_entity PolicyYearFootnote        ;
+    database_entity ADDTerseName              ;
+    database_entity InsurabilityTerseName     ;
+    database_entity ChildTerseName            ;
+    database_entity SpouseTerseName           ;
+    database_entity TermTerseName             ;
+    database_entity WaiverTerseName           ;
+    database_entity AccelBftRiderTerseName    ;
+    database_entity OverloanRiderTerseName    ;
+    database_entity ADDFootnote               ;
+    database_entity ChildFootnote             ;
+    database_entity SpouseFootnote            ;
+    database_entity TermFootnote              ;
+    database_entity WaiverFootnote            ;
+    database_entity AccelBftRiderFootnote     ;
+    database_entity OverloanRiderFootnote     ;
+    database_entity GroupQuoteShortProductName;
+    database_entity GroupQuoteIsNotAnOffer    ;
+    database_entity GroupQuoteRidersFooter    ;
+    database_entity GroupQuotePolicyFormId    ;
+    database_entity GroupQuoteStateVariations ;
+    database_entity GroupQuoteProspectus      ;
+    database_entity GroupQuoteUnderwriter     ;
+    database_entity GroupQuoteBrokerDealer    ;
+    database_entity GroupQuoteRubricMandatory ;
+    database_entity GroupQuoteRubricVoluntary ;
+    database_entity GroupQuoteRubricFusion    ;
+    database_entity GroupQuoteFooterMandatory ;
+    database_entity GroupQuoteFooterVoluntary ;
+    database_entity GroupQuoteFooterFusion    ;
+    database_entity MinimumPremiumFootnote    ;
+    database_entity PremAllocationFootnote    ;
+    database_entity InterestDisclaimer        ;
+    database_entity GuarMortalityFootnote     ;
+    database_entity ProductDescription        ;
+    database_entity StableValueFootnote       ;
+    database_entity NoVanishPremiumFootnote   ;
+    database_entity RejectPremiumFootnote     ;
+    database_entity ExpRatingFootnote         ;
+    database_entity MortalityBlendFootnote    ;
+    database_entity HypotheticalRatesFootnote ;
+    database_entity SalesLoadRefundFootnote   ;
+    database_entity NoLapseEverFootnote       ;
+    database_entity NoLapseFootnote           ;
+    database_entity CurrentValuesFootnote     ;
+    database_entity DBOption1Footnote         ;
+    database_entity DBOption2Footnote         ;
+    database_entity DBOption3Footnote         ;
+    database_entity MinDeathBenefitFootnote   ;
+    database_entity ExpRatRiskChargeFootnote  ;
+    database_entity ExchangeChargeFootnote1   ;
+    database_entity FlexiblePremiumFootnote   ;
+    database_entity GuaranteedValuesFootnote  ;
+    database_entity CreditingRateFootnote     ;
+    database_entity GrossRateFootnote         ;
+    database_entity NetRateFootnote           ;
+    database_entity MecFootnote               ;
+    database_entity GptFootnote               ;
+    database_entity MidpointValuesFootnote    ;
+    database_entity SinglePremiumFootnote     ;
+    database_entity MonthlyChargesFootnote    ;
+    database_entity UltCreditingRateFootnote  ;
+    database_entity UltCreditingRateHeader    ;
+    database_entity MaxNaarFootnote           ;
+    database_entity PremTaxSurrChgFootnote    ;
+    database_entity PolicyFeeFootnote         ;
+    database_entity AssetChargeFootnote       ;
+    database_entity InvestmentIncomeFootnote  ;
+    database_entity IrrDbFootnote             ;
+    database_entity IrrCsvFootnote            ;
+    database_entity MortalityChargesFootnote  ;
+    database_entity LoanAndWithdrawalFootnote ;
+    database_entity LoanFootnote              ;
+    database_entity ImprimaturPresale         ;
+    database_entity ImprimaturPresaleComposite;
+    database_entity ImprimaturInforce         ;
+    database_entity ImprimaturInforceComposite;
+    database_entity StateMarketingImprimatur  ;
+    database_entity NonGuaranteedFootnote     ;
+    database_entity NonGuaranteedFootnote1    ;
+    database_entity NonGuaranteedFootnote1Tx  ;
+    database_entity FnMonthlyDeductions       ;
+    database_entity SurrenderFootnote         ;
+    database_entity PortabilityFootnote       ;
+    database_entity FundRateFootnote          ;
+    database_entity IssuingCompanyFootnote    ;
+    database_entity SubsidiaryFootnote        ;
+    database_entity PlacementAgentFootnote    ;
+    database_entity MarketingNameFootnote     ;
+    database_entity GuarIssueDisclaimerNcSc   ;
+    database_entity GuarIssueDisclaimerMd     ;
+    database_entity GuarIssueDisclaimerTx     ;
+    database_entity IllRegCertAgent           ;
+    database_entity IllRegCertAgentIl         ;
+    database_entity IllRegCertAgentTx         ;
+    database_entity IllRegCertClient          ;
+    database_entity IllRegCertClientIl        ;
+    database_entity IllRegCertClientTx        ;
+    database_entity FnMaturityAge             ;
+    database_entity FnPartialMortality        ;
+    database_entity FnProspectus              ;
+    database_entity FnInitialSpecAmt          ;
+    database_entity FnInforceAcctVal          ;
+    database_entity FnInforceTaxBasis         ;
+    database_entity Fn1035Charge              ;
+    database_entity FnMecExtraWarning         ;
+    database_entity FnNotTaxAdvice            ;
+    database_entity FnNotTaxAdvice2           ;
+    database_entity FnImf                     ;
+    database_entity FnCensus                  ;
+    database_entity FnDacTax                  ;
+    database_entity FnDefnLifeIns             ;
+    database_entity FnBoyEoy                  ;
+    database_entity FnGeneralAccount          ;
+    database_entity FnPpMemorandum            ;
+    database_entity FnPpAccreditedInvestor    ;
+    database_entity FnPpLoads                 ;
+    database_entity FnProposalUnderwriting    ;
+    database_entity FnGuaranteedPremium       ;
+    database_entity FnOmnibusDisclaimer       ;
+    database_entity FnInitialDbo              ;
+    database_entity DefnGuarGenAcctRate       ;
+    database_entity DefnAV                    ;
+    database_entity DefnCSV                   ;
+    database_entity DefnMec                   ;
+    database_entity DefnOutlay                ;
+    database_entity DefnSpecAmt               ;
     database_entity WeightClass               ;
     database_entity WeightGender              ;
     database_entity WeightSmoking             ;
diff --git a/dbnames.hpp b/dbnames.hpp
index c5bf7a0..c3be878 100644
--- a/dbnames.hpp
+++ b/dbnames.hpp
@@ -530,6 +530,177 @@ enum e_database_key
     ,DB_Topic_Lingo
 
         ,DB_PolicyForm
+        ,DB_PolicyFormAlternative // LINGO !! expunge
+        ,DB_PolicyMktgName
+        ,DB_PolicyLegalName
+        ,DB_InsCoShortName
+        ,DB_InsCoName
+        ,DB_InsCoAddr
+        ,DB_InsCoStreet
+        ,DB_InsCoPhone
+        ,DB_MainUnderwriter
+        ,DB_MainUnderwriterAddress
+        ,DB_CoUnderwriter
+        ,DB_CoUnderwriterAddress
+        ,DB_AvName
+        ,DB_CsvName
+        ,DB_CsvHeaderName
+        ,DB_NoLapseProvisionName
+        ,DB_ContractName
+        ,DB_DboName
+        ,DB_DboNameLevel
+        ,DB_DboNameIncreasing
+        ,DB_DboNameReturnOfPremium
+        ,DB_DboNameMinDeathBenefit
+        ,DB_GenAcctName
+        ,DB_GenAcctNameElaborated
+        ,DB_SepAcctName
+        ,DB_SpecAmtName
+        ,DB_SpecAmtNameElaborated
+        ,DB_UwBasisMedical
+        ,DB_UwBasisParamedical
+        ,DB_UwBasisNonmedical
+        ,DB_UwBasisSimplified
+        ,DB_UwBasisGuaranteed
+        ,DB_UwClassPreferred
+        ,DB_UwClassStandard
+        ,DB_UwClassRated
+        ,DB_UwClassUltra
+        ,DB_AccountValueFootnote
+        ,DB_AttainedAgeFootnote
+        ,DB_CashSurrValueFootnote
+        ,DB_DeathBenefitFootnote
+        ,DB_InitialPremiumFootnote
+        ,DB_NetPremiumFootnote
+        ,DB_GrossPremiumFootnote
+        ,DB_OutlayFootnote
+        ,DB_PolicyYearFootnote
+        ,DB_ADDTerseName
+        ,DB_InsurabilityTerseName
+        ,DB_ChildTerseName
+        ,DB_SpouseTerseName
+        ,DB_TermTerseName
+        ,DB_WaiverTerseName
+        ,DB_AccelBftRiderTerseName
+        ,DB_OverloanRiderTerseName
+        ,DB_ADDFootnote
+        ,DB_ChildFootnote
+        ,DB_SpouseFootnote
+        ,DB_TermFootnote
+        ,DB_WaiverFootnote
+        ,DB_AccelBftRiderFootnote
+        ,DB_OverloanRiderFootnote
+        ,DB_GroupQuoteShortProductName
+        ,DB_GroupQuoteIsNotAnOffer
+        ,DB_GroupQuoteRidersFooter
+        ,DB_GroupQuotePolicyFormId
+        ,DB_GroupQuoteStateVariations
+        ,DB_GroupQuoteProspectus
+        ,DB_GroupQuoteUnderwriter
+        ,DB_GroupQuoteBrokerDealer
+        ,DB_GroupQuoteRubricMandatory
+        ,DB_GroupQuoteRubricVoluntary
+        ,DB_GroupQuoteRubricFusion
+        ,DB_GroupQuoteFooterMandatory
+        ,DB_GroupQuoteFooterVoluntary
+        ,DB_GroupQuoteFooterFusion
+        ,DB_MinimumPremiumFootnote
+        ,DB_PremAllocationFootnote
+        ,DB_InterestDisclaimer
+        ,DB_GuarMortalityFootnote
+        ,DB_ProductDescription
+        ,DB_StableValueFootnote
+        ,DB_NoVanishPremiumFootnote
+        ,DB_RejectPremiumFootnote
+        ,DB_ExpRatingFootnote
+        ,DB_MortalityBlendFootnote
+        ,DB_HypotheticalRatesFootnote
+        ,DB_SalesLoadRefundFootnote
+        ,DB_NoLapseEverFootnote
+        ,DB_NoLapseFootnote
+        ,DB_CurrentValuesFootnote
+        ,DB_DBOption1Footnote
+        ,DB_DBOption2Footnote
+        ,DB_DBOption3Footnote
+        ,DB_MinDeathBenefitFootnote
+        ,DB_ExpRatRiskChargeFootnote
+        ,DB_ExchangeChargeFootnote1
+        ,DB_FlexiblePremiumFootnote
+        ,DB_GuaranteedValuesFootnote
+        ,DB_CreditingRateFootnote
+        ,DB_GrossRateFootnote
+        ,DB_NetRateFootnote
+        ,DB_MecFootnote
+        ,DB_GptFootnote
+        ,DB_MidpointValuesFootnote
+        ,DB_SinglePremiumFootnote
+        ,DB_MonthlyChargesFootnote
+        ,DB_UltCreditingRateFootnote
+        ,DB_UltCreditingRateHeader
+        ,DB_MaxNaarFootnote
+        ,DB_PremTaxSurrChgFootnote
+        ,DB_PolicyFeeFootnote
+        ,DB_AssetChargeFootnote
+        ,DB_InvestmentIncomeFootnote
+        ,DB_IrrDbFootnote
+        ,DB_IrrCsvFootnote
+        ,DB_MortalityChargesFootnote
+        ,DB_LoanAndWithdrawalFootnote
+        ,DB_LoanFootnote
+        ,DB_ImprimaturPresale
+        ,DB_ImprimaturPresaleComposite
+        ,DB_ImprimaturInforce
+        ,DB_ImprimaturInforceComposite
+        ,DB_StateMarketingImprimatur
+        ,DB_NonGuaranteedFootnote
+        ,DB_NonGuaranteedFootnote1
+        ,DB_NonGuaranteedFootnote1Tx
+        ,DB_FnMonthlyDeductions
+        ,DB_SurrenderFootnote
+        ,DB_PortabilityFootnote
+        ,DB_FundRateFootnote
+        ,DB_IssuingCompanyFootnote
+        ,DB_SubsidiaryFootnote
+        ,DB_PlacementAgentFootnote
+        ,DB_MarketingNameFootnote
+        ,DB_GuarIssueDisclaimerNcSc
+        ,DB_GuarIssueDisclaimerMd
+        ,DB_GuarIssueDisclaimerTx
+        ,DB_IllRegCertAgent
+        ,DB_IllRegCertAgentIl
+        ,DB_IllRegCertAgentTx
+        ,DB_IllRegCertClient
+        ,DB_IllRegCertClientIl
+        ,DB_IllRegCertClientTx
+        ,DB_FnMaturityAge
+        ,DB_FnPartialMortality
+        ,DB_FnProspectus
+        ,DB_FnInitialSpecAmt
+        ,DB_FnInforceAcctVal
+        ,DB_FnInforceTaxBasis
+        ,DB_Fn1035Charge
+        ,DB_FnMecExtraWarning
+        ,DB_FnNotTaxAdvice
+        ,DB_FnNotTaxAdvice2
+        ,DB_FnImf
+        ,DB_FnCensus
+        ,DB_FnDacTax
+        ,DB_FnDefnLifeIns
+        ,DB_FnBoyEoy
+        ,DB_FnGeneralAccount
+        ,DB_FnPpMemorandum
+        ,DB_FnPpAccreditedInvestor
+        ,DB_FnPpLoads
+        ,DB_FnProposalUnderwriting
+        ,DB_FnGuaranteedPremium
+        ,DB_FnOmnibusDisclaimer
+        ,DB_FnInitialDbo
+        ,DB_DefnGuarGenAcctRate
+        ,DB_DefnAV
+        ,DB_DefnCSV
+        ,DB_DefnMec
+        ,DB_DefnOutlay
+        ,DB_DefnSpecAmt
 
     ,DB_Topic_Weights
 
diff --git a/dbnames.xpp b/dbnames.xpp
index c871302..41b3075 100644
--- a/dbnames.xpp
+++ b/dbnames.xpp
@@ -358,6 +358,177 @@
 {DB_AllowGroupQuote,DB_Topic_Miscellanea,"AllowGroupQuote","Allow group 
premium quotes: 0=no, 1=yes",}, \
 {DB_Topic_Lingo,DB_FIRST,"Lingo","Text to be dropped into report templates: 
index into lingo file",}, \
 {DB_PolicyForm,DB_Topic_Lingo,"PolicyForm","Policy form",}, \
+{DB_PolicyFormAlternative,DB_Topic_Lingo,"PolicyFormAlternative","LINGO !! 
expunge",}, \
+{DB_PolicyMktgName,DB_Topic_Lingo,"PolicyMktgName","PolicyMktgName [narrative 
descriptions desired]",}, \
+{DB_PolicyLegalName,DB_Topic_Lingo,"PolicyLegalName","PolicyLegalName",}, \
+{DB_InsCoShortName,DB_Topic_Lingo,"InsCoShortName","InsCoShortName",}, \
+{DB_InsCoName,DB_Topic_Lingo,"InsCoName","InsCoName",}, \
+{DB_InsCoAddr,DB_Topic_Lingo,"InsCoAddr","InsCoAddr",}, \
+{DB_InsCoStreet,DB_Topic_Lingo,"InsCoStreet","InsCoStreet",}, \
+{DB_InsCoPhone,DB_Topic_Lingo,"InsCoPhone","InsCoPhone",}, \
+{DB_MainUnderwriter,DB_Topic_Lingo,"MainUnderwriter","MainUnderwriter",}, \
+{DB_MainUnderwriterAddress,DB_Topic_Lingo,"MainUnderwriterAddress","MainUnderwriterAddress",},
 \
+{DB_CoUnderwriter,DB_Topic_Lingo,"CoUnderwriter","CoUnderwriter",}, \
+{DB_CoUnderwriterAddress,DB_Topic_Lingo,"CoUnderwriterAddress","CoUnderwriterAddress",},
 \
+{DB_AvName,DB_Topic_Lingo,"AvName","AvName",}, \
+{DB_CsvName,DB_Topic_Lingo,"CsvName","CsvName",}, \
+{DB_CsvHeaderName,DB_Topic_Lingo,"CsvHeaderName","CsvHeaderName",}, \
+{DB_NoLapseProvisionName,DB_Topic_Lingo,"NoLapseProvisionName","NoLapseProvisionName",},
 \
+{DB_ContractName,DB_Topic_Lingo,"ContractName","ContractName",}, \
+{DB_DboName,DB_Topic_Lingo,"DboName","DboName",}, \
+{DB_DboNameLevel,DB_Topic_Lingo,"DboNameLevel","DboNameLevel",}, \
+{DB_DboNameIncreasing,DB_Topic_Lingo,"DboNameIncreasing","DboNameIncreasing",},
 \
+{DB_DboNameReturnOfPremium,DB_Topic_Lingo,"DboNameReturnOfPremium","DboNameReturnOfPremium",},
 \
+{DB_DboNameMinDeathBenefit,DB_Topic_Lingo,"DboNameMinDeathBenefit","DboNameMinDeathBenefit",},
 \
+{DB_GenAcctName,DB_Topic_Lingo,"GenAcctName","GenAcctName",}, \
+{DB_GenAcctNameElaborated,DB_Topic_Lingo,"GenAcctNameElaborated","GenAcctNameElaborated",},
 \
+{DB_SepAcctName,DB_Topic_Lingo,"SepAcctName","SepAcctName",}, \
+{DB_SpecAmtName,DB_Topic_Lingo,"SpecAmtName","SpecAmtName",}, \
+{DB_SpecAmtNameElaborated,DB_Topic_Lingo,"SpecAmtNameElaborated","SpecAmtNameElaborated",},
 \
+{DB_UwBasisMedical,DB_Topic_Lingo,"UwBasisMedical","UwBasisMedical",}, \
+{DB_UwBasisParamedical,DB_Topic_Lingo,"UwBasisParamedical","UwBasisParamedical",},
 \
+{DB_UwBasisNonmedical,DB_Topic_Lingo,"UwBasisNonmedical","UwBasisNonmedical",},
 \
+{DB_UwBasisSimplified,DB_Topic_Lingo,"UwBasisSimplified","UwBasisSimplified",},
 \
+{DB_UwBasisGuaranteed,DB_Topic_Lingo,"UwBasisGuaranteed","UwBasisGuaranteed",},
 \
+{DB_UwClassPreferred,DB_Topic_Lingo,"UwClassPreferred","UwClassPreferred",}, \
+{DB_UwClassStandard,DB_Topic_Lingo,"UwClassStandard","UwClassStandard",}, \
+{DB_UwClassRated,DB_Topic_Lingo,"UwClassRated","UwClassRated",}, \
+{DB_UwClassUltra,DB_Topic_Lingo,"UwClassUltra","UwClassUltra",}, \
+{DB_AccountValueFootnote,DB_Topic_Lingo,"AccountValueFootnote","AccountValueFootnote",},
 \
+{DB_AttainedAgeFootnote,DB_Topic_Lingo,"AttainedAgeFootnote","AttainedAgeFootnote",},
 \
+{DB_CashSurrValueFootnote,DB_Topic_Lingo,"CashSurrValueFootnote","CashSurrValueFootnote",},
 \
+{DB_DeathBenefitFootnote,DB_Topic_Lingo,"DeathBenefitFootnote","DeathBenefitFootnote",},
 \
+{DB_InitialPremiumFootnote,DB_Topic_Lingo,"InitialPremiumFootnote","InitialPremiumFootnote",},
 \
+{DB_NetPremiumFootnote,DB_Topic_Lingo,"NetPremiumFootnote","NetPremiumFootnote",},
 \
+{DB_GrossPremiumFootnote,DB_Topic_Lingo,"GrossPremiumFootnote","GrossPremiumFootnote",},
 \
+{DB_OutlayFootnote,DB_Topic_Lingo,"OutlayFootnote","OutlayFootnote",}, \
+{DB_PolicyYearFootnote,DB_Topic_Lingo,"PolicyYearFootnote","PolicyYearFootnote",},
 \
+{DB_ADDTerseName,DB_Topic_Lingo,"ADDTerseName","ADDTerseName",}, \
+{DB_InsurabilityTerseName,DB_Topic_Lingo,"InsurabilityTerseName","InsurabilityTerseName",},
 \
+{DB_ChildTerseName,DB_Topic_Lingo,"ChildTerseName","ChildTerseName",}, \
+{DB_SpouseTerseName,DB_Topic_Lingo,"SpouseTerseName","SpouseTerseName",}, \
+{DB_TermTerseName,DB_Topic_Lingo,"TermTerseName","TermTerseName",}, \
+{DB_WaiverTerseName,DB_Topic_Lingo,"WaiverTerseName","WaiverTerseName",}, \
+{DB_AccelBftRiderTerseName,DB_Topic_Lingo,"AccelBftRiderTerseName","AccelBftRiderTerseName",},
 \
+{DB_OverloanRiderTerseName,DB_Topic_Lingo,"OverloanRiderTerseName","OverloanRiderTerseName",},
 \
+{DB_ADDFootnote,DB_Topic_Lingo,"ADDFootnote","ADDFootnote",}, \
+{DB_ChildFootnote,DB_Topic_Lingo,"ChildFootnote","ChildFootnote",}, \
+{DB_SpouseFootnote,DB_Topic_Lingo,"SpouseFootnote","SpouseFootnote",}, \
+{DB_TermFootnote,DB_Topic_Lingo,"TermFootnote","TermFootnote",}, \
+{DB_WaiverFootnote,DB_Topic_Lingo,"WaiverFootnote","WaiverFootnote",}, \
+{DB_AccelBftRiderFootnote,DB_Topic_Lingo,"AccelBftRiderFootnote","AccelBftRiderFootnote",},
 \
+{DB_OverloanRiderFootnote,DB_Topic_Lingo,"OverloanRiderFootnote","OverloanRiderFootnote",},
 \
+{DB_GroupQuoteShortProductName,DB_Topic_Lingo,"GroupQuoteShortProductName","GroupQuoteShortProductName",},
 \
+{DB_GroupQuoteIsNotAnOffer,DB_Topic_Lingo,"GroupQuoteIsNotAnOffer","GroupQuoteIsNotAnOffer",},
 \
+{DB_GroupQuoteRidersFooter,DB_Topic_Lingo,"GroupQuoteRidersFooter","GroupQuoteRidersFooter",},
 \
+{DB_GroupQuotePolicyFormId,DB_Topic_Lingo,"GroupQuotePolicyFormId","GroupQuotePolicyFormId",},
 \
+{DB_GroupQuoteStateVariations,DB_Topic_Lingo,"GroupQuoteStateVariations","GroupQuoteStateVariations",},
 \
+{DB_GroupQuoteProspectus,DB_Topic_Lingo,"GroupQuoteProspectus","GroupQuoteProspectus",},
 \
+{DB_GroupQuoteUnderwriter,DB_Topic_Lingo,"GroupQuoteUnderwriter","GroupQuoteUnderwriter",},
 \
+{DB_GroupQuoteBrokerDealer,DB_Topic_Lingo,"GroupQuoteBrokerDealer","GroupQuoteBrokerDealer",},
 \
+{DB_GroupQuoteRubricMandatory,DB_Topic_Lingo,"GroupQuoteRubricMandatory","GroupQuoteRubricMandatory",},
 \
+{DB_GroupQuoteRubricVoluntary,DB_Topic_Lingo,"GroupQuoteRubricVoluntary","GroupQuoteRubricVoluntary",},
 \
+{DB_GroupQuoteRubricFusion,DB_Topic_Lingo,"GroupQuoteRubricFusion","GroupQuoteRubricFusion",},
 \
+{DB_GroupQuoteFooterMandatory,DB_Topic_Lingo,"GroupQuoteFooterMandatory","GroupQuoteFooterMandatory",},
 \
+{DB_GroupQuoteFooterVoluntary,DB_Topic_Lingo,"GroupQuoteFooterVoluntary","GroupQuoteFooterVoluntary",},
 \
+{DB_GroupQuoteFooterFusion,DB_Topic_Lingo,"GroupQuoteFooterFusion","GroupQuoteFooterFusion",},
 \
+{DB_MinimumPremiumFootnote,DB_Topic_Lingo,"MinimumPremiumFootnote","MinimumPremiumFootnote",},
 \
+{DB_PremAllocationFootnote,DB_Topic_Lingo,"PremAllocationFootnote","PremAllocationFootnote",},
 \
+{DB_InterestDisclaimer,DB_Topic_Lingo,"InterestDisclaimer","InterestDisclaimer",},
 \
+{DB_GuarMortalityFootnote,DB_Topic_Lingo,"GuarMortalityFootnote","GuarMortalityFootnote",},
 \
+{DB_ProductDescription,DB_Topic_Lingo,"ProductDescription","ProductDescription",},
 \
+{DB_StableValueFootnote,DB_Topic_Lingo,"StableValueFootnote","StableValueFootnote",},
 \
+{DB_NoVanishPremiumFootnote,DB_Topic_Lingo,"NoVanishPremiumFootnote","NoVanishPremiumFootnote",},
 \
+{DB_RejectPremiumFootnote,DB_Topic_Lingo,"RejectPremiumFootnote","RejectPremiumFootnote",},
 \
+{DB_ExpRatingFootnote,DB_Topic_Lingo,"ExpRatingFootnote","ExpRatingFootnote",},
 \
+{DB_MortalityBlendFootnote,DB_Topic_Lingo,"MortalityBlendFootnote","MortalityBlendFootnote",},
 \
+{DB_HypotheticalRatesFootnote,DB_Topic_Lingo,"HypotheticalRatesFootnote","HypotheticalRatesFootnote",},
 \
+{DB_SalesLoadRefundFootnote,DB_Topic_Lingo,"SalesLoadRefundFootnote","SalesLoadRefundFootnote",},
 \
+{DB_NoLapseEverFootnote,DB_Topic_Lingo,"NoLapseEverFootnote","NoLapseEverFootnote",},
 \
+{DB_NoLapseFootnote,DB_Topic_Lingo,"NoLapseFootnote","NoLapseFootnote",}, \
+{DB_CurrentValuesFootnote,DB_Topic_Lingo,"CurrentValuesFootnote","CurrentValuesFootnote",},
 \
+{DB_DBOption1Footnote,DB_Topic_Lingo,"DBOption1Footnote","DBOption1Footnote",},
 \
+{DB_DBOption2Footnote,DB_Topic_Lingo,"DBOption2Footnote","DBOption2Footnote",},
 \
+{DB_DBOption3Footnote,DB_Topic_Lingo,"DBOption3Footnote","DBOption3Footnote",},
 \
+{DB_MinDeathBenefitFootnote,DB_Topic_Lingo,"MinDeathBenefitFootnote","MinDeathBenefitFootnote",},
 \
+{DB_ExpRatRiskChargeFootnote,DB_Topic_Lingo,"ExpRatRiskChargeFootnote","ExpRatRiskChargeFootnote",},
 \
+{DB_ExchangeChargeFootnote1,DB_Topic_Lingo,"ExchangeChargeFootnote1","ExchangeChargeFootnote1",},
 \
+{DB_FlexiblePremiumFootnote,DB_Topic_Lingo,"FlexiblePremiumFootnote","FlexiblePremiumFootnote",},
 \
+{DB_GuaranteedValuesFootnote,DB_Topic_Lingo,"GuaranteedValuesFootnote","GuaranteedValuesFootnote",},
 \
+{DB_CreditingRateFootnote,DB_Topic_Lingo,"CreditingRateFootnote","CreditingRateFootnote",},
 \
+{DB_GrossRateFootnote,DB_Topic_Lingo,"GrossRateFootnote","GrossRateFootnote",},
 \
+{DB_NetRateFootnote,DB_Topic_Lingo,"NetRateFootnote","NetRateFootnote",}, \
+{DB_MecFootnote,DB_Topic_Lingo,"MecFootnote","MecFootnote",}, \
+{DB_GptFootnote,DB_Topic_Lingo,"GptFootnote","GptFootnote",}, \
+{DB_MidpointValuesFootnote,DB_Topic_Lingo,"MidpointValuesFootnote","MidpointValuesFootnote",},
 \
+{DB_SinglePremiumFootnote,DB_Topic_Lingo,"SinglePremiumFootnote","SinglePremiumFootnote",},
 \
+{DB_MonthlyChargesFootnote,DB_Topic_Lingo,"MonthlyChargesFootnote","MonthlyChargesFootnote",},
 \
+{DB_UltCreditingRateFootnote,DB_Topic_Lingo,"UltCreditingRateFootnote","UltCreditingRateFootnote",},
 \
+{DB_UltCreditingRateHeader,DB_Topic_Lingo,"UltCreditingRateHeader","UltCreditingRateHeader",},
 \
+{DB_MaxNaarFootnote,DB_Topic_Lingo,"MaxNaarFootnote","MaxNaarFootnote",}, \
+{DB_PremTaxSurrChgFootnote,DB_Topic_Lingo,"PremTaxSurrChgFootnote","PremTaxSurrChgFootnote",},
 \
+{DB_PolicyFeeFootnote,DB_Topic_Lingo,"PolicyFeeFootnote","PolicyFeeFootnote",},
 \
+{DB_AssetChargeFootnote,DB_Topic_Lingo,"AssetChargeFootnote","AssetChargeFootnote",},
 \
+{DB_InvestmentIncomeFootnote,DB_Topic_Lingo,"InvestmentIncomeFootnote","InvestmentIncomeFootnote",},
 \
+{DB_IrrDbFootnote,DB_Topic_Lingo,"IrrDbFootnote","IrrDbFootnote",}, \
+{DB_IrrCsvFootnote,DB_Topic_Lingo,"IrrCsvFootnote","IrrCsvFootnote",}, \
+{DB_MortalityChargesFootnote,DB_Topic_Lingo,"MortalityChargesFootnote","MortalityChargesFootnote",},
 \
+{DB_LoanAndWithdrawalFootnote,DB_Topic_Lingo,"LoanAndWithdrawalFootnote","LoanAndWithdrawalFootnote",},
 \
+{DB_LoanFootnote,DB_Topic_Lingo,"LoanFootnote","LoanFootnote",}, \
+{DB_ImprimaturPresale,DB_Topic_Lingo,"ImprimaturPresale","ImprimaturPresale",},
 \
+{DB_ImprimaturPresaleComposite,DB_Topic_Lingo,"ImprimaturPresaleComposite","ImprimaturPresaleComposite",},
 \
+{DB_ImprimaturInforce,DB_Topic_Lingo,"ImprimaturInforce","ImprimaturInforce",},
 \
+{DB_ImprimaturInforceComposite,DB_Topic_Lingo,"ImprimaturInforceComposite","ImprimaturInforceComposite",},
 \
+{DB_StateMarketingImprimatur,DB_Topic_Lingo,"StateMarketingImprimatur","StateMarketingImprimatur",},
 \
+{DB_NonGuaranteedFootnote,DB_Topic_Lingo,"NonGuaranteedFootnote","NonGuaranteedFootnote",},
 \
+{DB_NonGuaranteedFootnote1,DB_Topic_Lingo,"NonGuaranteedFootnote1","NonGuaranteedFootnote1",},
 \
+{DB_NonGuaranteedFootnote1Tx,DB_Topic_Lingo,"NonGuaranteedFootnote1Tx","NonGuaranteedFootnote1Tx",},
 \
+{DB_FnMonthlyDeductions,DB_Topic_Lingo,"FnMonthlyDeductions","FnMonthlyDeductions",},
 \
+{DB_SurrenderFootnote,DB_Topic_Lingo,"SurrenderFootnote","SurrenderFootnote",},
 \
+{DB_PortabilityFootnote,DB_Topic_Lingo,"PortabilityFootnote","PortabilityFootnote",},
 \
+{DB_FundRateFootnote,DB_Topic_Lingo,"FundRateFootnote","FundRateFootnote",}, \
+{DB_IssuingCompanyFootnote,DB_Topic_Lingo,"IssuingCompanyFootnote","IssuingCompanyFootnote",},
 \
+{DB_SubsidiaryFootnote,DB_Topic_Lingo,"SubsidiaryFootnote","SubsidiaryFootnote",},
 \
+{DB_PlacementAgentFootnote,DB_Topic_Lingo,"PlacementAgentFootnote","PlacementAgentFootnote",},
 \
+{DB_MarketingNameFootnote,DB_Topic_Lingo,"MarketingNameFootnote","MarketingNameFootnote",},
 \
+{DB_GuarIssueDisclaimerNcSc,DB_Topic_Lingo,"GuarIssueDisclaimerNcSc","GuarIssueDisclaimerNcSc",},
 \
+{DB_GuarIssueDisclaimerMd,DB_Topic_Lingo,"GuarIssueDisclaimerMd","GuarIssueDisclaimerMd",},
 \
+{DB_GuarIssueDisclaimerTx,DB_Topic_Lingo,"GuarIssueDisclaimerTx","GuarIssueDisclaimerTx",},
 \
+{DB_IllRegCertAgent,DB_Topic_Lingo,"IllRegCertAgent","IllRegCertAgent",}, \
+{DB_IllRegCertAgentIl,DB_Topic_Lingo,"IllRegCertAgentIl","IllRegCertAgentIl",},
 \
+{DB_IllRegCertAgentTx,DB_Topic_Lingo,"IllRegCertAgentTx","IllRegCertAgentTx",},
 \
+{DB_IllRegCertClient,DB_Topic_Lingo,"IllRegCertClient","IllRegCertClient",}, \
+{DB_IllRegCertClientIl,DB_Topic_Lingo,"IllRegCertClientIl","IllRegCertClientIl",},
 \
+{DB_IllRegCertClientTx,DB_Topic_Lingo,"IllRegCertClientTx","IllRegCertClientTx",},
 \
+{DB_FnMaturityAge,DB_Topic_Lingo,"FnMaturityAge","FnMaturityAge",}, \
+{DB_FnPartialMortality,DB_Topic_Lingo,"FnPartialMortality","FnPartialMortality",},
 \
+{DB_FnProspectus,DB_Topic_Lingo,"FnProspectus","FnProspectus",}, \
+{DB_FnInitialSpecAmt,DB_Topic_Lingo,"FnInitialSpecAmt","FnInitialSpecAmt",}, \
+{DB_FnInforceAcctVal,DB_Topic_Lingo,"FnInforceAcctVal","FnInforceAcctVal",}, \
+{DB_FnInforceTaxBasis,DB_Topic_Lingo,"FnInforceTaxBasis","FnInforceTaxBasis",},
 \
+{DB_Fn1035Charge,DB_Topic_Lingo,"Fn1035Charge","Fn1035Charge",}, \
+{DB_FnMecExtraWarning,DB_Topic_Lingo,"FnMecExtraWarning","FnMecExtraWarning",},
 \
+{DB_FnNotTaxAdvice,DB_Topic_Lingo,"FnNotTaxAdvice","FnNotTaxAdvice",}, \
+{DB_FnNotTaxAdvice2,DB_Topic_Lingo,"FnNotTaxAdvice2","FnNotTaxAdvice2",}, \
+{DB_FnImf,DB_Topic_Lingo,"FnImf","FnImf",}, \
+{DB_FnCensus,DB_Topic_Lingo,"FnCensus","FnCensus",}, \
+{DB_FnDacTax,DB_Topic_Lingo,"FnDacTax","FnDacTax",}, \
+{DB_FnDefnLifeIns,DB_Topic_Lingo,"FnDefnLifeIns","FnDefnLifeIns",}, \
+{DB_FnBoyEoy,DB_Topic_Lingo,"FnBoyEoy","FnBoyEoy",}, \
+{DB_FnGeneralAccount,DB_Topic_Lingo,"FnGeneralAccount","FnGeneralAccount",}, \
+{DB_FnPpMemorandum,DB_Topic_Lingo,"FnPpMemorandum","FnPpMemorandum",}, \
+{DB_FnPpAccreditedInvestor,DB_Topic_Lingo,"FnPpAccreditedInvestor","FnPpAccreditedInvestor",},
 \
+{DB_FnPpLoads,DB_Topic_Lingo,"FnPpLoads","FnPpLoads",}, \
+{DB_FnProposalUnderwriting,DB_Topic_Lingo,"FnProposalUnderwriting","FnProposalUnderwriting",},
 \
+{DB_FnGuaranteedPremium,DB_Topic_Lingo,"FnGuaranteedPremium","FnGuaranteedPremium",},
 \
+{DB_FnOmnibusDisclaimer,DB_Topic_Lingo,"FnOmnibusDisclaimer","FnOmnibusDisclaimer",},
 \
+{DB_FnInitialDbo,DB_Topic_Lingo,"FnInitialDbo","FnInitialDbo",}, \
+{DB_DefnGuarGenAcctRate,DB_Topic_Lingo,"DefnGuarGenAcctRate","DefnGuarGenAcctRate",},
 \
+{DB_DefnAV,DB_Topic_Lingo,"DefnAV","DefnAV",}, \
+{DB_DefnCSV,DB_Topic_Lingo,"DefnCSV","DefnCSV",}, \
+{DB_DefnMec,DB_Topic_Lingo,"DefnMec","DefnMec",}, \
+{DB_DefnOutlay,DB_Topic_Lingo,"DefnOutlay","DefnOutlay",}, \
+{DB_DefnSpecAmt,DB_Topic_Lingo,"DefnSpecAmt","DefnSpecAmt",}, \
 {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]