Fix NY CTC surviving-spouse phase-out threshold to $75,000 (2025-2027) - #9425
Conversation
The enacted S.3009-C print of Tax Law 606(c-1)(1-a)(C) sets the threshold amounts at $110,000 for married filing jointly only; $75,000 for single, head of household, OR qualified surviving spouse; and $55,000 for married filing separately. The parameter encoded the bill's original print, which grouped surviving spouses with joint filers at $110,000; the enacted version moved them to the $75,000 group, as the 2025 IT-213 instructions confirm. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014p5C4W5UC1MvusNZLuzFTf
Program reviewBase repository: PolicyEngine/policyengine-us Source Documents
CriticalNone. Should AddressA1 — Phase-out rounds partial $1,000 increments UP; Form IT-213 and the statute round DOWN (unchanged code, reachable through this parameter) — SHOULD ADDRESS (OPEN)
Coordinator assessment: Coordinator note: pre-existing formula defect in A2 — SHOULD ADDRESS: no QSS boundary or end-to-end
|
hua7450
left a comment
There was a problem hiding this comment.
Approved — review-program: COMPLETE, 0 critical. The $75,000 surviving-spouse tier is confirmed against the enacted S.3009-C print and 2025 IT-213; code path and moved test verified. Remaining should-address items (pre-existing round-up in the phase-out formula, QSS boundary coverage) are non-blocking and noted in the review comment above.
…QSS tests Rounds partial $1,000 phase-out increments down per Form IT-213 line 6, repoints IT-201-I references to the IT-213-I instructions across the post-2024 CTC parameters, uses section-path reference titles, and adds QSS boundary, round-down, and end-to-end test cases. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LqCGPgxDukji8Bhs57c5rH
Fixes applied from @hua7450's review
Tests: 101 passing across the six affected NY CTC files. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9425 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 1 -1
Lines 20 24 +4
=========================================
+ Hits 20 24 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
The 2025-2027 Empire State child credit expansion's phase-out threshold for qualified surviving spouses is $75,000, not $110,000.
The enacted S.3009-C print of Tax Law §606(c-1)(1-a)(C) reads: "(I) one hundred ten thousand dollars in the case of married taxpayers filing jointly; (II) seventy-five thousand dollars in the case of a taxpayer filing as single, head of household, or qualified surving [sic] spouse; and (III) fifty-five thousand dollars in the case of a married taxpayer filing a separate return." The 2025 IT-213 instructions confirm: "single, head of household, or qualifying surviving spouse - $75,000" (it213i.pdf).
The parameter matched the bill's original print, which grouped surviving spouses with joint filers at $110,000 (that print also had single at $55,000); the enacted C-print regrouped QSS into the $75,000 tier. Effect of the bug: surviving-spouse filers with AGI between $75k and ~$135k received too generous a credit.
Param-only fix plus the existing QSS phase-out test moved to the correct threshold ($80k AGI → $82.50 phase-out). The targeted phase-out suite passes (20/20).
Found during the Child Poverty Impact Dashboard's pre-launch state display audit.
🤖 Generated with Claude Code
https://claude.ai/code/session_014p5C4W5UC1MvusNZLuzFTf