You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #8704 improves federal CDCC conformance with IRC § 21:
The § 21(e)(2) joint-return requirement (with the § 21(e)(4) separated-taxpayer exception) is now applied in cdcc_potential, the pre-liability-cap credit that state credits read.
The § 21(d)(2) deemed earned income for a student or incapacitated spouse now flows through min_head_spouse_earned.
These federal variables feed ~26 state credits, so the changes propagate into state results. This issue tracked the state-law questions left open by the #8704 review.
Verification tasks — all resolved 2026-07-02 (see the verification-results comment below for citations)
New Mexico NMSA 7-2-18.1 — "claimed" vs "allowable". Resolved in the model's favor: § 7-2-18.1(E) offsets the federal credit the taxpayer "is able to deduct from federal tax liability" (i.e. claimed/usable, $0 for MFS), matching PIT-RC line 21. The resulting NM credit increase for MFS filers is legitimate; NM allows them half the credit per § 7-2-18.1(G).
States multiplying cdcc (~16 states). All verified: every statute couples to the federal credit allowed/allowable/claimed, so MFS → $0 passes through correctly. DE/KY combined-separate regimes presuppose a joint federal return and are unaffected.
Outcome: remaining work found by the verification
Model bugs (pre-existing — these states bypass the variables #8704 fixed):
WI: gate the 2024+ credit branch of wi_childcare_expense_credit_potential and wi_childcare_expense_subtraction on cdcc_filing_status_eligible — Wis. Stat. § 71.07(9g)(c)4. and § 71.05(6)(b)43.e. impose "the special rules in 26 USC 21(e)(2) and (4)".
NY: multiply ny_cdcc by cdcc_filing_status_eligible — IT-216 requires qualifying for the federal credit and states the MFS/considered-unmarried rule.
HI: add the HRS § 235-55.6(e)(2)/(e)(4) joint-return gate; restrict the (d)(2) income floor to a spouse on a married return (person-level today, wrongly deems single filers); use is_incapable_of_self_care instead of is_disabled in hi_cdcc_income_floor_eligible.
Add SEPARATE-filing tests with the fixes (only CO has any today) and re-add the PA MFS regression test.
Decision item:
SC: § 12-6-3380 imports § 21 wholesale (including the (e)(4) exception), but sc_cdcc_potential uses a blanket filing_status != SEPARATE. SC1040 instructions say MFS cannot claim, so the status quo is form-faithful — decide whether to switch to cdcc_filing_status_eligible.
Expense-base conformity gap (follow-up PR):
VA, ID, OR, MN, WI (subtraction): add disabled-adult care_expenses to each state's expense base (children-only tax_unit_childcare_expenses today), mirroring federal cdcc_relevant_expenses — each statute references the full § 21 expense set. Under-inclusion only.
Tangential pre-existing flags (file separately):
AR: statute makes the 20% credit refundable (§ 26-51-502(c)(1)(A)(ii)); model treats it as non-refundable. Statute also pins § 21 to its 2013-01-02 text; model reads the live federal credit.
VT: TY2022 over-grant (Act 138 of 2022 kept the low-income AGI cap for 2022; only Act 72 of 2023 removed it for TY2023+); state_cdccs.yaml lists both VT credits for 2022–2024 (display double-count).
MD: verify the separate-filer phase-out start ($30,000 in model vs. $20,500 in older § 10-716 text) against Form 502CR.
Related follow-up (separate concern): Hawaii duplicates the deeming logic in hi_cdcc_min_head_spouse_earned and could be deduplicated against the federal variable — note this now folds into the HI fix above.
Context
PR #8704 improves federal CDCC conformance with IRC § 21:
cdcc_potential, the pre-liability-cap credit that state credits read.min_head_spouse_earned.These federal variables feed ~26 state credits, so the changes propagate into state results. This issue tracked the state-law questions left open by the #8704 review.
Verification tasks — all resolved 2026-07-02 (see the verification-results comment below for citations)
min_head_spouse_earnedand were missing from this list). All verified correct: each state imports the federal § 21(d) earned-income definition including deemed income. MA/CA were fixed in Improve federal CDCC conformance with IRC § 21 (deemed income, qualifying-individual count, filing status) and fix CO/MA/CA coupling #8704 itself.cdcc_potential. Corrected list: PA, IA, DC, NE (refundable), LA (refundable), NM, OH, WI (pre-2024) — OK switched to the cappedcdccin Use allowed federal CDCC (not potential) in OK Child Care/Child Tax Credit #8778; OH was missing from the original list. All verified: each statute couples to § 21 eligibility (the liability-cap carve-outs in IA/NE/OH waive only § 26, not § 21(e)(2)). The PA MFS regression test removed from Improve federal CDCC conformance with IRC § 21 (deemed income, qualifying-individual count, filing status) and fix CO/MA/CA coupling #8704 can be re-added.cdcc(~16 states). All verified: every statute couples to the federal credit allowed/allowable/claimed, so MFS → $0 passes through correctly. DE/KY combined-separate regimes presuppose a joint federal return and are unaffected.Outcome: remaining work found by the verification
Model bugs (pre-existing — these states bypass the variables #8704 fixed):
wi_childcare_expense_credit_potentialandwi_childcare_expense_subtractiononcdcc_filing_status_eligible— Wis. Stat. § 71.07(9g)(c)4. and § 71.05(6)(b)43.e. impose "the special rules in 26 USC 21(e)(2) and (4)".ny_cdccbycdcc_filing_status_eligible— IT-216 requires qualifying for the federal credit and states the MFS/considered-unmarried rule.is_incapable_of_self_careinstead ofis_disabledinhi_cdcc_income_floor_eligible.Decision item:
sc_cdcc_potentialuses a blanketfiling_status != SEPARATE. SC1040 instructions say MFS cannot claim, so the status quo is form-faithful — decide whether to switch tocdcc_filing_status_eligible.Expense-base conformity gap (follow-up PR):
care_expensesto each state's expense base (children-onlytax_unit_childcare_expensestoday), mirroring federalcdcc_relevant_expenses— each statute references the full § 21 expense set. Under-inclusion only.Tangential pre-existing flags (file separately):
state_cdccs.yamllists both VT credits for 2022–2024 (display double-count).Background
hi_cdcc_min_head_spouse_earnedand could be deduplicated against the federal variable — note this now folds into the HI fix above.