lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5951] Set 'InforceAsOfDate' and 'LastMaterialChangeDate'


From: Greg Chicares
Subject: [lmi-commits] [5951] Set 'InforceAsOfDate' and 'LastMaterialChangeDate' to wire date
Date: Tue, 30 Sep 2014 11:20:12 +0000

Revision: 5951
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5951
Author:   chicares
Date:     2014-09-30 11:20:12 +0000 (Tue, 30 Sep 2014)
Log Message:
-----------
Set 'InforceAsOfDate' and 'LastMaterialChangeDate' to wire date

Modified Paths:
--------------
    lmi/trunk/custom_io_1.cpp

Modified: lmi/trunk/custom_io_1.cpp
===================================================================
--- lmi/trunk/custom_io_1.cpp   2014-09-30 11:17:23 UTC (rev 5950)
+++ lmi/trunk/custom_io_1.cpp   2014-09-30 11:20:12 UTC (rev 5951)
@@ -261,7 +261,10 @@
     z["External1035ExchangeAmount" ] = ExchangeAmt;
     // Assume that any 1035 exchange is from a MEC (for single-premium BOLI).
     z["External1035ExchangeFromMec"] = "Yes";
-    z["EffectiveDate"              ] = convert_date(WireDate);
+    std::string wire_date = convert_date(WireDate);
+    z["EffectiveDate"              ] = wire_date;
+    z["InforceAsOfDate"            ] = wire_date;
+    z["LastMaterialChangeDate"     ] = wire_date;
     z["GroupUnderwritingType"] =
           "SI" == Underwriting ? "Simplified issue"
         : "GI" == Underwriting ? "Guaranteed issue"




reply via email to

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