lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6085] Add specified-amount load to "MiscFees"


From: Greg Chicares
Subject: [lmi-commits] [6085] Add specified-amount load to "MiscFees"
Date: Thu, 15 Jan 2015 00:21:20 +0000

Revision: 6085
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6085
Author:   chicares
Date:     2015-01-15 00:21:19 +0000 (Thu, 15 Jan 2015)
Log Message:
-----------
Add specified-amount load to "MiscFees"

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-01-09 22:13:29 UTC (rev 6084)
+++ lmi/trunk/ChangeLog 2015-01-15 00:21:19 UTC (rev 6085)
@@ -35506,3 +35506,8 @@
 Refocus parent when editing stops (VZ). With recent wx changes, this
 had stopped working implicitly inside the census manager.
 
+20150115T0021Z <address@hidden> [516]
+
+  custom_io_1.cpp
+Add specified-amount load to "MiscFees".
+

Modified: lmi/trunk/custom_io_1.cpp
===================================================================
--- lmi/trunk/custom_io_1.cpp   2015-01-09 22:13:29 UTC (rev 6084)
+++ lmi/trunk/custom_io_1.cpp   2015-01-15 00:21:19 UTC (rev 6085)
@@ -369,7 +369,7 @@
             << ',' << Curr_.AnnGAIntRate   [j] * 10000.0 // 'IntRate' in bp.
             << ',' << Curr_.NetIntCredited [j]
             << ',' << Curr_.COICharge      [j]
-            << ',' << 0                                  // 'MiscFees' always 
zero.
+            << ',' << Curr_.SpecAmtLoad    [j]           // 'MiscFees' = spec 
amt load.
             << ',' << prem_load            [j]
             << ',' << 0                                  // 'MinPrem' always 
zero.
             << ',' << surr_chg             [j]




reply via email to

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