PolicyEngine / PolicyEngine/policyengine-us
Los Angeles county General Relief motor vehicle eligibility
Open
counties/ca/los-angeles
general-relief
- Dominant language
- Python
- Stars
- 162
- Forks
- 212
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 96
Description
Currently we do not include the case that a person is homeless and does not own a vehicle -> they should then not be eligible through the motor vehicle eligibility
Fix:
`return vehicle_value_eligible & (0 < vehicles_owned <= p.cap) `
Contributor guide
Assessment
This issue has not been assessed yet.