lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5111] Correct a statutory reference


From: Greg Chicares
Subject: [lmi-commits] [5111] Correct a statutory reference
Date: Mon, 01 Nov 2010 21:47:16 +0000

Revision: 5111
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5111
Author:   chicares
Date:     2010-11-01 21:47:16 +0000 (Mon, 01 Nov 2010)
Log Message:
-----------
Correct a statutory reference

Modified Paths:
--------------
    lmi/trunk/account_value.hpp
    lmi/trunk/stratified_charges.cpp

Modified: lmi/trunk/account_value.hpp
===================================================================
--- lmi/trunk/account_value.hpp 2010-09-24 16:39:39 UTC (rev 5110)
+++ lmi/trunk/account_value.hpp 2010-11-01 21:47:16 UTC (rev 5111)
@@ -314,7 +314,7 @@
     // reduce the premium below the threshold, so it's useful only as
     // a hint. Premium exempt from premium tax (e.g. internal 1035
     // exchanges when the database makes them so exempt) is excluded.
-    // SOMEDAY !! Expunge this because SD 10-4-22(2) repealed it.
+    // SOMEDAY !! Expunge this because SD 10-44-2(2) repealed it.
     double TaxableFirstYearPlannedPremium() const;
 
     // Detailed monthly trace.

Modified: lmi/trunk/stratified_charges.cpp
===================================================================
--- lmi/trunk/stratified_charges.cpp    2010-09-24 16:39:39 UTC (rev 5110)
+++ lmi/trunk/stratified_charges.cpp    2010-11-01 21:47:16 UTC (rev 5111)
@@ -602,7 +602,10 @@
 
     // For AK and SD, these are the actual rates as of 2003-09-09. Statutes:
     // AK 21.09.210(m)
-    // SD 10-4-22(2) (see also 58-6-70)
+    //   
http://www.legis.state.ak.us/basis/folioproxy.asp?url=http://www.legis.state.ak.us/cgi-bin/folioisa.dll/stattx06/query=*/doc/%7Bt9250%7D?
+    // SD 10-44-2(2) (see also 58-6-70)
+    //   
http://legis.state.sd.us/statutes/DisplayStatute.aspx?Type=Statute&Statute=10-44-2
+    //   
http://legis.state.sd.us/statutes/DisplayStatute.aspx?Statute=58-6&Type=Statute
 
     foo.datum("TieredAKPremTax").values_.push_back (0.02700);
     foo.datum("TieredAKPremTax").values_.push_back (0.00100);
@@ -618,7 +621,7 @@
     foo.datum("TieredSDPremTax").values_.push_back (0.00080);
     foo.datum("TieredSDPremTax").limits_.push_back(100000.0);
     foo.datum("TieredSDPremTax").limits_.push_back(dbl_inf);
-    foo.datum("TieredSDPremTax").gloss_ = "SD 10-4-22(2) (see also 58-6-70)";
+    foo.datum("TieredSDPremTax").gloss_ = "SD 10-44-2(2) (see also 58-6-70)";
 
     foo.save(AddDataDir("sample.strata"));
 }




reply via email to

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