lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master e0cf6fb 2/2: Add initial target premium and i


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e0cf6fb 2/2: Add initial target premium and inforce as-of date to group roster
Date: Sat, 15 Oct 2016 00:23:30 +0000 (UTC)

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

    Add initial target premium and inforce as-of date to group roster
---
 ledger_text_formats.cpp |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ledger_text_formats.cpp b/ledger_text_formats.cpp
index b8a4556..9fbd150 100644
--- a/ledger_text_formats.cpp
+++ b/ledger_text_formats.cpp
@@ -724,6 +724,7 @@ void PrintRosterHeaders(std::string const& file_name)
         ,"Salary"
         ,"SpecifiedAmount"
         ,"SupplSpecAmt"
+        ,"InitialTargetPremium"
         ,"ModalMinimumPremium"
         ,"ModalMinimumDumpin"
         ,"EeModalMinimumPremium"
@@ -732,6 +733,7 @@ void PrintRosterHeaders(std::string const& file_name)
         ,"ErMode"
         ,"CorpName"
         ,"EffDate"
+        ,"InforceAsOfDate"
         ,"PremiumTaxState"
         ,"StateOfJurisdiction"
         ,"CurrentGeneralAccountInterestRate"
@@ -807,6 +809,7 @@ void PrintRosterTabDelimited
         << Invar.value_str("Salary"               ,d) << '\t'
         << Invar.value_str("SpecAmt"              ,d) << '\t'
         << Invar.value_str("TermSpecAmt"          ,d) << '\t'
+        << Invar.value_str("InitTgtPrem"            ) << '\t'
         << Invar.value_str("ModalMinimumPremium"  ,d) << '\t'
         << Invar.value_str("ModalMinimumDumpin"     ) << '\t'
         << Invar.value_str("EeModalMinimumPremium",d) << '\t'
@@ -815,6 +818,7 @@ void PrintRosterTabDelimited
         << Invar.ErMode                           [d] << '\t'
         << Invar.value_str("CorpName"               ) << '\t'
         << "'" << Invar.EffDate                       << "'\t"
+        << "'" << Invar.InforceAsOfDate               << "'\t"
         << Invar.value_str("PremiumTaxState"        ) << '\t'
         << Invar.value_str("StatePostalAbbrev"      ) << '\t'
         << Curr_.value_str("AnnGAIntRate"         ,d) << '\t'



reply via email to

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