-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5459 from DTrim99/DTrim99/issue5458
2024 MO top income tax and wftc adjustments
- Loading branch information
Showing
5 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
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. |
10 changes: 8 additions & 2 deletions
10
policyengine_us/parameters/gov/states/mo/tax/income/credits/wftc/match.yaml
This file contains 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
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/ |
This file contains 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
This file contains 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
This file contains 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