Skip to content

Fix DC CDCC rate to 24.25% for TY2026+ (currently 32%)#7683

Open
MaxGhenis wants to merge 1 commit intoPolicyEngine:mainfrom
MaxGhenis:cdcc-fix-oh
Open

Fix DC CDCC rate to 24.25% for TY2026+ (currently 32%)#7683
MaxGhenis wants to merge 1 commit intoPolicyEngine:mainfrom
MaxGhenis:cdcc-fix-oh

Conversation

@MaxGhenis
Copy link
Contributor

Summary

Fixes #7677.

DC Code § 47-1806.04(c)(1)(B), as amended by the Fiscal Year 2025 Budget Support Act of 2024 (D.C. Act 25-506, sec. 7032, signed July 15, 2024), requires the DC CDCC match rate to drop from 32% to 24.25% for tax years beginning after December 31, 2025.

The statute states:

"(B) For each full calendar or fiscal year beginning after December 31, 2025, there is allowed a credit against the tax imposed by § 47-1806.03 in an amount equal to 24.25% of the amount of the credit to which the resident may be entitled under section 21 of the Internal Revenue Code of 1986"

Changes

  • Added 2026-01-01: 0.2425 entry to match.yaml
  • Added statute reference to the parameter metadata
  • Added two new test cases: TY2025 (still 32%) and TY2026 (24.25%)

Test plan

  • Existing TY2021 and TY2022 tests continue to pass at 32%
  • New TY2025 test confirms 32% rate still applies
  • New TY2026 test confirms 24.25% rate applies

The FY2025 Budget Support Act (D.C. Act 25-506, sec. 7032, signed
July 15, 2024) amended DC Code 47-1806.04(c)(1)(B) to reduce the
CDCC match rate from 32% to 24.25% for tax years beginning after
December 31, 2025.

Closes PolicyEngine#7677

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.45%. Comparing base (55a0045) to head (7754ac9).
⚠️ Report is 37 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #7683       +/-   ##
===========================================
- Coverage   97.82%   73.45%   -24.37%     
===========================================
  Files           3     3904     +3901     
  Lines          92    56341    +56249     
  Branches        2      271      +269     
===========================================
+ Hits           90    41387    +41297     
- Misses          1    14932    +14931     
- Partials        1       22       +21     
Flag Coverage Δ
unittests 73.45% <ø> (-24.37%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MaxGhenis MaxGhenis requested a review from DTrim99 March 3, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DC CDCC rate should be 24.25% for TY2026+ (currently 32%)

1 participant