Fix SC H.4216: remove spurious sc_additions from AGI-based taxable income#7514
Merged
Fix SC H.4216: remove spurious sc_additions from AGI-based taxable income#7514
Conversation
…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>
1 task
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
DTrim99
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sc_taxable_incomestarting from federal AGI instead of federal taxable income, but was incorrectly includingsc_additions(QBI addback + SALT addback)taxable_income; since the reform starts from AGI where those deductions were never taken, including them double-counts ~$1.8B of incomeTest plan
🤖 Generated with Claude Code