Fix DC standard deduction for 2025 OBBBA non-conformity#7930
Open
PavelMakarchuk wants to merge 4 commits intomainfrom
Open
Fix DC standard deduction for 2025 OBBBA non-conformity#7930PavelMakarchuk wants to merge 4 commits intomainfrom
PavelMakarchuk wants to merge 4 commits intomainfrom
Conversation
DC established its own basic standard deduction for 2025 per the D-40 booklet ($15K single, $30K MFJ, $22.5K HoH), which does not include the OBBBA increase present in the federal amounts ($15.75K, $31.5K, $23.625K). Adds DC-specific basic standard deduction parameter for 2025+. Before 2025, DC continues to conform to federal amounts. Additional standard deduction (elderly/blind) still matches federal. Closes #7928 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7930 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 19 1 -18
Lines 297 17 -280
==========================================
- Hits 297 17 -280
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Add DC Code § 47-1801.04(3A) reference (defines amounts) - Add DC Act 26-214 reference (OBBBA non-conformity act) - Keep D-40 booklet reference (tax form confirmation) - Add uprating: gov.irs.uprating with $50 downward rounding per DC Code § 47-1801.04(11) (Washington-Baltimore CPI-U, using national CPI as proxy) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- 2023 single: confirms federal conformity ($13,850) - 2024 single/joint/HoH: confirms federal conformity before DC divergence - 2025 all 5 filing statuses: confirms DC-specific amounts - 2025 elderly couple: $30K + 2x$1,600 = $33,200 - 2025 elderly single: $15K + $2,000 = $17,000 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Verifies that 2026 values are uprated from the DC base amounts ($15K/$22.5K/$30K), NOT from the higher federal amounts ($15.75K/ $23.625K/$31.5K). Uses margin of $100 to accommodate CPI variation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
DC established its own basic standard deduction amounts for 2025, which do not include the OBBBA increases present in federal amounts. PE was using the federal values, overstating the DC standard deduction by $750-$1,500.
Closes #7928
DC 2025 Standard Deduction (from D-40 Booklet p.13)
Changes
gov/states/dc/tax/income/deductions/standard/amount.yamlwith DC-specific basic amounts for 2025dc_standard_deductionvariable:formula(pre-2025) uses federal;formula_2025uses DC-specific basic + federal additionalTest plan
References
🤖 Generated with Claude Code