From ef380a4c4b64582573d84b6f691bedc9dbcbcb3d Mon Sep 17 00:00:00 2001 From: Pavel Makarchuk <110687043+PavelMakarchuk@users.noreply.github.com> Date: Fri, 5 Apr 2024 01:52:53 +0200 Subject: [PATCH] Enable the Kentucky income tax model and include in the net income tree (#4341) Fixes #4340 --- changelog_entry.yaml | 4 ++++ policyengine_us/modelled_policies.yaml | 5 +++++ .../parameters/gov/household_refundable_credits.yaml | 1 + .../parameters/gov/household_state_income_tax.yaml | 1 + .../gov/household_tax_before_refundable_credits.yaml | 1 + policyengine_us/parameters/gov/state_refundable_credits.yaml | 1 + policyengine_us/parameters/gov/states/ky/index.yaml | 4 ---- 7 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 policyengine_us/parameters/gov/states/ky/index.yaml diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb2d..1d067abd4c4 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: minor + changes: + added: + - Enable the Kentucky income tax model and include in the net income tree. diff --git a/policyengine_us/modelled_policies.yaml b/policyengine_us/modelled_policies.yaml index 8b81295e18a..8e2f30e1a00 100644 --- a/policyengine_us/modelled_policies.yaml +++ b/policyengine_us/modelled_policies.yaml @@ -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 diff --git a/policyengine_us/parameters/gov/household_refundable_credits.yaml b/policyengine_us/parameters/gov/household_refundable_credits.yaml index 5ecf525b46d..77a2e367ef1 100644 --- a/policyengine_us/parameters/gov/household_refundable_credits.yaml +++ b/policyengine_us/parameters/gov/household_refundable_credits.yaml @@ -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. diff --git a/policyengine_us/parameters/gov/household_state_income_tax.yaml b/policyengine_us/parameters/gov/household_state_income_tax.yaml index a47da5d2d26..e58926daa9c 100644 --- a/policyengine_us/parameters/gov/household_state_income_tax.yaml +++ b/policyengine_us/parameters/gov/household_state_income_tax.yaml @@ -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 diff --git a/policyengine_us/parameters/gov/household_tax_before_refundable_credits.yaml b/policyengine_us/parameters/gov/household_tax_before_refundable_credits.yaml index 962f83954b2..7220592737f 100644 --- a/policyengine_us/parameters/gov/household_tax_before_refundable_credits.yaml +++ b/policyengine_us/parameters/gov/household_tax_before_refundable_credits.yaml @@ -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 diff --git a/policyengine_us/parameters/gov/state_refundable_credits.yaml b/policyengine_us/parameters/gov/state_refundable_credits.yaml index 351378e8ed0..3180e62c4ee 100644 --- a/policyengine_us/parameters/gov/state_refundable_credits.yaml +++ b/policyengine_us/parameters/gov/state_refundable_credits.yaml @@ -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. diff --git a/policyengine_us/parameters/gov/states/ky/index.yaml b/policyengine_us/parameters/gov/states/ky/index.yaml deleted file mode 100644 index 2852e302ad0..00000000000 --- a/policyengine_us/parameters/gov/states/ky/index.yaml +++ /dev/null @@ -1,4 +0,0 @@ -metadata: - propagate_metadata_to_children: true - economy: false - household: false