Skip to content

Commit

Permalink
Duplicate Ohio income tax parameter name deductions (#3271)
Browse files Browse the repository at this point in the history
* Duplicate Ohio income tax parameter name deductions
Fixes #3270

* references
  • Loading branch information
PavelMakarchuk authored Nov 15, 2023
1 parent 8d0bf99 commit 12bcccd
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 28 deletions.
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"

0 comments on commit 12bcccd

Please sign in to comment.