lmi-commits
[Top][All Lists]
Advanced

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

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


From: Greg Chicares
Subject: [lmi-commits] [5355] Fix defect introduced 20050114T1947Z
Date: Wed, 11 Jan 2012 17:23:28 +0000

Revision: 5355
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5355
Author:   chicares
Date:     2012-01-11 17:23:25 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
Fix defect introduced 20050114T1947Z

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-01-11 15:07:17 UTC (rev 5354)
+++ lmi/trunk/ChangeLog 2012-01-11 17:23:25 UTC (rev 5355)
@@ -29407,3 +29407,10 @@
 change from one wrong value to another (but not in the first inforce
 year), yet does not affect the (also wrong) value of initial GSP.
 
+20120111T1723Z <address@hidden> [592]
+
+  ihs_irc7702.cpp
+Fix defect introduced 20050114T1947Z, from an original file predating
+the lmi epoch, as noted as such ab initio: absent an adjustment event,
+it is incorrect to calculate guidelines as of inforce duration.
+

Modified: lmi/trunk/ihs_irc7702.cpp
===================================================================
--- lmi/trunk/ihs_irc7702.cpp   2012-01-11 15:07:17 UTC (rev 5354)
+++ lmi/trunk/ihs_irc7702.cpp   2012-01-11 17:23:25 UTC (rev 5355)
@@ -732,7 +732,7 @@
     LeastBftAmtEver     = PresentSpecAmt;
     TargetPremium       = a_TargetPremium;
     PresentGLP = CalculateGLP
-        (InforceYear        // TODO ?? a_Year...what if inforce?
+        (0                  // TODO ?? What if inforce?
         ,PresentBftAmt
         ,PresentSpecAmt
         ,LeastBftAmtEver
@@ -741,7 +741,7 @@
     PriorGLP = PresentGLP;  // TODO ?? Not if inforce case.
 
     PresentGSP = CalculateGSP
-        (0  // TODO ?? a_Year
+        (0
         ,PresentBftAmt
         ,PresentSpecAmt
         ,LeastBftAmtEver




reply via email to

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