Skip to content
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

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

hua7450
Copy link
Collaborator

@hua7450 hua7450 commented Nov 12, 2024

Fixes #5109

Copy link
Collaborator

@PavelMakarchuk PavelMakarchuk left a 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

Copy link
Collaborator

@PavelMakarchuk PavelMakarchuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some initial format

@@ -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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
label: Dependent children education expense per child
label: Chapter 7 Bankruptcy dependent education expense limit

Copy link
Collaborator

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
label: Local standards of insurance and operating expense
label: Chapter 7 Bankruptcy insurance and operating expense limit

Copy link
Collaborator

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class is_south_region(Variable):
class is_southern_region(Variable):

Copy link
Collaborator

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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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"
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chapter 7 bankruptcy means test
2 participants