-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust the Illinois income tax before non-refundable credits variable…
… format (#5393)
- Loading branch information
1 parent
2737c39
commit 0763482
Showing
10 changed files
with
72 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- bump: patch | ||
changes: | ||
fixed: | ||
- Illinois income tax before non-refundable credits variable format. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
policyengine_us/tests/policy/baseline/gov/states/il/tax/income/integration.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
- name: Single person with high income | ||
absolute_error_margin: 5 | ||
period: '2023' | ||
input: | ||
people: | ||
person1: | ||
age: 40 | ||
employment_income: 1_000_001.0 | ||
ssi: 0 | ||
state_supplement: 0 | ||
wic: 0 | ||
tax_units: | ||
tax_unit: | ||
members: [person1] | ||
tax_unit_childcare_expenses: 0 | ||
premium_tax_credit: 0 | ||
local_income_tax: 0 | ||
state_sales_tax: 0 | ||
il_use_tax: 0 | ||
spm_units: | ||
spm_unit: | ||
members: [person1] | ||
snap: 0 | ||
tanf: 0 | ||
households: | ||
household: | ||
members: [person1] | ||
state_fips: 17 | ||
output: | ||
income_tax: 325207.5 | ||
il_income_tax: 49500.0 | ||
taxsim_tfica: 31632.400390625 | ||
adjusted_gross_income: 1000000.0 | ||
tax_unit_taxable_unemployment_compensation: 0.0 | ||
tax_unit_taxable_social_security: 0.0 | ||
standard_deduction: 13850.0 | ||
exemptions: 0.0 | ||
taxable_income_deductions_if_itemizing: 10000.0 | ||
taxable_income: 986150.0 | ||
income_tax_main_rates: 325207.5 | ||
ctc: 0.0 | ||
refundable_ctc: 0.0 | ||
cdcc: 0.0 | ||
eitc: 0.0 | ||
amt_income: 1000000.0 | ||
alternative_minimum_tax: 0.0 | ||
qualified_business_income_deduction: 0.0 | ||
il_taxable_income: 1000000.0 | ||
il_property_tax_credit: 0.0 | ||
il_eitc: 0.0 | ||
il_ctc: 0.0 | ||
net_investment_income_tax: 0.0 | ||
recovery_rebate_credit: 0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...licy/baseline/gov/states/il/tax/income/taxes/il_income_tax_before_refundable_credits.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ncome_tax_before_nonrefundable_credits.py → ...come_tax_before_non_refundable_credits.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters