-
Notifications
You must be signed in to change notification settings - Fork 27
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
Extended childcare entitlement #1007
base: master
Are you sure you want to change the base?
Conversation
…ine/policyengine-uk into tax-free-childcare-new
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.
Some of these suggestions are in specific places but please apply them generally in this and other PRs
...parameters/gov/dwp/extended_childcare_entitlement/age/lower_limit_for_first_entitlement.yaml
Outdated
Show resolved
Hide resolved
...parameters/gov/dwp/extended_childcare_entitlement/age/lower_limit_for_first_entitlement.yaml
Outdated
Show resolved
Hide resolved
...parameters/gov/dwp/extended_childcare_entitlement/age/lower_limit_for_first_entitlement.yaml
Outdated
Show resolved
Hide resolved
...gov/dwp/extended_childcare_entitlement/conditions/extended_childcare_entitlement_15_hours.py
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.
Refer to the program in filenames/paths/variables as extended_childcare_entitlement
without the 15_hours
, as that's a policy parameter.
Overview
This PR implements the 15/30-hour free childcare (working parent) scheme calculation in PolicyEngine UK. The scheme provides government contributions towards childcare costs for eligible families. (Documentation link)
Key Features
Fixes #1006