Skip to content

Commit 27a3e74

Browse files
daphnehanse11PavelMakarchukMaxGhenis
authored
Add CHIP as a program separate from Medicaid (#5852)
* Remove speedtest (#5857) Fixes #5856 * Update PolicyEngine US * Remove the pregnancy condition from LA infant supplement eligibility (#5863) Fixes #5862 * Update PolicyEngine US * ugh * make some new params * fixes * back to the start * make format * format make * Update income_limit.yaml * Update policyengine_us/parameters/gov/hhs/chip/fcep/income_limit.yaml Co-authored-by: Max Ghenis <[email protected]> * Update income_limit.yaml * Update policyengine_us/parameters/gov/hhs/chip/child/max_age.yaml * Update policyengine_us/parameters/gov/hhs/chip/child/min_age.yaml * Update policyengine_us/parameters/gov/hhs/chip/pregnant/income_limit.yaml * Update policyengine_us/variables/gov/hhs/chip/chip_category.py * remove min_age >= 0 condition * fix/rename test * remove extra line * fix changelog * remove extra line * update description for chip income limit * format * Add chip variable with value * Fix #5873 * format --------- Co-authored-by: Pavel Makarchuk <[email protected]> Co-authored-by: Github Actions[bot] <[email protected]> Co-authored-by: Max Ghenis <[email protected]>
1 parent 9535ed2 commit 27a3e74

22 files changed

+1021
-45
lines changed

CHANGELOG.md

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -952,38 +952,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
952952

953953
### Added
954954

955-
- 2
956-
- 0
957-
- 2
958-
- 5
959-
-
960-
- S
961-
- S
962-
- I
963-
- ,
964-
-
965-
- A
966-
- N
967-
- D
968-
- -
969-
- C
970-
- S
971-
- ,
972-
-
973-
- a
974-
- n
975-
- d
976-
-
977-
- O
978-
- A
979-
- P
980-
-
981-
- v
982-
- a
983-
- l
984-
- u
985-
- e
986-
- s
955+
- Added 2025 SSI, AND-CS, and OAP values.
987956

988957
## [1.162.0] - 2024-12-18 02:31:13
989958

@@ -3146,7 +3115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31463115

31473116
### Fixed
31483117

3149-
- Delaware _joint AGI and deductions variable attribution.
3118+
- Delaware \_joint AGI and deductions variable attribution.
31503119

31513120
## [0.733.0] - 2024-04-12 20:25:53
31523121

@@ -5755,7 +5724,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57555724

57565725
### Added
57575726

5758-
- Seven empty state ??_income_tax.py variables.
5727+
- Seven empty state ??\_income_tax.py variables.
57595728
- All states to the state_income_taxes.py adds list.
57605729

57615730
## [0.506.1] - 2023-10-17 22:47:08
@@ -6858,7 +6827,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
68586827

68596828
### Fixed
68606829

6861-
- Error-prone {short,long}_term_capital_losses variables by removing them.
6830+
- Error-prone {short,long}\_term_capital_losses variables by removing them.
68626831

68636832
## [0.390.0] - 2023-07-26 16:33:04
68646833

@@ -11386,8 +11355,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1138611355

1138711356
- First prototype version with a standard deduction variable.
1138811357

11389-
11390-
1139111358
[1.251.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.250.0...1.251.0
1139211359
[1.250.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.249.0...1.250.0
1139311360
[1.249.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.248.2...1.249.0
@@ -13212,4 +13179,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1321213179
[0.3.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.2.0...0.3.0
1321313180
[0.2.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.1.0...0.2.0
1321413181
[0.1.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.0.1...0.1.0
13215-

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
added:
4+
- Added CHIP as a program seperate from Medicaid.
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
description: The US limits the Children's Health Insurance Program for children to families with income below this fraction of the poverty line.
2+
metadata:
3+
unit: /1
4+
period: year
5+
label: CHIP child income limit
6+
breakdown:
7+
- state_code
8+
reference:
9+
- title: Medicaid, Children's Health Insurance Program, & Basic Health Program Eligibility Levels as of December 2023 | CMS
10+
href: https://www.medicaid.gov/medicaid/national-medicaid-chip-program-information/medicaid-childrens-health-insurance-program-basic-health-program-eligibility-levels
11+
AK:
12+
2021-01-01: -.inf
13+
AL:
14+
2021-01-01: 3.17
15+
AR:
16+
2021-01-01: 2.16
17+
AZ:
18+
2021-01-01: 2.05
19+
CA:
20+
2021-01-01: -.inf
21+
CO:
22+
2021-01-01: 2.65
23+
CT:
24+
2021-01-01: 3.23
25+
DC:
26+
2021-01-01: -.inf
27+
DE:
28+
2021-01-01: 2.17
29+
FL:
30+
2021-01-01: 2.15
31+
GA:
32+
2021-01-01: 2.52
33+
HI:
34+
2021-01-01: -.inf
35+
IA:
36+
2021-01-01: 3.07
37+
ID:
38+
2021-01-01: 1.90
39+
IL:
40+
2021-01-01: -.inf
41+
IN:
42+
2021-01-01: 2.55
43+
KS:
44+
2021-01-01: 2.55
45+
KY:
46+
2021-01-01: -.inf
47+
LA:
48+
2021-01-01: 2.55
49+
MA:
50+
2021-01-01: 3.05
51+
MD:
52+
2021-01-01: -.inf
53+
ME:
54+
2021-01-01: -.inf
55+
MI:
56+
2021-01-01: -.inf
57+
MN:
58+
2021-01-01: -.inf
59+
MO:
60+
2021-01-01: 3.05
61+
MS:
62+
2021-01-01: 2.14
63+
MT:
64+
2021-01-01: 2.66
65+
NC:
66+
2021-01-01: -.inf
67+
ND:
68+
2021-01-01: -.inf
69+
NE:
70+
2021-01-01: -.inf
71+
NH:
72+
2021-01-01: -.inf
73+
NJ:
74+
2021-01-01: 3.55
75+
NM:
76+
2021-01-01: -.inf
77+
NV:
78+
2021-01-01: 2.05
79+
NY:
80+
2021-01-01: 4.05
81+
OH:
82+
2021-01-01: -.inf
83+
OK:
84+
2021-01-01: -.inf
85+
OR:
86+
2021-01-01: 3.05
87+
PA:
88+
2021-01-01: 3.19
89+
RI:
90+
2021-01-01: -.inf
91+
SC:
92+
2021-01-01: -.inf
93+
SD:
94+
2021-01-01: 2.09
95+
TN:
96+
2021-01-01: 2.55
97+
TX:
98+
2021-01-01: 2.06
99+
UT:
100+
2021-01-01: 2.05
101+
VA:
102+
2021-01-01: 2.05
103+
VT:
104+
2021-01-01: -.inf
105+
WA:
106+
2021-01-01: 3.17
107+
WI:
108+
2021-01-01: 3.06
109+
WV:
110+
2021-01-01: 3.05
111+
WY:
112+
2021-01-01: -.inf
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
description: The US limits the Children's Health Insurance Program to children under this age.
2+
metadata:
3+
unit: /1
4+
label: Maximum age for CHIP eligibility
5+
reference:
6+
- title: x #4ec. 2110. [42 U.S.C. 1397jj] (a) Child Health Assistance - c(1)
7+
href: https://www.law.cornell.edu/uscode/text/42/1397jj#c_1
8+
values:
9+
1966-01-01: 19
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
description: State governments limit Children's Health Insurance Program from-conception-to-end-of-pregnancy eligibility to these incomes, as a share of the federal poverty line.
2+
metadata:
3+
unit: /1
4+
period: year
5+
label: CHIP FCEP pregnant income limit
6+
breakdown:
7+
- state_code
8+
reference:
9+
- title: Medicaid, Children's Health Insurance Program, & Basic Health Program Eligibility Levels as of December 2023 | CMS
10+
href: https://www.medicaid.gov/medicaid/national-medicaid-chip-program-information/medicaid-childrens-health-insurance-program-basic-health-program-eligibility-levels
11+
AK:
12+
2021-01-01: -.inf
13+
AL:
14+
2021-01-01: 3.17
15+
AR:
16+
2021-01-01: 2.14
17+
AZ:
18+
2021-01-01: -.inf
19+
CA:
20+
2021-01-01: 3.22
21+
CO:
22+
2021-01-01: 2.65
23+
CT:
24+
2021-01-01: 2.63
25+
DC:
26+
2021-01-01: 3.24
27+
DE:
28+
2021-01-01: -.inf
29+
FL:
30+
2021-01-01: -.inf
31+
GA:
32+
2021-01-01: -.inf
33+
HI:
34+
2021-01-01: -.inf
35+
IA:
36+
2021-01-01: -.inf
37+
ID:
38+
2021-01-01: -.inf
39+
IL:
40+
2021-01-01: 2.13
41+
IN:
42+
2021-01-01: -.inf
43+
KS:
44+
2021-01-01: -.inf
45+
KY:
46+
2021-01-01: -.inf
47+
LA:
48+
2021-01-01: 2.14
49+
MA:
50+
2021-01-01: 2.05
51+
MD:
52+
2021-01-01: 2.64
53+
ME:
54+
2021-01-01: 2.13
55+
MI:
56+
2021-01-01: 2.0
57+
MN:
58+
2021-01-01: 2.83
59+
MO:
60+
2021-01-01: 3.05
61+
MS:
62+
2021-01-01: -.inf
63+
MT:
64+
2021-01-01: -.inf
65+
NC:
66+
2021-01-01: -.inf
67+
ND:
68+
2021-01-01: -.inf
69+
NE:
70+
2021-01-01: 2.02
71+
NH:
72+
2021-01-01: -.inf
73+
NJ:
74+
2021-01-01: -.inf
75+
NM:
76+
2021-01-01: -.inf
77+
NV:
78+
2021-01-01: -.inf
79+
NY:
80+
2021-01-01: 2.23
81+
OH:
82+
2021-01-01: -.inf
83+
OK:
84+
2021-01-01: 2.1
85+
OR:
86+
2021-01-01: 1.9
87+
PA:
88+
2021-01-01: -.inf
89+
RI:
90+
2021-01-01: 2.58
91+
SC:
92+
2021-01-01: -.inf
93+
SD:
94+
2021-01-01: 1.38
95+
TN:
96+
2021-01-01: 2.55
97+
TX:
98+
2021-01-01: 2.07
99+
UT:
100+
2021-01-01: -.inf
101+
VA:
102+
2021-01-01: 2.05
103+
VT:
104+
2021-01-01: -.inf
105+
WA:
106+
2021-01-01: 2.15
107+
WI:
108+
2021-01-01: 3.06
109+
WV:
110+
2021-01-01: -.inf
111+
WY:
112+
2021-01-01: -.inf

0 commit comments

Comments
 (0)