Skip to content

Fix SC H.4216: remove spurious sc_additions from AGI-based taxable income#7514

Merged
DTrim99 merged 3 commits intomainfrom
fix/sc-h4216-remove-spurious-additions
Feb 27, 2026
Merged

Fix SC H.4216: remove spurious sc_additions from AGI-based taxable income#7514
DTrim99 merged 3 commits intomainfrom
fix/sc-h4216-remove-spurious-additions

Conversation

@baogorek
Copy link
Collaborator

Summary

  • The H.4216 reform computes sc_taxable_income starting from federal AGI instead of federal taxable income, but was incorrectly including sc_additions (QBI addback + SALT addback)
  • Those addbacks exist to reverse federal deductions embedded in taxable_income; since the reform starts from AGI where those deductions were never taken, including them double-counts ~$1.8B of income
  • This inflated reform taxes, shrinking the apparent budget impact from the expected ~-$119M (RFA fiscal note) to just -$23M
  • After the fix, budget impact is -$111M, within calibration range of the RFA's -$119.1M estimate

Test plan

  • Verify SC H.4216 budget impact test passes with corrected value (~-$111M)
  • Confirm single-filer cross-check: $75k earner sees ~-$235 tax reduction under reform
  • Verify no change to baseline SC income tax (fix only affects the reform path)

🤖 Generated with Claude Code

…able income

The baseline sc_taxable_income starts from federal taxable_income (which
has standard/itemized deductions and QBI already removed). SC sc_additions
(QBI addback + SALT addback) exist to undo those federal deductions.

The H.4216 reform starts from federal AGI, where those deductions were
never taken. Including sc_additions double-counted $1.8B of income,
inflating reform taxes and shrinking the apparent tax cut from the
expected ~-$119M (RFA fiscal note) to just -$23M.

After this fix the budget impact is -$111M, within calibration range of
the RFA's -$119.1M estimate.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
baogorek and others added 2 commits February 27, 2026 16:15
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@DTrim99 DTrim99 merged commit 24c6fdd into main Feb 27, 2026
7 checks passed
@DTrim99 DTrim99 deleted the fix/sc-h4216-remove-spurious-additions branch February 27, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants