lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4e9ca6d: Update AZ premium tax for 2020 relea


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4e9ca6d: Update AZ premium tax for 2020 release
Date: Tue, 10 Dec 2019 17:34:42 -0500 (EST)

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

    Update AZ premium tax for 2020 release
---
 premium_tax.cpp | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/premium_tax.cpp b/premium_tax.cpp
index bf36157..4a26d8d 100644
--- a/premium_tax.cpp
+++ b/premium_tax.cpp
@@ -376,8 +376,11 @@ double premium_tax::calculate_load(double payment, 
stratified_charges const& str
 /// changed in the meantime (and actually did, in the 20170508T1544Z
 /// commit). Expunge this block comment when the last assertion is
 /// expunged.
+///
+/// Implementation notes:
+///  - __DATE__[0] is month-name's first letter; D = December
+///  - __DATE__[10] is last digit of a four-digit year
 
-static_assert('D' != __DATE__[0] || '9' != __DATE__[10]);
 static_assert('D' != __DATE__[0] || '0' != __DATE__[10]);
 static_assert('D' != __DATE__[0] || '1' != __DATE__[10]);
 
@@ -400,7 +403,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.0180,  0.0250,  0.0235,  0.0200,  0.0175
+        {0.0230,  tiered,  0.0175,  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]