lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5354] Pass inforce inputs to GPT class


From: Greg Chicares
Subject: [lmi-commits] [5354] Pass inforce inputs to GPT class
Date: Wed, 11 Jan 2012 15:07:18 +0000

Revision: 5354
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5354
Author:   chicares
Date:     2012-01-11 15:07:17 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
Pass inforce inputs to GPT class

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-01-11 10:34:27 UTC (rev 5353)
+++ lmi/trunk/ChangeLog 2012-01-11 15:07:17 UTC (rev 5354)
@@ -29394,3 +29394,16 @@
   ihs_irc7702.hpp
 Add two data documented as missing.
 
+20120111T1034Z <address@hidden> [593]
+
+  yare_input.cpp
+  yare_input.hpp
+Prepare inforce tax fields for use.
+
+20120111T1507Z <address@hidden> [593]
+
+  ihs_basicval.cpp
+Pass inforce inputs to GPT class. This change causes initial GLP to
+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.
+

Modified: lmi/trunk/ihs_basicval.cpp
===================================================================
--- lmi/trunk/ihs_basicval.cpp  2012-01-11 10:34:27 UTC (rev 5353)
+++ lmi/trunk/ihs_basicval.cpp  2012-01-11 15:07:17 UTC (rev 5354)
@@ -644,6 +644,17 @@
             ,round_max_premium()
             ,round_min_specamt()
             ,round_max_specamt()
+            ,yare_input_.InforceYear
+            ,yare_input_.InforceMonth
+            ,yare_input_.InforceGlp
+            ,yare_input_.InforceCumulativeGlp
+            ,yare_input_.InforceGsp
+            ,yare_input_.InforceCumulativePayments // Wrong--this is not 7702 
"premiums paid".
+// If these are never passed, then should they be arguments at all?
+//            ,a_PriorBftAmt
+//            ,a_PriorSpecAmt
+//            ,a_LeastBftAmtEver
+//            ,a_PriorDBOpt
             )
         );
 }




reply via email to

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