Skip to content

Commit

Permalink
Indiana National Guard and Reserve Pay Deduction 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
srilareddy committed Sep 16, 2024
1 parent 633032b commit c8e7d71
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
description: List of standard deductions applicable to Indiana taxpayers.
values:
2021-01-01:
- in_renters_deduction
- in_homeowners_property_tax_deduction
- salt_refund_last_year
- us_govt_interest
- tax_unit_taxable_social_security # includes railroad retirement benefits
- in_military_service_deduction
- in_nonpublic_school_deduction
- in_nol
- in_unemployment_compensation_deduction
- in_other_deductions

2023-01-01:
- in_renters_deduction
- in_homeowners_property_tax_deduction
- salt_refund_last_year
- us_govt_interest
- tax_unit_taxable_social_security # includes railroad retirement benefits
- in_military_service_deduction
- in_nonpublic_school_deduction
- in_nol
- in_unemployment_compensation_deduction
- in_other_deductions
- military_basic_pay
metadata:
unit: list
Period: year
label: Indiana Deductions
reference:
-title: Indiana General Assembly Legal Code Taxation Title 6
href: http://iga.in.gov/legislative/laws/2021/ic/titles/006#6-3

Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,4 @@ class in_deductions(Variable):
definition_period = YEAR
reference = "http://iga.in.gov/legislative/laws/2021/ic/titles/006#6-3"

adds = [
"in_renters_deduction",
"in_homeowners_property_tax_deduction",
"salt_refund_last_year",
"us_govt_interest",
"tax_unit_taxable_social_security", # includes railroad retirement benefits
"in_military_service_deduction",
"in_nonpublic_school_deduction",
"in_nol",
"in_unemployment_compensation_deduction",
"in_other_deductions",
]
adds = "gov.states.in.tax.income.deductions.deductions"

0 comments on commit c8e7d71

Please sign in to comment.