From 94daddeca059bd76d4f2c2c23b05cf47d3fd8187 Mon Sep 17 00:00:00 2001 From: "Gregory W. Chicares" Date: Tue, 27 Nov 2018 18:07:54 +0000 Subject: [PATCH] Update AZ premium-tax rate for 2019 The November month-end release has already been assembled. The next release, scheduled for distribution at the end of December, will be used beginning January 1, 2019, when this new tax rate takes effect. --- premium_tax.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/premium_tax.cpp b/premium_tax.cpp index 3a1a5c1b..70f5a41b 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] || '8' != __DATE__[10]); 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 +399,7 @@ std::vector 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.0185, 0.0250, 0.0235, 0.0200, 0.0175 + {0.0230, tiered, 0.0180, 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 -- 2.19.1