lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5166] Remove a marker for a defect already resolved


From: Greg Chicares
Subject: [lmi-commits] [5166] Remove a marker for a defect already resolved
Date: Mon, 09 May 2011 12:52:51 +0000

Revision: 5166
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5166
Author:   chicares
Date:     2011-05-09 12:52:50 +0000 (Mon, 09 May 2011)
Log Message:
-----------
Remove a marker for a defect already resolved

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

Modified: lmi/trunk/ihs_acctval.cpp
===================================================================
--- lmi/trunk/ihs_acctval.cpp   2011-05-08 18:33:13 UTC (rev 5165)
+++ lmi/trunk/ihs_acctval.cpp   2011-05-09 12:52:50 UTC (rev 5166)
@@ -1556,7 +1556,6 @@
 //============================================================================
 double AccountValue::TaxableFirstYearPlannedPremium() const
 {
-// TODO ?? 'WaivePmTxInt1035' is not respected elsewhere, but should be.
     double z =
           PerformEePmtStrategy() * InvariantValues().EeMode[0].value()
         + PerformErPmtStrategy() * InvariantValues().ErMode[0].value()

Modified: lmi/trunk/ihs_avmly.cpp
===================================================================
--- lmi/trunk/ihs_avmly.cpp     2011-05-08 18:33:13 UTC (rev 5165)
+++ lmi/trunk/ihs_avmly.cpp     2011-05-09 12:52:50 UTC (rev 5166)
@@ -1382,6 +1382,8 @@
         }
 
     HOPEFULLY(0.0 <= a_pmt);
+    // Internal 1035 exchanges may be exempt from premium tax; they're
+    // handled elsewhere, so here the exempt amount is always zero.
     double actual_load = GetPremLoad(a_pmt, 0.0);
     double net_pmt = a_pmt - actual_load;
     HOPEFULLY(0.0 <= net_pmt);




reply via email to

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