From ebbf53bb662c84357698d30fb526f5c7cdd86f94 Mon Sep 17 00:00:00 2001 From: David Trimmer Date: Thu, 19 Mar 2026 10:27:02 -0400 Subject: [PATCH] Bill review: High-Earner Income Tax Surcharge (RI H7313) Add RI H7313 to analysisDescriptions.js and add ri_high_earner_tax to compute_impacts.py builtin_reforms. Co-Authored-By: Claude Opus 4.5 --- scripts/compute_impacts.py | 1 + src/data/analysisDescriptions.js | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/compute_impacts.py b/scripts/compute_impacts.py index 091e2d5..0a11a78 100644 --- a/scripts/compute_impacts.py +++ b/scripts/compute_impacts.py @@ -170,6 +170,7 @@ def get_builtin_reform(reform_name: str): "va_hb979": "policyengine_us.reforms.states.va.hb979.va_hb979_reform", "ny_s04487_newborn_credit": "policyengine_us.reforms.states.ny.s04487.ny_s04487_newborn_credit", "sc_h4216": "policyengine_us.reforms.states.sc.h4216.sc_h4216", + "ri_high_earner_tax": "policyengine_us.reforms.states.ri.high_earner_tax.ri_high_earner_tax_reform", } if reform_name not in builtin_reforms: diff --git a/src/data/analysisDescriptions.js b/src/data/analysisDescriptions.js index 7f0f0fe..a08a461 100644 --- a/src/data/analysisDescriptions.js +++ b/src/data/analysisDescriptions.js @@ -89,6 +89,7 @@ const descriptions = { "or-sb1507": "One provision of Oregon state budget bill SB1507 raises the EITC match rate effective for tax year 2026. The match rate increases to 17% for families with young children (under 3) and 14% for others.", // Rhode Island + "ri-h7313": "Creates a 3% additional tax on Rhode Island taxable income exceeding $640,000 (in 2026 dollars), effective for tax years 2027 and thereafter, raising the effective top marginal rate from 5.99% to 8.99%.", "ri-s2364": "Rhode Island S2364 increases the state earned-income tax credit from 16% to 30% of the federal earned-income credit, effective for tax years beginning on or after January 1, 2027.", "ri-sb2672": "Rhode Island SB2672 reduces personal income tax rates by 10% phased in over five years (2027-2031). All three brackets are reduced by 2% annually: first bracket from 3.75% to 3.38%, second bracket from 4.75% to 4.28%, third bracket from 5.99% to 5.39%. This analysis assumes no pause to the income tax reductions under the fiscal oversight provisions.",