Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

johnthwong
Copy link
Collaborator

Fixes #5547

Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.10%. Comparing base (75cc11e) to head (425f8bd).
Report is 22 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

HEAD_OF_HOUSEHOLD:
2021-01-01: 50_000
2022-01-01: 62_000
2023-01-01: 75_000
2024-01-01: 75_000
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2024-01-01: 75_000

Copy link
Collaborator

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
Copy link
Collaborator

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do!

Copy link
Collaborator

@daphnehanse11 daphnehanse11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. add updated references for at_home_parent credit
  2. add reference for retirement/birth_year, has that changed?
  3. 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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
unit: /1
unit: /1
period: year

While you are here

@@ -4,9 +4,13 @@ values:
metadata:
unit: /1
Copy link
Collaborator

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
Copy link
Collaborator

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?

Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Utah 2025 State Tax Parameters
3 participants