Merged
Conversation
MaxGhenis
requested changes
Feb 12, 2025
policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/disability_criteria.yaml
Outdated
Show resolved
Hide resolved
policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/disability_criteria.yaml
Outdated
Show resolved
Hide resolved
policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/disability_criteria.yaml
Outdated
Show resolved
Hide resolved
policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/disability_criteria.yaml
Outdated
Show resolved
Hide resolved
policyengine_uk/variables/household/demographic/parental_status.py
Outdated
Show resolved
Hide resolved
...engine_uk/parameters/gov/dfe/extended_childcare_entitlement/childcare_entitlement_hours.yaml
Show resolved
Hide resolved
...engine_uk/variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement.py
Outdated
Show resolved
Hide resolved
.../variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_eligible.py
Outdated
Show resolved
Hide resolved
...e/extended_childcare_entitlement/conditions/extended_childcare_entitlement_work_condition.py
Show resolved
Hide resolved
.../variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_eligible.py
Show resolved
Hide resolved
MaxGhenis
requested changes
Feb 13, 2025
policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/disability_criteria.yaml
Outdated
Show resolved
Hide resolved
..._uk/variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_hours.py
Outdated
Show resolved
Hide resolved
.../variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_eligible.py
Show resolved
Hide resolved
MaxGhenis
requested changes
Feb 13, 2025
..._uk/variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_hours.py
Outdated
Show resolved
Hide resolved
MaxGhenis
requested changes
Feb 13, 2025
| 2015-09-01: | ||
| - carers_allowance # 11A(1)(a): Section 70 of the Social Security Contributions and Benefits Act 1992 | ||
| - incapacity_benefit # 11A(1)(f, g): Incapacity Benefit under Social Security Contributions and Benefits Act 1992 | ||
| - is_disabled_for_benefits # No direct match, but aligns with general disability-related eligibility |
Collaborator
There was a problem hiding this comment.
@nikhilwoodruff could you please advise on these? can we map these to specific programs as listed in the statutes?
Collaborator
There was a problem hiding this comment.
We should remove these- they don't follow the reference in this file.
The file e.g. references the universal credit carer element, we have a variable for that already.
Collaborator
Author
There was a problem hiding this comment.
Agree. I edit the list and keep only the relevant items.
...baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_expenses.yaml
Outdated
Show resolved
Hide resolved
...baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_expenses.yaml
Outdated
Show resolved
Hide resolved
policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/disability_criteria.yaml
Outdated
Show resolved
Hide resolved
policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/expense_rate.yaml
Outdated
Show resolved
Hide resolved
...e/extended_childcare_entitlement/conditions/extended_childcare_entitlement_work_condition.py
Outdated
Show resolved
Hide resolved
...engine_uk/variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement.py
Outdated
Show resolved
Hide resolved
.../variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_eligible.py
Outdated
Show resolved
Hide resolved
MaxGhenis
approved these changes
Feb 13, 2025
Collaborator
MaxGhenis
left a comment
There was a problem hiding this comment.
Thanks LGTM if looks good to Nikhil!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Based on Fixes #1009