lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f4f1e01 2/4: Update AZ premium tax for 2018 r


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f4f1e01 2/4: Update AZ premium tax for 2018 release
Date: Thu, 7 Dec 2017 12:58:47 -0500 (EST)

branch: master
commit f4f1e01387b26cfd87e698840b11c7134fa78940
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Update AZ premium tax for 2018 release
---
 premium_tax.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/premium_tax.cpp b/premium_tax.cpp
index 8e2076a..8cdafb6 100644
--- a/premium_tax.cpp
+++ b/premium_tax.cpp
@@ -376,7 +376,6 @@ double premium_tax::calculate_load(double payment, 
stratified_charges const& str
 /// commit). Expunge this block comment when the last assertion is
 /// expunged.
 
-static_assert('D' != __DATE__[0] || '7' != __DATE__[10]);
 static_assert('D' != __DATE__[0] || '8' != __DATE__[10]);
 static_assert('D' != __DATE__[0] || '9' != __DATE__[10]);
 static_assert('D' != __DATE__[0] || '0' != __DATE__[10]);
@@ -401,7 +400,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.0190,  0.0250,  0.0235,  0.0200,  0.0175
+        {0.0230,  tiered,  0.0185,  0.0250,  0.0235,  0.0200,  0.0175
         //   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



reply via email to

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