Skip to content

Commit

Permalink
Enable the Kentucky income tax model and include in the net income tr…
Browse files Browse the repository at this point in the history
…ee (#4341)

Fixes #4340
  • Loading branch information
PavelMakarchuk authored Apr 4, 2024
1 parent 75c05e1 commit ef380a4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 4 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: minor
changes:
added:
- Enable the Kentucky income tax model and include in the net income tree.
5 changes: 5 additions & 0 deletions policyengine_us/modelled_policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ filtered:
- Kansas state income tax
not_modelled:
- Kansas TANF
KY:
modelled:
- Kentucky state income tax
not_modelled:
- Kentucky TANF
MA:
modelled:
- Massachusetts state income tax
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ values:
- il_refundable_credits # Illinois.
- in_refundable_credits # Indiana.
- ks_refundable_credits # Kansas.
- ky_refundable_credits # Kentucky.
- ma_refundable_credits # Massachusetts.
- me_refundable_credits # Maine.
- md_refundable_credits # Maryland.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ values:
- il_total_tax
- in_income_tax_before_refundable_credits
- ks_income_tax_before_refundable_credits
- ky_income_tax_before_refundable_credits
- me_income_tax_before_refundable_credits
- ma_income_tax_before_refundable_credits
- md_income_tax_before_refundable_credits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ values:
- il_total_tax
- in_income_tax_before_refundable_credits
- ks_income_tax_before_refundable_credits
- ky_income_tax_before_refundable_credits
- me_income_tax_before_refundable_credits
- ma_income_tax_before_refundable_credits
- md_income_tax_before_refundable_credits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ values:
- il_refundable_credits # Illinois.
- in_refundable_credits # Indiana.
- ks_refundable_credits # Kansas.
- ky_refundable_credits # Kentucky.
- ma_refundable_credits # Massachusetts.
- me_refundable_credits # Maine.
- md_refundable_credits # Maryland.
Expand Down
4 changes: 0 additions & 4 deletions policyengine_us/parameters/gov/states/ky/index.yaml

This file was deleted.

0 comments on commit ef380a4

Please sign in to comment.