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

Duplicate Ohio income tax parameter name deductions #3271

Merged
merged 2 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Duplicate Ohio income tax parameter name deductions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
description: Ohio allows for these deductions from taxable income.
description: Ohio deducts these sources from the federal adjusted gross income.
values:
2021-01-01:
- oh_section_179_expense_add_back
- qualified_business_income_deduction
- tax_unit_taxable_social_security
- dividend_income
# - above_the_line_deductions" #only need line 8z
- oh_uniformed_services_retirement_income_deduction
- oh_529_plan_deduction
- spm_unit_pell_grant
- educator_expense
- disability_benefits

metadata:
unit: list
period: year
label: Ohio taxable income deductions
label: Ohio deductions
reference:
- title: Ohio 2021 Instructions for Filing Original and Amended
href: https://tax.ohio.gov/static/forms/ohio_individual/individual/2021/pit-it1040-booklet.pdf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ky_filing_status(Variable):
definition_period = YEAR
reference = (
"https://codes.findlaw.com/ky/title-xi-revenue-and-taxation/ky-rev-st-sect-141-066.html", # Section (1), (c) & (d)
"https://revenue.ky.gov/Forms/740%20Packet%20Instructions%205-9-23.pdf#page=11"
"https://revenue.ky.gov/Forms/740%20Packet%20Instructions%205-9-23.pdf#page=11",
)
label = "Filing status for the tax unit in Kentucky"
defined_for = StateCode.KY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ class oh_deductions(Variable):
"https://cms7files1.revize.com/starkcountyoh/Document_center/Offices/Auditor/Services/Homestead%20Exemption/Ohio_Adj_Gross_Income.pdf"
)
defined_for = StateCode.OH
adds = "gov.states.oh.tax.income.deductions"
adds = "gov.states.oh.tax.income.deductions.deductions"