Add US government bond interest exemption to MO, MS, NE, NJ, OH state income taxes (+ tests for MT, NC, ND, NM, NY)#7666
Open
MaxGhenis wants to merge 1 commit intoPolicyEngine:mainfrom
Open
Conversation
Add us_govt_interest_person to subtraction/deduction parameter lists for Missouri, Mississippi, Nebraska, New Jersey, and Ohio. These states exempt US government bond interest from state income tax but were missing the implementation. Also add YAML test cases for all 10 states in this batch (MO, MS, MT, NC, ND, NE, NJ, NM, NY, OH), including tests for the 5 states that already had the exemption implemented. 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 #7666 +/- ##
===========================================
- Coverage 97.82% 76.72% -21.10%
===========================================
Files 3 3904 +3901
Lines 92 56341 +56249
Branches 2 271 +269
===========================================
+ Hits 90 43229 +43139
- Misses 1 13072 +13071
- Partials 1 40 +39
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
Adds the US government bond interest exemption to five additional state income tax systems (Missouri, Mississippi, Nebraska, New Jersey, and Ohio) that were missing implementation. These states exempt US government bond interest from state income tax, and adds comprehensive test coverage for all 10 states in this batch.
Changes
States requiring code changes (5):
us_govt_interest_personto AGI subtractionsus_govt_interest_personto adjustmentsus_govt_interest_personto AGI subtractionsus_govt_interest_personto subtractionsus_govt_interest_personto deductionsStates with test coverage only (5):
Files Changed
changelog.d/bond-interest-batch-3.added.mdCloses
Test plan