lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5333] Fix defect introduced 20050114T1947Z


From: Greg Chicares
Subject: [lmi-commits] [5333] Fix defect introduced 20050114T1947Z
Date: Wed, 07 Dec 2011 14:47:26 +0000

Revision: 5333
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5333
Author:   chicares
Date:     2011-12-07 14:47:26 +0000 (Wed, 07 Dec 2011)
Log Message:
-----------
Fix defect introduced 20050114T1947Z

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

Modified: lmi/trunk/ihs_basicval.cpp
===================================================================
--- lmi/trunk/ihs_basicval.cpp  2011-12-07 13:13:41 UTC (rev 5332)
+++ lmi/trunk/ihs_basicval.cpp  2011-12-07 14:47:26 UTC (rev 5333)
@@ -1151,12 +1151,7 @@
         }
     else if(oe_modal_table == premium_type)
         {
-        // TODO ?? This is dubious. If the table specified is a
-        // seven-pay table, then this seems not to give the same
-        // result as the seven-pay premium type.
-        return round_min_specamt()
-            (annualized_pmt / GetModalPremTgtFromTable(0, mce_annual, 1)
-            );
+        return round_min_specamt()(annualized_pmt / 
MortalityRates_->TargetPremiumRates()[0]);
         }
     else
         {




reply via email to

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