-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter 7 bankruptcy means test #5323
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some thoughts, can ignore if in the process
...ine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/additional.yaml
Outdated
Show resolved
Hide resolved
...ine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/additional.yaml
Outdated
Show resolved
Hide resolved
...ine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/additional.yaml
Show resolved
Hide resolved
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue5109
Fixes PolicyEngine#5109 Co-authored-by: Pinyan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some initial format
...parameters/gov/bankruptcy/local_standards/housing_and_utilities/insurance_and_operating.yaml
Outdated
Show resolved
Hide resolved
...parameters/gov/bankruptcy/local_standards/housing_and_utilities/insurance_and_operating.yaml
Outdated
Show resolved
Hide resolved
...rameters/gov/bankruptcy/local_standards/vehicle_operation/county_group/northeast/boston.yaml
Outdated
Show resolved
Hide resolved
...rameters/gov/bankruptcy/local_standards/vehicle_operation/county_group/northeast/boston.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/bankruptcy/region/northeast_county.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/bankruptcy/deductions/other_necessary_expenses_deductions.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/bankruptcy/deductions/total_deductions.py
Outdated
Show resolved
Hide resolved
...parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount/above_age.yaml
Outdated
Show resolved
Hide resolved
...parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount/below_age.yaml
Outdated
Show resolved
Hide resolved
...us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/age_threshold.yaml
Outdated
Show resolved
Hide resolved
...arameters/gov/bankruptcy/local_standards/vehicle_operation/county_group/midwest/chicago.yaml
Outdated
Show resolved
Hide resolved
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue5109
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue5109
policyengine_us/variables/gov/bankruptcy/expenses/vehicle_mortgage_expense.py
Outdated
Show resolved
Hide resolved
...ne_us/variables/gov/bankruptcy/deductions/chapter_7_bankruptcy_local_standards_deductions.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/household/demographic/person/is_vehicle_loaned.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/household/demographic/person/is_vehicle_loaned.py
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/bankruptcy/dependent_expense.yaml
Outdated
Show resolved
Hide resolved
...engine_us/parameters/gov/bankruptcy/national_standards/out_of_pocket_health_care/amount.yaml
Outdated
Show resolved
Hide resolved
...iables/gov/bankruptcy/deductions/chapter_7_bankruptcy_out_of_pocket_health_care_deduction.py
Outdated
Show resolved
Hide resolved
...iables/gov/bankruptcy/deductions/chapter_7_bankruptcy_out_of_pocket_health_care_deduction.py
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/bankruptcy/national_standards/food_clothing_and_others/main.yaml
Outdated
Show resolved
Hide resolved
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue5109
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue5109
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue5109
@@ -0,0 +1,13 @@ | |||
description: The IRS limits the expense of dependent children education to this amount to each child under the chapter 7 bankruptcy means test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: The IRS limits the expense of dependent children education to this amount to each child under the chapter 7 bankruptcy means test. | |
description: The IRS limits dependent education expenses to this amount for each child under the chapter 7 bankruptcy means test. |
metadata: | ||
unit: currency-USD | ||
period: month | ||
label: Dependent children education expense per child |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label: Dependent children education expense per child | |
label: Chapter 7 Bankruptcy dependent education expense limit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make a folder called expenses
@@ -0,0 +1,574 @@ | |||
description: The IRS limits the expense of insurance and operating by the local standards to this amount, based on household size under the chapter 7 bankruptcy means test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: The IRS limits the expense of insurance and operating by the local standards to this amount, based on household size under the chapter 7 bankruptcy means test. | |
description: The IRS limits insurance and operating expenses to this amount, based on household size and state code under the chapter 7 bankruptcy means test. |
metadata: | ||
unit: currency-USD | ||
period: month | ||
label: Local standards of insurance and operating expense |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label: Local standards of insurance and operating expense | |
label: Chapter 7 Bankruptcy insurance and operating expense limit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar for all yaml file labels
@@ -0,0 +1,574 @@ | |||
description: The IRS limits the expense of mortgage or rent by the local standards to this amount, based on household size under the chapter 7 bankruptcy means test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: The IRS limits the expense of mortgage or rent by the local standards to this amount, based on household size under the chapter 7 bankruptcy means test. | |
description: The IRS limits mortgage or rent expenses to this amount, based on household size und state code under the chapter 7 bankruptcy means test. |
from policyengine_us.model_api import * | ||
|
||
|
||
class is_south_region(Variable): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class is_south_region(Variable): | |
class is_southern_region(Variable): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for all regions
class is_south_region(Variable): | ||
value_type = bool | ||
entity = SPMUnit | ||
label = "Is in South region" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label = "Is in South region" | |
label = "Is in a southern region under the Chapter 7 Bankruptcy means test" |
default_value = SouthCounty.NONE | ||
definition_period = YEAR | ||
defined_for = "is_south_region" | ||
label = "South region county group" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you leave references for those geographic variables?
Fixes #5109