Fix DC CDCC rate to 24.25% for TY2026+ (currently 32%)#7683
Merged
PavelMakarchuk merged 1 commit intoPolicyEngine:mainfrom Mar 24, 2026
Merged
Fix DC CDCC rate to 24.25% for TY2026+ (currently 32%)#7683PavelMakarchuk merged 1 commit intoPolicyEngine:mainfrom
PavelMakarchuk merged 1 commit intoPolicyEngine:mainfrom
Conversation
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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7683 +/- ##
============================================
- Coverage 100.00% 73.45% -26.55%
============================================
Files 1 3904 +3903
Lines 25 56341 +56316
Branches 0 271 +271
============================================
+ Hits 25 41387 +41362
- Misses 0 14932 +14932
- Partials 0 22 +22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
PR Review: Fix DC CDCC Rate to 24.25% for TY2026+🟢 No Critical Issues FoundThis PR is well-implemented and ready to merge. Validation Summary
What Was VerifiedRegulatory Research:
Test Coverage:
🟡 Pre-existing Issues (Not Introduced by This PR)1. Variable reference tuple missing comma: # In dc_cdcc.py (existing code, not modified by this PR)
reference = (
"url1"
"url2" # Missing comma - causes string concatenation
)This is not blocking for this PR but could be fixed in a follow-up. RecommendationAPPROVE - Clean implementation that correctly reflects the DC Code amendment. 🤖 Generated with Claude Code |
DTrim99
approved these changes
Mar 24, 2026
PavelMakarchuk
approved these changes
Mar 24, 2026
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
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:
Changes
2026-01-01: 0.2425entry tomatch.yamlTest plan