lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5529] Correct or remove misleading comments


From: Greg Chicares
Subject: [lmi-commits] [5529] Correct or remove misleading comments
Date: Thu, 02 Aug 2012 16:19:31 +0000

Revision: 5529
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5529
Author:   chicares
Date:     2012-08-02 16:19:30 +0000 (Thu, 02 Aug 2012)
Log Message:
-----------
Correct or remove misleading comments

Modified Paths:
--------------
    lmi/trunk/ihs_acctval.cpp
    lmi/trunk/ihs_irc7702.cpp
    lmi/trunk/yare_input.hpp

Modified: lmi/trunk/ihs_acctval.cpp
===================================================================
--- lmi/trunk/ihs_acctval.cpp   2012-08-01 21:00:16 UTC (rev 5528)
+++ lmi/trunk/ihs_acctval.cpp   2012-08-02 16:19:30 UTC (rev 5529)
@@ -444,7 +444,8 @@
         }
     else
         {
-        // TODO ?? Inforce surrchg needs more work.
+        // SOMEDAY !! Inforce surrchg is imperfect, but that's not
+        // important enough to fix for the products now supported.
         double prior_specamt = 0.0;
         for(int j = 0; j <= Year; ++j)
             {
@@ -598,9 +599,6 @@
 //============================================================================
 void AccountValue::SetInitialValues()
 {
-    // These inforce things belong in input struct.
-    // TODO ?? The list is not complete; others will be required:
-    // payment history; surrender charges; DCV history? TAXATION !! INPUT !! 
Resolve this.
     InforceYear                 = yare_input_.InforceYear                    ;
     InforceMonth                = yare_input_.InforceMonth                   ;
     InforceAVGenAcct            = yare_input_.InforceGeneralAccountValue     ;

Modified: lmi/trunk/ihs_irc7702.cpp
===================================================================
--- lmi/trunk/ihs_irc7702.cpp   2012-08-01 21:00:16 UTC (rev 5528)
+++ lmi/trunk/ihs_irc7702.cpp   2012-08-02 16:19:30 UTC (rev 5529)
@@ -101,9 +101,6 @@
 //
 // TAXATION !! Are riders adequately supported?
 //
-// TAXATION !! need this in ctor?
-//  ,double     a_CumPmtYtd
-//
 // TAXATION !! 7702(f)(7)(B-E)
 
 // TAXATION !! Document these points in some more appropriate fashion:

Modified: lmi/trunk/yare_input.hpp
===================================================================
--- lmi/trunk/yare_input.hpp    2012-08-01 21:00:16 UTC (rev 5528)
+++ lmi/trunk/yare_input.hpp    2012-08-02 16:19:30 UTC (rev 5529)
@@ -181,7 +181,7 @@
     double                            InforceGlp                      ;
     double                            InforceCumulativeGlp            ;
     double                            InforceGsp                      ;
-// INPUT !! Also need inforce 7702 premiums paid and inforce 7702A amounts 
paid, and their YTD portions.
+// INPUT !! Also need inforce 7702 premiums paid.
     double                            InforceSevenPayPremium          ;
     bool                              InforceIsMec                    ;
     calendar_date                     LastMaterialChangeDate          ;




reply via email to

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