Skip to content

Commit

Permalink
Merge pull request #5459 from DTrim99/DTrim99/issue5458
Browse files Browse the repository at this point in the history
2024 MO top income tax and wftc adjustments
  • Loading branch information
PavelMakarchuk authored Jan 16, 2025
2 parents d3010ce + f2e14af commit ddb73f3
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 7 deletions.
5 changes: 5 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- bump: minor
changes:
added:
- Missouri 2024 and 2025 top income tax rate.
- Missouri 2024 working family tax credit match.
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
description: Missouri's Working Families Tax Credit matches this percent of the federal EITC.
description: Missouri matches this percentage of the federal Earned Income Tax Credit under the Working Families Tax Credit.
values:
2023-01-01: 0.1
2024-01-01: 0.2
metadata:
unit: /1
label: Missouri EITC match
period: year
reference:
- title: 143.177. Missouri working family tax credit act
# Statute specifies initial 10% rate and allows increases up to 20% maximum,
# subject to state revenue conditions.
# Specific timing of increase to 20% is not defined in statute, but confirmed in 2024 changes.
- title: 143.177. Missouri working family tax credit act (3)(2)
href: https://revisor.mo.gov/main/OneSection.aspx?section=143.177&bid=49978&hl=
- title: Missouri Individual Income Tax Changes 2024
href: https://dor.mo.gov/taxation/individual/tax-types/income/year-changes/
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SURVIVING_SPOUSE:
metadata:
unit: currency-USD
period: year
label: Missour social security or social security disability deduction allowance
label: Missouri social security or social security disability deduction allowance
reference:
- title: 2021 Form MO-1040 Individual Income Tax Long Form Instructions
href: https://dor.mo.gov/forms/MO-1040%20Instructions_2021.pdf#page=3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SURVIVING_SPOUSE:
metadata:
unit: currency-USD
period: year
label: Missour social security or social security disability income exemption threshold
label: Missouri social security or social security disability income exemption threshold
reference:
- title: 2021 Form MO-1040 Individual Income Tax Long Form
href: https://dor.mo.gov/forms/MO-A_2021.pdf#page=3
Expand Down
22 changes: 19 additions & 3 deletions policyengine_us/parameters/gov/states/mo/tax/income/rates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ brackets:
uprating: gov.irs.uprating
rate:
2019-01-01: 0.05
2023-01-01: 0.0495
2023-01-01: 0.0495
2024-01-01: 0.048
2025-01-01: 0.047
- threshold:
values:
2019-01-01: 8_424
Expand All @@ -106,8 +108,17 @@ brackets:
rate:
2019-01-01: 0.054
2022-01-01: 0.053
2023-01-01: 0.0495
2024-01-01: 0.048
2023-01-01: 0.0495 # Set by 143.011.2(1)
2024-01-01: 0.048 # Reduced by 0.15% per 143.011.3(1)
# First 0.1% reduction allowed per 143.011.4(1), confirmed in 2025
# withholding formula. Statutes allow further reductions to 0.046 in 2026
# and 0.045 in 2027, but we assume revenue conditions are not met until confirmed.
2025-01-01: 0.047
# We model rates through 2025 based on 143.011: initial 4.95% rate in 2023
# (subsection 2(1)), 0.15% reduction to 4.8% in 2024 (subsection 3(1)), and first
# 0.1% reduction to 4.7% in 2025 (subsection 4(1)). We do not model potential
# further 0.1% reductions allowed in subsection 4 until revenue conditions are
# confirmed met.

metadata:
reference:
Expand All @@ -123,6 +134,11 @@ metadata:
href: https://revisor.mo.gov/main/OneSection.aspx?section=143.011&bid=51511&hl=
- title: 2024 Missouri Withholding Tax Formula
href: https://dor.mo.gov/forms/Withholding%20Formula_2024.pdf#page=2
- title: Missouri Individual Income Tax Changes 2024
href: https://dor.mo.gov/taxation/individual/tax-types/income/year-changes/
- title: 2025 Missouri Withholding Tax Formula
href: https://dor.mo.gov/forms/Withholding%20Table%20-%20Weekly_2025.pdf#page=2

label: Missouri resident individual tax rates
type: marginal_rate
threshold_unit: currency-USD
Expand Down

0 comments on commit ddb73f3

Please sign in to comment.