lmi-commits
[Top][All Lists]
Advanced

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

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


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

Revision: 5356
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5356
Author:   chicares
Date:     2012-01-11 17:46:30 +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 17:23:25 UTC (rev 5355)
+++ lmi/trunk/ChangeLog 2012-01-11 17:46:30 UTC (rev 5356)
@@ -29411,6 +29411,13 @@
 
   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,
+the lmi epoch, and noted as such ab initio: absent an adjustment event
 it is incorrect to calculate guidelines as of inforce duration.
 
+20120111T1746Z <address@hidden> [592]
+
+  ihs_irc7702.cpp
+Fix defect introduced 20050114T1947Z, from an original file predating
+the lmi epoch: a case in force after the issue date isn't new business
+even if it's still in the first year.
+

Modified: lmi/trunk/ihs_irc7702.cpp
===================================================================
--- lmi/trunk/ihs_irc7702.cpp   2012-01-11 17:23:25 UTC (rev 5355)
+++ lmi/trunk/ihs_irc7702.cpp   2012-01-11 17:46:30 UTC (rev 5356)
@@ -181,7 +181,7 @@
     LMI_ASSERT(a_PriorSpecAmt <= a_PriorBftAmt);
     LMI_ASSERT(0.0 <= a_TargetPremium);
     // TODO ?? Instead put these in initializer-list and write assertions?
-    if(0 == InforceYear)
+    if(0 == InforceYear && 0 == InforceMonth)
         {
         PriorBftAmt     = a_PresentBftAmt;
         PriorSpecAmt    = a_PresentSpecAmt;




reply via email to

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