Add 529 plan contribution deductions/credits for OK, OR, PA, UT, VA, VT, WI (fix VA cap)#7672
Open
MaxGhenis wants to merge 1 commit intoPolicyEngine:mainfrom
Open
Add 529 plan contribution deductions/credits for OK, OR, PA, UT, VA, VT, WI (fix VA cap)#7672MaxGhenis wants to merge 1 commit intoPolicyEngine:mainfrom
MaxGhenis wants to merge 1 commit intoPolicyEngine:mainfrom
Conversation
Implement 529 plan tax benefits for OK, OR, PA, UT, VA, VT, and WI. SC and WV already had full (uncapped) deductions via investment_in_529_plan. - OK: AGI subtraction, $10K single / $20K joint cap - OR: Refundable tax credit, $180 single / $360 joint (2025) - PA: Deduction, $19K per beneficiary (tied to gift tax exclusion) - UT: Non-refundable credit, 4.55% of contributions up to cap per beneficiary - VA: Subtraction with $4K cap per account (was previously uncapped) - VT: Non-refundable credit, 10% of first $2,500/$5,000 - WI: Subtraction, $5,130 per beneficiary ($2,560 MFS) in 2025 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 #7672 +/- ##
===========================================
+ Coverage 97.82% 100.00% +2.17%
===========================================
Files 3 9 +6
Lines 92 128 +36
Branches 2 0 -2
===========================================
+ Hits 90 128 +38
+ 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:
|
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 529 plan tax benefits for 7 states (SC and WV already implemented). This batch adds contribution deductions and/or credits for OK, OR, PA, UT, VA, VT, and WI, with special handling for state-specific rules and contribution caps.
Implementation details
Special cases
Closes
Closes #7554 (OK), #7557 (OR), #7559 (PA), #7563 (UT), #7566 (VA), #7568 (VT), #7572 (WI)
Test plan
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com