lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6558] Enforce rider consistency


From: Greg Chicares
Subject: [lmi-commits] [6558] Enforce rider consistency
Date: Thu, 05 May 2016 11:19:18 +0000

Revision: 6558
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6558
Author:   chicares
Date:     2016-05-05 11:19:17 +0000 (Thu, 05 May 2016)
Log Message:
-----------
Enforce rider consistency

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

Modified: lmi/trunk/illustrator.cpp
===================================================================
--- lmi/trunk/illustrator.cpp   2016-05-04 20:04:46 UTC (rev 6557)
+++ lmi/trunk/illustrator.cpp   2016-05-05 11:19:17 UTC (rev 6558)
@@ -280,6 +280,9 @@
     //
     // The "ProductName" field uniquely determines all ledger values
     // taken from class product_data, so it maps onto them.
+    //
+    // Term rider is permitted to vary because its amount is shown in
+    // a column.
     static char const*const fields[] =
         {"ProductName"
         ,"CorporationName"
@@ -289,6 +292,12 @@
         ,"EffectiveDate"
         ,"InforceAsOfDate"
         ,"Comments"
+        ,"WaiverOfPremiumBenefit"
+        ,"AccidentalDeathBenefit"
+        ,"ChildRider"
+        ,"ChildRiderAmount"
+        ,"SpouseRider"
+        ,"SpouseRiderAmount"
         };
     static std::size_t const n = lmi_array_size(fields);
 




reply via email to

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