Add MO $1,400 head of household additional exemption (Line 15)#7824
Draft
PavelMakarchuk wants to merge 3 commits intomainfrom
Draft
Add MO $1,400 head of household additional exemption (Line 15)#7824PavelMakarchuk wants to merge 3 commits intomainfrom
PavelMakarchuk wants to merge 3 commits intomainfrom
Conversation
Missouri provides a $1,400 additional exemption for Head of Household and Qualifying Surviving Spouse filers. This is a separate MO-specific provision, not tied to the suspended federal personal exemptions. Closes #7793. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Correct statute reference from 143.151 to 143.161(2) - Add MO-1040 instruction references for 2021-2024 - Start parameter at 2021 (statute in effect since 1999; no TCJA suspension unlike dependent exemption in 143.161(1)) - Add 2021 and 2022 period tests - Update TAXSIM integration test for 2021 HoH Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Shorten parameter description to single sentence per standards - Trim redundant year-by-year instruction references to statute + one form - Fix pre-existing missing commas in mo_taxable_income.py reference tuple 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 #7824 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 64 2 -62
Lines 707 38 -669
Branches 1 0 -1
==========================================
- Hits 707 38 -669
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
Closes #7793.
Change
gov.states.mo.tax.income.exemptions.head_of_household= $1,400mo_head_of_household_exemption— returns $1,400 for HoH/QW filers, $0 otherwisemo_taxable_incomeformula to subtract the exemption alongside other deductionsTest plan
mo_head_of_household_exemption(HoH, QW, Single, Joint, Separate)mo_taxable_income(HoH with exemption vs Single without)make formatclean🤖 Generated with Claude Code