Add MO $1,400 head of household additional exemption (Line 15)#7824
Add MO $1,400 head of household additional exemption (Line 15)#7824PavelMakarchuk merged 4 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:
|
Correct #page=9 to #page=8 in parameter and variable reference URLs (Line 15 is on page 8, confirmed by cross-referencing other MO params). Add 2024 MO-1040 Instructions reference to mo_taxable_income.py. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR Review: Add MO $1,400 Head of Household Additional Exemption🟢 No Critical Issues FoundThis PR is well-implemented and ready to merge. Validation Summary
What Was VerifiedRegulatory Research:
Code Quality:
Test Coverage:
🟡 Minor Suggestion (Optional)YAML section ordering: The parameter file has description: ...
values:
2021-01-01: 1_400
metadata:
...This is cosmetic and not blocking. RecommendationAPPROVE - Clean implementation that correctly reflects Missouri law. 🤖 Generated with Claude Code |
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