-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor the Missouri income tax parameter structure #5255
base: master
Are you sure you want to change the base?
Changes from all commits
2d494eb
df6bfae
f47d9a8
c74713f
c8c128b
63fd928
2bf18f2
0ce3ec2
5fcd686
6440fbb
716aeb9
3ee81b9
c1e0df4
402166d
8b8c519
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- bump: minor | ||
changes: | ||
changed: | ||
- Remove state codes for Missouri. |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. description: Missouri limits the property tax credit to filers receiving social security survivor benefits who are at least this age. |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,4 +1,4 @@ | ||||||
description: Maximum claimable property tax associated with a rented property. | ||||||
description: Missouri caps the property tax credit for a rented property to this amount. | ||||||
values: | ||||||
2008-08-28: 750 | ||||||
metadata: | ||||||
|
@@ -10,5 +10,5 @@ metadata: | |||||
href: https://dor.mo.gov/forms/MO-PTS_2023.pdf#page=2 | ||||||
- title: 2021 MO-PTS Property Tax Credit Schedule, Line 12 | ||||||
href: https://dor.mo.gov/forms/MO-PTS_2021.pdf#page=2 | ||||||
- title: MO Rev 135.025 | ||||||
- title: Revisor of Missouri Title X TAXATION AND REVENUE Chapter 135.025 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
If the legal code has no sub-section like this one, you don't need to add anything. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks |
||||||
href: https://revisor.mo.gov/main/OneSection.aspx?section=135.025 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
description: Rate at which maximum MO property tax credit is phased out. | ||
description: Missouri phases out the property tax credit at this rate. | ||
values: | ||
2021-01-01: 0.000625 # = 1 / 16 / 100 | ||
metadata: | ||
unit: currency-USD | ||
period: year | ||
label: Missouri property tax credit phaseout rate | ||
reference: | ||
- title: MO Rev Stat § 135.030 | ||
- title: Revisor of Missouri Title X TAXATION AND REVENUE Chapter 135.030 | ||
href: https://revisor.mo.gov/main/OneSection.aspx?section=135.030&bid=6439 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
description: Step size by which maximum MO property tax credit is phased out. | ||
description: Missouri phases out the property tax credit at this step size. | ||
values: | ||
2021-01-01: 300 | ||
metadata: | ||
unit: currency-USD | ||
period: year | ||
label: Missouri property tax credit phaseout step size | ||
reference: | ||
- title: MO Rev Stat § 135.030 | ||
- title: Revisor of Missouri Title X TAXATION AND REVENUE Chapter 135.030 | ||
href: https://revisor.mo.gov/main/OneSection.aspx?section=135.030&bid=6439 |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,4 +1,4 @@ | ||||||
description: Maximum claimable property tax associated with an owned property. | ||||||
description: Missouri limits the property tax credit for a property owner to this amount. | ||||||
values: | ||||||
2008-08-28: 1_100 | ||||||
metadata: | ||||||
|
@@ -10,5 +10,5 @@ metadata: | |||||
href: https://dor.mo.gov/forms/MO-PTS_2023.pdf#page=2 | ||||||
- title: 2021 MO-PTS Property Tax Credit Schedule, Line 11 | ||||||
href: https://dor.mo.gov/forms/MO-PTS_2021.pdf#page=2 | ||||||
- title: MO Rev 135.025 | ||||||
- title: Revisor of Missouri Title X TAXATION AND REVENUE Chapter 135.025 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
For example, the value 1100 appears in section 2 of the link. Therefore we add (2) at the end of the title. If the value appears in section 1 part 2, then it is Missouri Rev 135.025 (1)(2) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Got it! |
||||||
href: https://revisor.mo.gov/main/OneSection.aspx?section=135.025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Missouri limits the property tax credit to filers of this age or older.