lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5543] Initialize cumulative sales load from new input fie


From: Greg Chicares
Subject: [lmi-commits] [5543] Initialize cumulative sales load from new input field
Date: Sun, 12 Aug 2012 09:19:37 +0000

Revision: 5543
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5543
Author:   chicares
Date:     2012-08-12 09:19:36 +0000 (Sun, 12 Aug 2012)
Log Message:
-----------
Initialize cumulative sales load from new input field

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/ihs_acctval.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-08-11 10:13:40 UTC (rev 5542)
+++ lmi/trunk/ChangeLog 2012-08-12 09:19:36 UTC (rev 5543)
@@ -30577,3 +30577,19 @@
   main_cgi.cpp
 Revise comments.
 
+20120809T2229Z <address@hidden> [568]
+
+  ihs_basicval.cpp
+Treat 'TgtPremMonthlyPolFee' as monthly instead of annual.
+
+20120811T1013Z <address@hidden> [568]
+
+  ihs_basicval.cpp
+  input_xml_io.cpp
+Initialize cumulative 7702 'premiums paid' from new input field.
+
+20120812T0919Z <address@hidden> [568]
+
+  ihs_acctval.cpp
+Initialize cumulative sales load from new input field.
+

Modified: lmi/trunk/ihs_acctval.cpp
===================================================================
--- lmi/trunk/ihs_acctval.cpp   2012-08-11 10:13:40 UTC (rev 5542)
+++ lmi/trunk/ihs_acctval.cpp   2012-08-12 09:19:36 UTC (rev 5543)
@@ -723,7 +723,7 @@
     RiderCharges                = 0.0;
     NetCoiCharge                = 0.0;
     MlyDed                      = 0.0;
-    CumulativeSalesLoad         = 0.0; // INPUT !! Add to inforce input.
+    CumulativeSalesLoad         = yare_input_.InforceCumulativeSalesLoad;
 
     CoiRetentionRate                  = 
Database_->Query(DB_ExpRatCoiRetention);
     ExperienceRatingAmortizationYears = Database_->Query(DB_ExpRatAmortPeriod);




reply via email to

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