lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5990] Facilitate regression testing


From: Greg Chicares
Subject: [lmi-commits] [5990] Facilitate regression testing
Date: Thu, 16 Oct 2014 12:15:19 +0000

Revision: 5990
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5990
Author:   chicares
Date:     2014-10-16 12:15:18 +0000 (Thu, 16 Oct 2014)
Log Message:
-----------
Facilitate regression testing

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

Modified: lmi/trunk/custom_io_1.cpp
===================================================================
--- lmi/trunk/custom_io_1.cpp   2014-10-14 23:28:43 UTC (rev 5989)
+++ lmi/trunk/custom_io_1.cpp   2014-10-16 12:15:18 UTC (rev 5990)
@@ -262,6 +262,13 @@
     z["External1035ExchangeFromMec"] = "Yes";
     std::string wire_date = convert_date(WireDate);
     z["EffectiveDate"              ] = wire_date;
+    // For consistency, set other dates the same way, as would be done
+    // by default for new business in our GUI. Do this even for
+    // 'LastCoiReentryDate', which doesn't affect single-premium BOLI
+    // calculations, because it does affect regression testing with
+    // ("X" == AutoClose). ('DateOfBirth' is already set above to a
+    // value that should be appropriate.)
+    z["LastCoiReentryDate"         ] = wire_date;
     z["InforceAsOfDate"            ] = wire_date;
     z["LastMaterialChangeDate"     ] = wire_date;
     z["GroupUnderwritingType"] =




reply via email to

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