-
Notifications
You must be signed in to change notification settings - Fork 194
Add SNAP work requirements baseline and reform #6139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…engine-us into hua7450/issue6135
...eters/gov/contrib/reconciliation/snap_abawd_work_requirement/sunset_provision_in_effect.yaml
Show resolved
Hide resolved
...yengine_us/parameters/gov/usda/snap/work_requirements/abawd/age_threshold/work_exempted.yaml
Outdated
Show resolved
Hide resolved
...ngine_us/parameters/gov/usda/snap/work_requirements/general/age_threshold/work_exempted.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking this should be true by default -- not sure how we can implement that. @MaxGhenis one option would be to set weekly_hours_worked_before_lsr
to default to 40. Assuming that people work full-time by default. Without this, any SNAP call would need an input for weekly_hours_worked_before_lsr which will mean a change for household partners. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hence the failed tests right now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- why before lsr? we'd want to capture changes resulting from lsr
- aren't we now bringing in hours worked from the cps, because of @juaristi22's overtime prs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I think we can use
weekly_hours_worked
instead -- I don't fully remember why but we usedweekly_hours_worked_before_lsr
in other programs such as EAEDC - Yes but for Household API clients, we should have a default
weekly_hours_worked
value as I believe none of them use this as a request input and will receive 0 SNAP values
Fixes #6135