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
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