From e78a9242d3880c052b64329b28d755194f69c8ed Mon Sep 17 00:00:00 2001 From: Caleb Date: Wed, 30 Oct 2024 16:13:37 -0600 Subject: [PATCH 1/2] remove uprating from some SNAP parameters --- changelog_entry.yaml | 4 ++++ .../income/deductions/excess_medical_expense/standard.yaml | 1 - .../usda/snap/income/deductions/utility/standard/main.yaml | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb2d..228ffdecf04 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + fixed: + - remove uprating for SNAP variables that don't change diff --git a/policyengine_us/parameters/gov/usda/snap/income/deductions/excess_medical_expense/standard.yaml b/policyengine_us/parameters/gov/usda/snap/income/deductions/excess_medical_expense/standard.yaml index eaac15064b7..d73e2e0c61c 100644 --- a/policyengine_us/parameters/gov/usda/snap/income/deductions/excess_medical_expense/standard.yaml +++ b/policyengine_us/parameters/gov/usda/snap/income/deductions/excess_medical_expense/standard.yaml @@ -208,5 +208,4 @@ metadata: period: month breakdown: - state_code - uprating: gov.usda.snap.uprating propagate_metadata_to_children: true diff --git a/policyengine_us/parameters/gov/usda/snap/income/deductions/utility/standard/main.yaml b/policyengine_us/parameters/gov/usda/snap/income/deductions/utility/standard/main.yaml index a91d945f19b..df1b869c190 100644 --- a/policyengine_us/parameters/gov/usda/snap/income/deductions/utility/standard/main.yaml +++ b/policyengine_us/parameters/gov/usda/snap/income/deductions/utility/standard/main.yaml @@ -233,5 +233,4 @@ metadata: breakdown: - state_code label: SNAP standard utility allowance - uprating: gov.usda.snap.uprating propagate_metadata_to_children: true From 21dc0d21e9e43c35816bb696a37265da0aeb1f5b Mon Sep 17 00:00:00 2001 From: Caleb Date: Thu, 31 Oct 2024 11:27:38 -0600 Subject: [PATCH 2/2] update snap_excess_medical_expense_deduction tests to remove uprating --- .../deductions/snap_excess_medical_expense_deduction.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policyengine_us/tests/policy/baseline/gov/usda/snap/income/deductions/snap_excess_medical_expense_deduction.yaml b/policyengine_us/tests/policy/baseline/gov/usda/snap/income/deductions/snap_excess_medical_expense_deduction.yaml index 984c6ee9072..9b64a53e4d2 100644 --- a/policyengine_us/tests/policy/baseline/gov/usda/snap/income/deductions/snap_excess_medical_expense_deduction.yaml +++ b/policyengine_us/tests/policy/baseline/gov/usda/snap/income/deductions/snap_excess_medical_expense_deduction.yaml @@ -57,7 +57,7 @@ medical_out_of_pocket_expenses: 35.01 * 12 state_code_str: CA output: - snap_excess_medical_expense_deduction: (150 * (1 + (321.2 - 313.7) / 313.7)) * 3 + 150 * 9 # includes SNAP uprating forecast for last 3 months of the year + snap_excess_medical_expense_deduction: 150 * 12 - name: Elderly/disabled person in California with $185 medical expenses gets the standard medical expense deduction. period: 2025 @@ -68,7 +68,7 @@ medical_out_of_pocket_expenses: 185 * 12 state_code_str: CA output: - snap_excess_medical_expense_deduction: (150 * (1 + (321.2 - 313.7) / 313.7)) * 3 + 150 * 9 # includes SNAP uprating forecast for last 3 months of the year + snap_excess_medical_expense_deduction: 150 * 12 - name: Elderly person in California with $186 medical expenses takes the normal deduction. period: 2025 @@ -78,7 +78,7 @@ medical_out_of_pocket_expenses: 186 * 12 state_code_str: CA output: - snap_excess_medical_expense_deduction: (150 * (1 + (321.2 - 313.7) / 313.7)) * 3 + 151 * 9 # includes SNAP uprating forecast for last 3 months of the year + snap_excess_medical_expense_deduction: 151 * 12 # $151 excess - name: Expenses must be for the elderly/disabled person. period: 2022