Skip to content

Commit

Permalink
update medicare eligibility threshold values (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkghub authored Sep 13, 2024
1 parent 87c5067 commit 501ceef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/state_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,17 +268,17 @@
"Adult Group Category": {
"percentage": "Y",
"method": "standard",
"threshold": 133
"threshold": 138
},
"Parent Caretaker Category": {
"percentage": "Y",
"method": "standard",
"threshold": 100
"threshold": 105
},
"Pregnancy Category": {
"percentage": "Y",
"method": "standard",
"threshold": 209
"threshold": 214
},

"Child Category": {
Expand All @@ -288,7 +288,7 @@
{
"minimum": 0,
"maximum": 20,
"threshold": 300
"threshold": 305
}
]
}
Expand Down

0 comments on commit 501ceef

Please sign in to comment.