lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5730] Mark some taxation issues


From: Greg Chicares
Subject: [lmi-commits] [5730] Mark some taxation issues
Date: Sat, 18 May 2013 11:04:20 +0000

Revision: 5730
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5730
Author:   chicares
Date:     2013-05-18 11:04:19 +0000 (Sat, 18 May 2013)
Log Message:
-----------
Mark some taxation issues

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

Modified: lmi/trunk/ihs_basicval.cpp
===================================================================
--- lmi/trunk/ihs_basicval.cpp  2013-05-10 22:53:20 UTC (rev 5729)
+++ lmi/trunk/ihs_basicval.cpp  2013-05-18 11:04:19 UTC (rev 5730)
@@ -1020,6 +1020,7 @@
     ,double      a_specamt
     ) const
 {
+    // TAXATION !! No table available if 7PP calculated from first principles.
     double temp = MortalityRates_->SevenPayRates()[0];
     return round_max_premium()(temp * ldbl_eps_plus_one() * a_specamt / 
a_mode);
 }
@@ -1089,6 +1090,8 @@
     ,double      a_specamt
     ) const
 {
+    // TAXATION !! Use GetAnnualTgtPrem() to get target here if needed
+    // for GPT reimplementation.
     double z = Irc7702_->CalculateGLP
         (a_duration
         ,a_bft_amt
@@ -1270,6 +1273,7 @@
 
 double BasicValues::GetModalSpecAmtMinNonMec(double annualized_pmt) const
 {
+    // TAXATION !! No table available if 7PP calculated from first principles.
     return round_min_specamt()(annualized_pmt / 
MortalityRates_->SevenPayRates()[0]);
 }
 
@@ -1950,6 +1954,8 @@
     return GetTable
         (ProductData_->datum("SevenPayFilename")
         ,DB_SevenPayTable
+    // TAXATION !! No table available if 7PP calculated from first principles.
+//        ,1 == Database_->Query(DB_SevenPayWhence)
         );
 }
 




reply via email to

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