Add 529 plan contribution deductions for MD, MA, MI, MS, MO, NE, NJ, ND#7676
Add 529 plan contribution deductions for MD, MA, MI, MS, MO, NE, NJ, ND#7676
Conversation
…and ND Implement state income tax deductions/subtractions for 529 education savings plan contributions across 8 states, each with state-specific caps and rules: - MD: $2,500/$5,000 per beneficiary (single/joint) - MA: $1,000/$2,000 (single/joint), integrated into Part B deductions - MI: $5,000/$10,000 (single/joint) - MS: $10,000/$20,000 (single/joint), person-level - MO: $8,000/$16,000 (single/joint), person-level - NE: $10,000 ($5,000 for MFS) - NJ: $10,000 flat with $200K AGI limit, effective 2022, person-level - ND: $5,000/$10,000 (single/joint) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7676 +/- ##
===========================================
+ Coverage 97.82% 100.00% +2.17%
===========================================
Files 3 9 +6
Lines 92 167 +75
Branches 2 1 -1
===========================================
+ Hits 90 167 +77
+ Misses 1 0 -1
+ Partials 1 0 -1
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:
|
PR Review🔴 Critical (Must Fix)
🟡 Should Address
🟢 Suggestions
Validation Summary
State-by-State Verification
Code Quality Notes
Next StepsTo auto-fix issues: Or address manually:
🤖 Review generated by Claude Code |
PavelMakarchuk
left a comment
There was a problem hiding this comment.
All 8 state cap values verified against official sources. Entity consistency checks out — person-level vars (MO, MS, NJ) match their person-level consumers, tax-unit vars match theirs.
Minor items:
- NJ reference cites P.L. 2021, c.419 but multiple sources indicate it's P.L. 2021, c.128 (College Affordability Act) — worth verifying
- No multi-person test for the proportional allocation logic in MO/MS/NJ (single-person tests pass but don't exercise the share calculation)
- NE's unique MFS cap ($5K vs $10K others) is tested — nice
Program Review: PR #7676 -- Add 529 Plan Contribution Deductions (8 States)Source Documents
Critical (Must Fix)
Should Address
Suggestions
Per-State Summary
Validation Summary
Review Severity: REQUEST_CHANGESThree critical citation errors must be fixed before merge: MO cites the wrong statute section entirely (RSMo 143.121 does not contain 529 deduction provisions), MD cites the wrong subsection (10-208(p) should be 10-208(o)), and MA cites the wrong subparagraph number ((14) should be (19)). These are factual errors in regulatory references that could mislead future maintainers and undermine the credibility of the implementation. Next StepsTo auto-fix issues: |
Addendum: Regulatory Review (completed after initial report)The regulatory reviewer independently verified all 8 states' cap values as correct. One additional critical finding: MA effective date is wrong. The parameter uses Also noted: the blanket |
Summary
Implements state 529 plan tax deductions/subtractions for 8 states (NM was already implemented), with state-specific caps and filing status breakdowns where applicable.
States and contribution caps
Closes
Test plan