lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5205] Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [5205] Improve documentation
Date: Mon, 13 Jun 2011 13:44:15 +0000

Revision: 5205
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5205
Author:   chicares
Date:     2011-06-13 13:44:15 +0000 (Mon, 13 Jun 2011)
Log Message:
-----------
Improve documentation

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

Modified: lmi/trunk/dbdict.cpp
===================================================================
--- lmi/trunk/dbdict.cpp        2011-06-12 13:13:39 UTC (rev 5204)
+++ lmi/trunk/dbdict.cpp        2011-06-13 13:44:15 UTC (rev 5205)
@@ -679,13 +679,18 @@
     Add(database_entity(DB_SurrChgPremMult     , 0.0));
     Add(database_entity(DB_SurrChgAmort        , 0.0));
 
-    // These premium-tax rates aren't necessarily accurate or current.
-    // They resemble 2010 effective rates with a retaliatory floor of
-    // two percent. Actual rates change from time to time, and depend
-    // on the insurer's domicile because of retaliation. AK and SD
-    // have a tiered premium tax that lmi handles; DE has one that it
-    // does not. Fictitious state XX may be used where no premium tax
-    // applies, as for offshore business.
+/// Premium-tax rates as of 2011-05 (retaliation performed elsewhere).
+///
+/// Exact values are a matter of interpretation, because some states
+/// impose various assessments in addition to their nominal tax rates.
+///
+/// AK and SD have a tiered premium tax that lmi handles; DE has one
+/// that it does not. As elsewhere in lmi, tiered and non-tiered
+/// charges are calculated separately and added together; therefore,
+/// the AK and SD values in this table are zero.
+///
+/// Fictitious state XX may be used where no premium tax applies, as
+/// for offshore business.
     int premium_tax_dimensions[e_number_of_axes] = {1, 1, 1, 1, 1, 53, 1};
     double const tiered = 0.0;
     double premium_tax_rates[53] =




reply via email to

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