Compute the Arkansas CDCC from IRC § 21 as in effect January 2, 2013 (Form AR2441)#8885
Draft
hua7450 wants to merge 1 commit into
Draft
Compute the Arkansas CDCC from IRC § 21 as in effect January 2, 2013 (Form AR2441)#8885hua7450 wants to merge 1 commit into
hua7450 wants to merge 1 commit into
Conversation
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>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8885 +/- ##
===========================================
- Coverage 100.00% 95.23% -4.77%
===========================================
Files 3 2 -1
Lines 55 42 -13
Branches 0 2 +2
===========================================
- Hits 55 40 -15
- Misses 0 1 +1
- Partials 0 1 +1
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:
|
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
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