-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
111 additions
and
36 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
policyengine_us/parameters/gov/bankruptcy/dependent_expense.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +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. | ||
|
||
values: | ||
2024-01-01: 2_275 | ||
2024-01-01: 189.58 | ||
|
||
metadata: | ||
unit: currency-USD | ||
period: year | ||
period: month | ||
label: Dependent children education expense per child | ||
reference: | ||
# The number $189.58 comes from line 28 of the form, multiply it by 12 and get the annual amount. | ||
# The number $189.58 only appears in line 28 of the form. | ||
- title: Official Form 122A-2 Chapter 7 Means Test Calculation | ||
href: https://www.cacb.uscourts.gov/sites/cacb/files/documents/forms/122A2.pdf#page=6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...e_us/tests/policy/baseline/gov/bankruptcy/chapter_7_bankruptcy_adjust_monthly_income.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- name: Case 1. | ||
period: 2024 | ||
input: | ||
irs_employment_income: 100 | ||
alimony_income: 100 | ||
child_support_received: 100 | ||
partnership_s_corp_income: 100 | ||
farm_income: 100 | ||
farm_rent_income: 100 | ||
rental_income: 100 | ||
dividend_income: 100 | ||
interest_income: 100 | ||
unemployment_compensation: 100 | ||
pension_income: 100 | ||
retirement_distributions: 100 | ||
output: | ||
chapter_7_bankruptcy_adjust_monthly_income: 1_200 |
12 changes: 12 additions & 0 deletions
12
...aseline/gov/bankruptcy/deductions/chapter_7_bankruptcy_additonal_expenses_deductions.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- name: Case 1, have housing cost and vehile mortgage expense. | ||
period: 2024-01 | ||
input: | ||
health_insurance_premiums: 120 | ||
health_savings_account_payroll_contributions: 120 | ||
care_expenses: 0 | ||
k12_tuition_and_fees: 2_400 | ||
is_child_dependent: true | ||
charitable_cash_donations: 0 | ||
charitable_non_cash_donations: 0 | ||
output: | ||
chapter_7_bankruptcy_additonal_expenses_deductions: 209.58 |
15 changes: 15 additions & 0 deletions
15
...licy/baseline/gov/bankruptcy/deductions/chapter_7_bankruptcy_debt_payment_deductions.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- name: Case 1, have housing cost and vehile mortgage expense. | ||
period: 2024-01 | ||
input: | ||
housing_cost: 120 | ||
vehicle_mortgage_expense: 0 | ||
output: | ||
chapter_7_bankruptcy_debt_payment_deductions: 10 | ||
|
||
- name: Case 2, both expenses are 0. | ||
period: 2024-01 | ||
input: | ||
housing_cost: 0 | ||
vehicle_mortgage_expense: 0 | ||
output: | ||
chapter_7_bankruptcy_debt_payment_deductions: 0 |
13 changes: 13 additions & 0 deletions
13
...y/baseline/gov/bankruptcy/deductions/chapter_7_bankruptcy_local_standards_deductions.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- name: Case 1, have housing cost and vehile mortgage expense. | ||
period: 2024-01 | ||
input: | ||
spm_unit_size: 3 | ||
state_code: CA | ||
housing_cost: 22_800 | ||
has_a_vehicle_loan: true | ||
vehicle_mortgage_expense: 7_200 | ||
public_transportation_expense: 230 | ||
|
||
output: | ||
chapter_7_bankruptcy_local_standards_deductions: 978 | ||
# 716 + 28 + 19 + 215 |
24 changes: 24 additions & 0 deletions
24
...e/gov/bankruptcy/deductions/chapter_7_bankruptcy_other_necessary_expenses_deductions.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
- name: Case 1, medical expense higher than medical deductions. | ||
period: 2024-01 | ||
input: | ||
income_tax: 120 | ||
child_support_expense: 0 | ||
childcare_expenses: 0 | ||
chapter_7_bankruptcy_out_of_pocket_health_care_deduction: 100 | ||
medical_out_of_pocket_expenses: 220 | ||
|
||
output: | ||
chapter_7_bankruptcy_other_necessary_expenses_deductions: 20 | ||
|
||
- name: Case 2, medical expense smaller than medical deductions. | ||
period: 2024-01 | ||
input: | ||
income_tax: 120 | ||
child_support_expense: 0 | ||
childcare_expenses: 0 | ||
chapter_7_bankruptcy_out_of_pocket_health_care_deduction: 100 | ||
medical_out_of_pocket_expenses: 20 | ||
|
||
output: | ||
chapter_7_bankruptcy_other_necessary_expenses_deductions: 10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters