PolicyEngine / PolicyEngine/policyengine-us
Reduce Maryland TANF for households not complying with child support requirements
- Dominant language
- Python
- Stars
- 162
- Forks
- 212
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 97
Description
Our present model of MD Tanf child_support contains three variables:
`md_tanf_count_children`: number of children
`md_tanf_eligible`: eligible for MD Tanf
`md_tanf_maximum_benefit`: maximum benefit
Expanding the model by including more variables, we can create a more detailed and accurate representation of the TCA eligibility criteria.
Here are some possible variables that we could consider adding to the model:
`parent_qualifications`: We could include variables that capture information about the parent's employment status, income level, education level, and other factors that may impact their eligibility for TCA.
`child_qualifications`: We could include variables that capture information about the child's age, health status, and other factors that may impact their eligibility for TCA.
`household_size`: We could include variables that capture information about the size of the applicant's household, such as the number of adults and children living in the household.
`other_benefits`: We could include variables that capture information about other benefits that the applicant may be receiving, such as SNAP or Medicaid.
`residency_status`: We could include variables that capture information about the applicant's residency status, such as whether they are a US citizen or a legal permanent resident.
By including these additional variables, we can create a more comprehensive model that takes into account all of the relevant factors when determining TCA eligibility. This will allow us to make more accurate predictions about whether an applicant is eligible for TCA, and will help to ensure that families receive the support they need to meet their basic needs.
You can check detailed TCA eligibility criteria here:
https://dhs.maryland.gov/documents/Manuals/Temporary-Cash-Assistance-Manual/0500-Child-Support/0500%20Child%20Support%20rev%2011.22.doc
Contributor guide
Assessment
This issue has not been assessed yet.