Compute the Arkansas CDCC from IRC § 21 as in effect January 2, 2013 (Form AR2441)#8885
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8885 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 2 -1
Lines 55 38 -17
Branches 0 1 +1
=========================================
- Hits 55 38 -17
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:
|
7f13085 to
503f78b
Compare
Completion review (rebased onto
|
| year | ar_cdcc_potential |
note |
|---|---|---|
| 2025 | $210 | 20% × (35% × $3,000) — correct |
| 2026 | $300 | 20% × (50% × $3,000) — inherits the live federal rate, violating 2013 conformity |
This is out of scope for issue #8880 (which scoped "2021 only") and depends on whether those 2026 federal values are intended baseline law. The one-line fix would be to pin all post-2020 years to the 2013 snapshot (if year >= 2021) rather than only 2021. Flagging rather than changing it — it alters projected 2026+ AR values and touches the federal 2026 assumption, so it's a maintainer call. Not a blocker for the 2021 fix this PR delivers.
Independent of #8855/#8878/#8884 — no shared files.
Verdict: complete and statute-faithful for its stated scope (2021 ARPA leak + base correction). Ready to undraft once CI is green. Recommend a follow-up issue for the 2026+ pin if the team wants full static conformity.
(Reviewed and rebased by Claude Fable on Max's behalf.)
Ark. Code Ann. 26-51-502(b)(1) adopts IRC 21 "as in effect on January 2, 2013," but ar_cdcc_potential multiplied the live federal credit, inheriting ARPA's 2021 expansion (50 percent top rate, $8,000/$16,000 caps) that Arkansas's static conformity excludes. The 2021 Form AR2441 replicates the pre-ARPA computation: $3,000/$6,000 caps and a 35-to-20 percent AGI-phased rate table, times the 20 percent state match. New ar_federal_cdcc replicates that credit for 2021 from parameters pinned at the 2020 instant. The AR2441 (2021 and 2022 forms alike) contains no federal tax liability limitation line, and 26-51-502(b)(2) matches the federal credit "allowable," so non-2021 years now use cdcc_potential rather than the liability-capped cdcc - a filer whose federal credit is zeroed by federal liability keeps the Arkansas credit. The separate refundable credit under 26-51-502(c) for care at a Department of Education-approved early childhood facility remains unmodeled (we do not track facility approval at the moment) and is documented in the variable. Closes PolicyEngine#8880 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
503f78b to
3c26876
Compare
Update — 2026+ static-conformity gap now fixed (per maintainer decision)Implemented full static conformity rather than pinning only 2021. Ark. Code § 26-51-502(b)(1)'s "§ 21 as in effect on January 2, 2013" is a fixed snapshot governing every year the credit applies to, so the credit must not adopt post-snapshot federal amendments — including the repo's scheduled 2026 CDCC change. Changes (amended into the branch):
Verified across 2021/2022/2025/2026/2027: AR credit is a flat $210 on the test case every year — no silent drift. Full AR income-tax tree: 199 passed; federal The earlier flag is now resolved in-PR; no follow-up issue needed. (Implemented by Claude Fable on Max's behalf.) |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…into ar-cdcc-2013-conformity
MaxGhenis
left a comment
There was a problem hiding this comment.
Fable review + agent verification: Ark. Code §26-51-502(b)(1)/(b)(2)/(c) and Form AR2441 verified verbatim; the 2013-law replica pins to the 2020 instant (identical parameters, pre-ARPA), and per my static-conformity ruling the pin now governs all years ≥2021 with a 2026 regression test asserting the 35→20% schedule ($210, not the live federal $300). I added the pre-2021 live-branch coverage case ($120 hand-checked at 2020 rates), which cleared the genuine codecov patch gap. 199 AR + 74 federal tests green.
Summary
Implements Arkansas's static conformity to the 2013 IRC for its Child and Dependent Care Credit, fixing the TY2021 ARPA leak found in the #8826 verification — plus a base correction proven by the state's own form during implementation.
Closes #8880
Regulatory basis (all primary sources read directly)
Ark. Code Ann. § 26-51-502:
2021 Form AR2441 (read from the rendered form): line 3 caps qualified expenses at "$3,000 for one qualifying person or $6,000 for two or more" (not ARPA's $8,000/$16,000); the line 8 rate table runs $0–15,000: .35 down to "43,000 – No limit: .20" (not ARPA's 50%); line 10: "Multiply line 9 by .20"; the header applies the § 21(e)(2)/(4) married-filing-separately rules. Arkansas computed its own pre-ARPA credit in 2021 — the 2021 AR1000F instructions (Line 35) direct filers to AR2441, not the federal form.
2022 Form AR2441: structurally identical — and, like the 2021 form, contains no federal tax liability limitation line. The state base is the § 21 credit allowable (pre-cap), matching (b)(2), not the liability-capped federal credit.
Changes
ar_federal_cdcc— the pre-ARPA § 21 replica for 2021, computed from federal CDCC parameters pinned at the 2020 instant (the same pinning pattern asva_child_dependent_care_deduction_cdcc_limit,id_cdcc_limit, and the CA 2021 replica): expenses including disabled-adultcare_expenses, per-qualifying-person caps, the head/spouse earnings cap (§ 21(d)(2) deeming included — the $250/$500 monthly amounts are unchanged since 2003), the 35→20% AGI-phased rate, and thecdcc_filing_status_eligiblegate.second_startis.infat the 2020 instant, so no ARPA second phase-out leaks in.ar_cdcc_potential— 2021 uses the replica; all other years usecdcc_potential(pre-liability-cap) instead of the liability-cappedcdcc, per the form and statute. In non-2021 years the 2013 and current § 21 produce identical values, so the pin itself only binds in 2021. Also converts the deprecateddocumentationfield toreferenceand documents the unmodeled § 26-51-502(c) refundable credit (care at a Department of Education-approved early-childhood facility, Form AR1000EC; mutually exclusive with this credit — we don't track facility approval at the moment).Reproductions (hand-computed on Form AR2441)
Tests
New
ar_cdcc_potential.yamlwith the four cases above (line-by-line AR2441 comments); existingar_cdcc.yamlinputs updated to the corrected base. Full AR income tax tree passes locally: 198 tests.Independent of #8855/#8878/#8884 — no shared files.
🤖 Generated with Claude Code