-
Notifications
You must be signed in to change notification settings - Fork 185
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
Oklahoma 2024 Tax Changes #5544
base: master
Are you sure you want to change the base?
Conversation
brancengregory
commented
Feb 1, 2025
- Updates 2024 tax thresholds
- Adds statutory reference
- Adds 2024 tax form urls
- Fixes previous year urls
- Closes Update the 2024 Oklahoma income tax parameters #5543
* Adds statutory reference * Adds 2024 tax form urls * Fixes previous year urls
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5544 +/- ##
=======================================
Coverage 99.10% 99.10%
=======================================
Files 2687 2687
Lines 38934 38934
Branches 170 170
=======================================
Hits 38585 38585
Misses 315 315
Partials 34 34 ☔ View full report in Codecov by Sentry. |
Thanks @brancengregory! Please populate changelog_entry.yaml (see other PRs for examples) |
@MaxGhenis done! |
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.
Looks great, thank you!
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.
Out of curiosity do you know what yaml formatter you're using? Since it changed the indentation. See #488
href: https://oklahoma.gov/content/dam/ok/en/tax/documents/forms/individuals/current/511-Pkt.pdf | ||
- title: 2023 Form 511 instructions | ||
href: https://oklahoma.gov/content/dam/ok/en/tax/documents/forms/individuals/current/511-Pkt.pdf#page=38 | ||
- title: Oklahome Tax Rates, Brackets |
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.
Let's delete this since we have all the references we need in primary sources
@@ -27,22 +27,27 @@ brackets: | |||
2022-01-01: 0.0375 | |||
- threshold: | |||
2021-01-01: 12_200 | |||
2024-01-01: 14_400 |
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.
While you're here could you leave comments tying this to the statutes? For example (C)(2)(a) says:
2024-01-01: 14_400 | |
# 68 O.S. § 2355(C)(2)(a) defines the bracket structure incrementally. | |
# $2,000 + $3,000 + $2,500 + $2,300 + $4,600 = $14,400 | |
2024-01-01: 14_400 |
Here and elsewhere.