From c6e4343502d6efa672b8262d0d82e6434959482c Mon Sep 17 00:00:00 2001 From: hua7450 <113824411+hua7450@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:24:07 +0000 Subject: [PATCH] add parameters --- .../insurance_and_operating.yaml | 27 ++++++++++++++ .../mortage_or_rent.yaml | 27 ++++++++++++++ .../vehicle_operation/ownership_costs.yaml | 17 +++++++++ .../public_transportation.yaml | 12 +++++++ .../region_operating_costs.yaml | 35 +++++++++++++++++++ .../food_clothing_and_others/additional.yaml | 4 +-- .../food_clothing_and_others/base.yaml | 6 ++-- .../age_threshold.yaml | 4 +-- .../amount/above_age.yaml | 4 +-- .../amount/below_age.yaml | 4 +-- 10 files changed, 129 insertions(+), 11 deletions(-) create mode 100644 policyengine_us/parameters/gov/bankruptcy/local_standards/housing_and_utilities/insurance_and_operating.yaml create mode 100644 policyengine_us/parameters/gov/bankruptcy/local_standards/housing_and_utilities/mortage_or_rent.yaml create mode 100644 policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/ownership_costs.yaml create mode 100644 policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/public_transportation.yaml create mode 100644 policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/region_operating_costs.yaml diff --git a/policyengine_us/parameters/gov/bankruptcy/local_standards/housing_and_utilities/insurance_and_operating.yaml b/policyengine_us/parameters/gov/bankruptcy/local_standards/housing_and_utilities/insurance_and_operating.yaml new file mode 100644 index 00000000000..c23f5671ffa --- /dev/null +++ b/policyengine_us/parameters/gov/bankruptcy/local_standards/housing_and_utilities/insurance_and_operating.yaml @@ -0,0 +1,27 @@ +description: The Chapter 7 bankruptcy means test limits the expense of insurance and operating by the local standards to this amount, based on household size. + +values: +AL: + 1: + 2024-01-01: 594 + 2: + 2024-01-01: 698 + 3: + 2024-01-01: 736 + 4: + 2024-01-01: 820 + 5: + 2024-01-01: 834 + + + +metadata: + unit: currency-USD + period: year + label: Local standards of insurance and operating expense + breakdown: + - state_code + - list(range(1,6)) + reference: + - title: Local standards -- Housing and Utilities and Transportation + href: https://www.justice.gov/ust/means-testing/20221101 diff --git a/policyengine_us/parameters/gov/bankruptcy/local_standards/housing_and_utilities/mortage_or_rent.yaml b/policyengine_us/parameters/gov/bankruptcy/local_standards/housing_and_utilities/mortage_or_rent.yaml new file mode 100644 index 00000000000..a955c379dba --- /dev/null +++ b/policyengine_us/parameters/gov/bankruptcy/local_standards/housing_and_utilities/mortage_or_rent.yaml @@ -0,0 +1,27 @@ +description: The Chapter 7 bankruptcy means test limits the expense of mortgage or rent by the local standards to this amount, based on household size. + +values: +AL: + 1: + 2024-01-01: 677 + 2: + 2024-01-01: 796 + 3: + 2024-01-01: 838 + 4: + 2024-01-01: 935 + 5: + 2024-01-01: 950 + + + +metadata: + unit: currency-USD + period: year + label: Local standards of mortgage or rent expense + breakdown: + - state_code + - list(range(1,6)) + reference: + - title: Local standards -- Housing and Utilities and Transportation + href: https://www.justice.gov/ust/means-testing/20221101 diff --git a/policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/ownership_costs.yaml b/policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/ownership_costs.yaml new file mode 100644 index 00000000000..77ea339e6eb --- /dev/null +++ b/policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/ownership_costs.yaml @@ -0,0 +1,17 @@ +description: The Chapter 7 bankruptcy means test limits the ownership costs by the local standards to this amount, based on the number of owned vehicle. + +values: +1: + 2024-01-01: 619 +2: + 2024-01-01: 1_238 + +metadata: + unit: currency-USD + period: year + label: Local standards of ownership costs + breakdown: + - list(range(1,3)) + reference: + - title: Local standards -- Transportation + href: https://www.irs.gov/businesses/small-businesses-self-employed/local-standards-transportation diff --git a/policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/public_transportation.yaml b/policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/public_transportation.yaml new file mode 100644 index 00000000000..05ad53c2585 --- /dev/null +++ b/policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/public_transportation.yaml @@ -0,0 +1,12 @@ +description: The Chapter 7 bankruptcy means test limits the expense of public transportation by the local standards to this amount. + +values: + 2024-01-01: 215 + +metadata: + unit: currency-USD + period: year + label: Local standards of public transportation amount + reference: + - title: Local standards -- Transportation + href: https://www.irs.gov/businesses/small-businesses-self-employed/local-standards-transportation diff --git a/policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/region_operating_costs.yaml b/policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/region_operating_costs.yaml new file mode 100644 index 00000000000..1e0489d100b --- /dev/null +++ b/policyengine_us/parameters/gov/bankruptcy/local_standards/vehicle_operation/region_operating_costs.yaml @@ -0,0 +1,35 @@ +description: The Chapter 7 bankruptcy means test limits the expense of operating costs by the local standards to this amount, based on region and the number of owned vehicle. + +values: +Northeast_region: + 1: + 2024-01-01: 285 + 2: + 2024-01-01: 570 +Midwest_region: + 1: + 2024-01-01: 239 + 2: + 2024-01-01: 478 +South_region: + 1: + 2024-01-01: 260 + 2: + 2024-01-01: 520 +West_region: + 1: + 2024-01-01: 273 + 2: + 2024-01-01: 546 + + +metadata: + unit: currency-USD + period: year + label: Local standards of operating costs amount + breakdown: + - irs_local_standard_region + - list(range(1,3)) + reference: + - title: Local standards -- Transportation + href: https://www.irs.gov/businesses/small-businesses-self-employed/local-standards-transportation diff --git a/policyengine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/additional.yaml b/policyengine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/additional.yaml index 8cdea4f9762..947e24d8e55 100644 --- a/policyengine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/additional.yaml +++ b/policyengine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/additional.yaml @@ -1,4 +1,4 @@ -description: Additonal amount for each person increase. +description: The Chapter 7 bankruptcy means test increases the expense of food, clothing and other items by the national standards to this amount, for each additonal person. values: 2024-01-01: 386 @@ -6,7 +6,7 @@ values: metadata: unit: currency-USD period: year - label: + label: National standards of food, clothing and other items additional amount reference: - title: National standards -- Food, clothing and other items href: https://www.irs.gov/businesses/small-businesses-self-employed/national-standards-food-clothing-and-other-items diff --git a/policyengine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/base.yaml b/policyengine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/base.yaml index 8bda4dc85b2..b00d7a5650a 100644 --- a/policyengine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/base.yaml +++ b/policyengine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/base.yaml @@ -1,4 +1,4 @@ -description: Base amount +description: The Chapter 7 bankruptcy means test limits the expense of food, clothing and other items by the national standards to this base amount, based on household size. values: 1: @@ -13,9 +13,9 @@ values: metadata: unit: currency-USD period: year - label: + label: National standards of food, clothing and other items base amount breakdown: - - list(range(1,4)) + - list(range(1,5)) reference: - title: National standards -- Food, clothing and other items href: https://www.irs.gov/businesses/small-businesses-self-employed/national-standards-food-clothing-and-other-items diff --git a/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/age_threshold.yaml b/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/age_threshold.yaml index a76a133ef41..0b837b30db6 100644 --- a/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/age_threshold.yaml +++ b/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/age_threshold.yaml @@ -1,4 +1,4 @@ -description: +description: The Chapter 7 bankruptcy means test sets different expense limit of out-of-pocket health care by the national standards to the person that is above or below this age. values: 2024-01-01: 65 @@ -6,7 +6,7 @@ values: metadata: unit: age period: year - label: + label: National standards of out-of-pocket health care age threshold reference: - title: National standards -- Out-of-pocket health care href: https://www.irs.gov/businesses/small-businesses-self-employed/national-standards-out-of-pocket-health-care diff --git a/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount/above_age.yaml b/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount/above_age.yaml index 7dfad013c83..b73ee5a0429 100644 --- a/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount/above_age.yaml +++ b/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount/above_age.yaml @@ -1,4 +1,4 @@ -description: +description: The Chapter 7 bankruptcy means test limits the expense of out-of-pocket health care by the national standards to this above age amount. values: 2024-01-01: 158 @@ -6,7 +6,7 @@ values: metadata: unit: currency-USD period: year - label: + label: National standards of out-of-pocket health care above age amount reference: - title: National standards -- Out-of-pocket health care href: https://www.irs.gov/businesses/small-businesses-self-employed/national-standards-out-of-pocket-health-care diff --git a/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount/below_age.yaml b/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount/below_age.yaml index cd236070bc9..3f5c78b935b 100644 --- a/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount/below_age.yaml +++ b/policyengine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount/below_age.yaml @@ -1,4 +1,4 @@ -description: +description: The Chapter 7 bankruptcy means test limits the expense of out-of-pocket health care by the national standards to this below age amount. values: 2024-01-01: 83 @@ -6,7 +6,7 @@ values: metadata: unit: currency-USD period: year - label: + label: National standards of out-of-pocket health care below age amount reference: - title: National standards -- Out-of-pocket health care href: https://www.irs.gov/businesses/small-businesses-self-employed/national-standards-out-of-pocket-health-care