lmi-commits
[Top][All Lists]
Advanced

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

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


From: Greg Chicares
Subject: [lmi-commits] [5766] Fix defect introduced 20050114T1947Z
Date: Wed, 11 Sep 2013 23:27:24 +0000

Revision: 5766
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5766
Author:   chicares
Date:     2013-09-11 23:27:22 +0000 (Wed, 11 Sep 2013)
Log Message:
-----------
Fix defect introduced 20050114T1947Z

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2013-08-15 13:00:54 UTC (rev 5765)
+++ lmi/trunk/ChangeLog 2013-09-11 23:27:22 UTC (rev 5766)
@@ -32542,3 +32542,10 @@
   version.hpp
 Designate release candidate 5765.
 
+20130911T2327Z <address@hidden> [542]
+
+  ihs_irc7702a.cpp
+Fix defect introduced 20050114T1947Z, from an original file predating
+the lmi epoch. For inforce, cached NSP (used for reductions) should be
+as of last material change date, not inforce reillustration date.
+

Modified: lmi/trunk/ihs_irc7702a.cpp
===================================================================
--- lmi/trunk/ihs_irc7702a.cpp  2013-08-15 13:00:54 UTC (rev 5765)
+++ lmi/trunk/ihs_irc7702a.cpp  2013-09-11 23:27:22 UTC (rev 5766)
@@ -296,7 +296,10 @@
     SavedNecPrem    = 0.0;
     UnnecPrem       = 0.0;
     Ax                         = NSPVec[PolicyYear];
-    SavedNSP                   = Ax;
+    SavedNSP                   = NSPVec[duration_of_last_mc];
+    // TAXATION !! Arguably this should equal 'SavedNSP'; OTOH, both
+    // 'SavedNSP' and 'Ax' should probably be shown, for decreases and
+    // material changes respectively.
     state_.B3_deduced_nsp_rate = Ax;
 
     Determine7PP




reply via email to

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