lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d5023a75: Update premium-tax rates


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d5023a75: Update premium-tax rates
Date: Wed, 26 Apr 2023 09:05:15 -0400 (EDT)

branch: master
commit d5023a7581279851073cf18da1ed9648c6a2af42
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Update premium-tax rates
---
 premium_tax.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/premium_tax.cpp b/premium_tax.cpp
index 0291ac0a..de2d8182 100644
--- a/premium_tax.cpp
+++ b/premium_tax.cpp
@@ -377,7 +377,7 @@ std::vector<double> const& 
premium_tax_rates_for_life_insurance()
     static int const n = 53;
     static double const d[n] =
         //   AL       AK       AZ       AR       CA       CO       CT
-        {0.0230,  tiered,  0.0170,  0.0250,  0.0235,  0.0200,  0.0175
+        {0.0230,  tiered,  0.0170,  0.0250,  0.0235,  0.0200,  0.0150
         //   DE       DC       FL       GA       HI       ID
         ,0.0200,  0.0175,  0.0175,  0.0225,  0.0275,  0.0150
         //   IL       IN       IA       KS       KY       LA       ME
@@ -389,7 +389,7 @@ std::vector<double> const& 
premium_tax_rates_for_life_insurance()
         //   NC       ND       OH       OK       OR       PA
         ,0.0190,  0.0200,  0.0140,  0.0225,  0.0002,  0.0200
         //   PR       RI       SC       SD       TN       TX       UT
-        ,0.0500,  0.0200,  0.0075,  tiered,  0.0175,  0.0175,  0.0225
+        ,0.0400,  0.0200,  0.0075,  tiered,  0.0175,  0.0175,  0.0225
         //   VT       VA       WA       WV       WI       WY       XX
         ,0.0200,  0.0225,  0.0200,  0.0300,  0.0200,  0.0075,  0.0000
         };



reply via email to

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