-
Notifications
You must be signed in to change notification settings - Fork 186
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
Update Utah 2025 State Tax Parameters #5552
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5552 +/- ##
=======================================
Coverage 99.10% 99.10%
=======================================
Files 2687 2694 +7
Lines 38934 39023 +89
Branches 170 171 +1
=======================================
+ Hits 38585 38674 +89
Misses 315 315
Partials 34 34 ☔ View full report in Codecov by Sentry. |
HEAD_OF_HOUSEHOLD: | ||
2021-01-01: 50_000 | ||
2022-01-01: 62_000 | ||
2023-01-01: 75_000 | ||
2024-01-01: 75_000 |
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.
2024-01-01: 75_000 |
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.
we dont need to add a new entry if the value does not change.
@@ -27,5 +32,5 @@ metadata: | |||
href: https://le.utah.gov/xcode/Title59/Chapter10/59-10-S1042.html | |||
- title: 2021 Utah Individual Income Tax Form | |||
href: https://www.taxformfinder.org/forms/2021/2021-utah-tc-40-full-packet.pdf#page=20 | |||
- title: 2023 TC-40 Utah Individual Income Tax Form | |||
- title: TC-40 Utah Individual Income Tax Form # Current version; last viewed on 2025-02-03 | |||
href: https://tax.utah.gov/forms/current/tc-40inst.pdf#page=23 |
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.
You can access the instructions for previous years if changing "current" to the respective year e.g. :
https://tax.utah.gov/forms/2023/tc-40inst.pdf
Could you add tax form references for years 2021 - 2024 using this method?
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.
Will do!
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.
- add updated references for at_home_parent credit
- add reference for retirement/birth_year, has that changed?
- add reference for some of the files under taxpayer : rate, in effect, personal exemption
- title: 2023 Utah Individual Income Tax Form | ||
href: https://tax.utah.gov/forms/current/tc-40inst.pdf#page=24 | ||
- title: 2022 Utah Indivdual Income Tax Form, Part 4, (01) | ||
href: https://tax.utah.gov/forms/2022/tc-40inst.pdf |
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.
could you add pages to the pdf links of tax forms that show the parameter value
e.g. here it would be:
href: https://tax.utah.gov/forms/2022/tc-40inst.pdf#page=23
SURVIVING_SPOUSE: | ||
2021-01-01: 30_190 | ||
2022-01-01: 31_096 | ||
2023-01-01: 33_484 | ||
2024-01-01: 35_304 | ||
metadata: | ||
unit: currency-USD | ||
uprating: gov.irs.uprating |
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.
Could you add a propagate_metadata_to_children: true
here?
@@ -5,9 +5,13 @@ metadata: | |||
unit: /1 |
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.
unit: /1 | |
unit: /1 | |
period: year |
While you are here
@@ -4,9 +4,13 @@ values: | |||
metadata: | |||
unit: /1 |
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.
could you add a label and period here?
@@ -4,11 +4,13 @@ values: | |||
metadata: | |||
unit: /1 |
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.
could you add label and period here?
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.
and in other parameters which miss those entries
Fixes #5547