Fix extended childcare entitlement expansion date (2025-09-01) #1456
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.
Summary
Background
The UK government implemented the final phase of its childcare expansion on September 1, 2025, doubling free childcare from 15 to 30 hours per week for children aged 9 months to 2 years (for eligible working parents). The parameter file incorrectly had this change scheduled for 2026-01-01.
Impact
Before this fix, 2-year-olds in 2025 scenarios received:
After this fix (for periods from September 2025):
This matches the policy as implemented and resolves the discrepancy reported in #1455.
Test plan
max_free_entitlement_hours_usedremain unchanged (they cap usage below the entitlement)make testto verify all tests passReferences
Fixes #1455
🤖 Generated with Claude Code