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 32 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
334145a
Chapter 7 bankruptcy means test
hua7450 Nov 12, 2024
c6e4343
add parameters
hua7450 Nov 18, 2024
f17b3a8
upstream master
hua7450 Nov 18, 2024
497b3ad
Chapter 7 bankruptcy means test
hua7450 Nov 19, 2024
88eb9cd
minor
hua7450 Nov 19, 2024
3f0973f
draft
hua7450 Nov 21, 2024
3b7ec64
Chapter 7 bankruptcy means test
hua7450 Nov 25, 2024
52ca648
minor
hua7450 Nov 25, 2024
877ec8c
draft
hua7450 Dec 3, 2024
2aebdef
upstream master
hua7450 Dec 3, 2024
be7f70b
adjust description, add formula
hua7450 Dec 4, 2024
9c2dbdf
format
hua7450 Dec 4, 2024
fefb69d
undo some formattings
hua7450 Dec 4, 2024
6c19cef
minor change
hua7450 Dec 5, 2024
58aed6a
upstream master
hua7450 Dec 5, 2024
02713d7
add test cases
hua7450 Dec 5, 2024
4ce7947
move county and region folder to houshold/demo/geo
hua7450 Dec 6, 2024
699bcb3
move folder, add formula, parameters, and tests
hua7450 Dec 9, 2024
0c34830
upstream master
hua7450 Dec 9, 2024
437dce8
fix regions formula and add test cases
hua7450 Dec 9, 2024
bef0e8f
adjustment on parameters
hua7450 Dec 12, 2024
2c52eec
fix the error of county_region. make format
hua7450 Dec 19, 2024
d42c1cc
upstream master
hua7450 Dec 19, 2024
ba25732
add test files
hua7450 Dec 20, 2024
bd36b43
add test cases and fix formula
hua7450 Dec 27, 2024
6334972
upstream master
hua7450 Dec 27, 2024
97b36d6
minor change
hua7450 Dec 27, 2024
0e0d1eb
minor
hua7450 Dec 27, 2024
24f940b
format
hua7450 Dec 28, 2024
95da2f2
make format
hua7450 Dec 28, 2024
b5f0947
upstream master
hua7450 Dec 28, 2024
df612b9
apply clip() function
hua7450 Dec 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: minor
changes:
added:
- Chapter 7 bankruptcy means test.
1 change: 1 addition & 0 deletions policyengine_us/parameters/gov/bankruptcy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Chapter 7 Bankruptcy Means Test
13 changes: 13 additions & 0 deletions policyengine_us/parameters/gov/bankruptcy/dependent_expense.yaml
hua7450 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -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.
hua7450 marked this conversation as resolved.
Show resolved Hide resolved

values:
2024-01-01: 189.58

metadata:
unit: currency-USD
period: month
label: Dependent children education expense per child
hua7450 marked this conversation as resolved.
Show resolved Hide resolved
reference:
# 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
Loading
Loading