lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5708] Use highest tiered AK and SD premium tax for pay-as


From: Greg Chicares
Subject: [lmi-commits] [5708] Use highest tiered AK and SD premium tax for pay-as-you-go premium
Date: Fri, 19 Apr 2013 16:58:15 +0000

Revision: 5708
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5708
Author:   chicares
Date:     2013-04-19 16:58:14 +0000 (Fri, 19 Apr 2013)
Log Message:
-----------
Use highest tiered AK and SD premium tax for pay-as-you-go premium

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2013-04-19 14:09:17 UTC (rev 5707)
+++ lmi/trunk/ChangeLog 2013-04-19 16:58:14 UTC (rev 5708)
@@ -32143,3 +32143,32 @@
   premium_tax.hpp
 Fix defect noted 20130418T2222Z.
 
+20130419T1315Z <address@hidden> [542]
+
+  ihs_acctval.cpp
+  ihs_basicval.cpp
+  loads.cpp
+  loads.hpp
+  loads_test.cpp
+Rename certain members.
+
+20130419T1346Z <address@hidden> [542]
+
+  loads.cpp
+  loads_impl.hpp
+  loads_test.cpp
+Rename certain members.
+
+20130419T1409Z <address@hidden> [542]
+
+  loads.cpp
+  loads.hpp
+  loads_impl.hpp
+  loads_test.cpp
+Calculate loads with maximum as well as minimum premium tax.
+
+20130419T1658Z <address@hidden> [542]
+
+  ihs_basicval.cpp
+Use highest tiered AK and SD premium tax for pay-as-you-go premium.
+

Modified: lmi/trunk/ihs_basicval.cpp
===================================================================
--- lmi/trunk/ihs_basicval.cpp  2013-04-19 14:09:17 UTC (rev 5707)
+++ lmi/trunk/ihs_basicval.cpp  2013-04-19 16:58:14 UTC (rev 5708)
@@ -1188,7 +1188,7 @@
         annual_charge *= 1.0 + r;
         }
 
-    z /= 1.0 - Loads_->target_total_load(mce_gen_curr)[a_year];
+    z /= 1.0 - Loads_->target_premium_load_maximum_premium_tax()[a_year];
 
     z *= GetAnnuityValueMlyDed(a_year, a_mode);
     z += annual_charge;




reply via email to

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