-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Montana 10% EITC match applicable year (#5359)
* Montana 10% EITC match applicable year Fixes #5358 * format * minor
- Loading branch information
1 parent
db24813
commit 9b937ba
Showing
4 changed files
with
21 additions
and
5 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,4 @@ | ||
- bump: patch | ||
changes: | ||
fixed: | ||
- Montana 2023 / 2024 EITC match. |
8 changes: 6 additions & 2 deletions
8
...ates/mt/tax/income/credits/eitc/rate.yaml → ...tes/mt/tax/income/credits/eitc/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,14 +1,18 @@ | ||
description: Montana matches this fraction of the federal earned income tax credit. | ||
values: | ||
2021-01-01: 0.03 | ||
2023-01-01: 0.10 | ||
2024-01-01: 0.10 | ||
metadata: | ||
unit: year | ||
label: Montana EITC rate | ||
period: year | ||
label: Montana EITC match | ||
reference: | ||
- title: Montana Code 2021, § 15-30-2318 (2), Earned income tax credit | ||
href: https://law.justia.com/codes/montana/2021/title-15/chapter-30/part-23/section-15-30-2318/ | ||
- title: Montana Code 2022, § 15-30-2318 (2), Earned income tax credit | ||
href: https://law.justia.com/codes/montana/2022/title-15/chapter-30/part-23/section-15-30-2318/ | ||
# The amendment applies in 2024 | ||
- title: Montana Code 2023, § 15-30-2318 (2), Earned income tax credit | ||
href: https://leg.mt.gov/bills/mca/title_0150/chapter_0300/part_0230/section_0180/0150-0300-0230-0180.html | ||
- title: 2023 Monatana Form 2 Individual Income Tax Instructions, line 23b | ||
href: https://mtrevenue.gov/wp-content/uploads/dlm_uploads/2023/12/Form_2_2023.pdf#page=1 |
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