Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/compute_impacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/data/analysisDescriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.",

Expand Down