Commit 78f646b
committed
Refactor OH TANF structure and simplify income aggregation
**Structure Improvements:**
- Organize variables into eligibility/ and income/ subfolders
- Organize parameters into income/deductions/ subfolder
- Follows pattern from PA TANF implementation (PR #6764)
**Simplifications:**
- Remove state-specific earned income variable
- Remove income/earned.yaml parameter list
- Directly aggregate employment_income + self_employment_income
- Use federal tanf_gross_unearned_income variable
- Update parameter path: income.deductions.earned_income_disregard
**Files Deleted:**
- oh_tanf_gross_earned_income.py (no longer needed)
- income/earned.yaml (use federal sources directly)
**Files Moved:**
Variables:
- oh_tanf_eligible.py → eligibility/
- oh_tanf_income_eligible.py → eligibility/
- oh_tanf_countable_income.py → income/
Parameters:
- earned_income_disregard.yaml → income/deductions/
All 63 tests still passing.1 parent 42ed87c commit 78f646b
File tree
7 files changed
+15
-32
lines changed- policyengine_us
- parameters/gov/states/oh/odjfs/tanf/income
- deductions
- variables/gov/states/oh/odjfs/tanf
- eligibility
- income
7 files changed
+15
-32
lines changedLines changed: 0 additions & 10 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
23 | | - | |
24 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
30 | | - | |
| 36 | + | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | | - | |
| 43 | + | |
38 | 44 | | |
39 | | - | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
Lines changed: 0 additions & 13 deletions
This file was deleted.
0 commit comments