Skip to content

Commit 4e3805d

Browse files
MaxGhenisclaude
andcommitted
Refresh Tax-Free Childcare calibration targets
Updates the TFC calibration targets in `datasets/childcare/takeup_rate.py` to HMRC's June 2025 release (2024-25 outturn: £632 m spending, 985 k children reached). The prior targets (£600 m / 660 k) were anchored to the September 2024 release covering 2023-24 and have since been overtaken by TFC account growth and the September 2025 rollout of 30 free hours for under-5s. Bumps the default TFC take-up rate from 0.586 (calibrated against the older targets under the prior FRS-based pipeline) to 0.88 on 2024-04-06. A full recalibration via `takeup_rate.py` against the refreshed targets is still required; this manual bump closes most of the reported £0.5 bn gap in the interim. Refs: #1621 (item 5 — TFC understatement) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b73eccd commit 4e3805d

3 files changed

Lines changed: 24 additions & 4 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refresh Tax-Free Childcare calibration targets and take-up rate using HMRC's June 2025 release (covering 2024-25 outturn: £632 m spending, 985 k children reached). The prior target set was calibrated against the September 2024 release and undershot current TFC spending by roughly a third. Bumps the default TFC take-up rate from 0.586 to 0.88 on 2024-04-06 to close most of the gap pending a full recalibration run.

policyengine_uk_data/datasets/childcare/takeup_rate.py

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,33 @@
33
from policyengine_uk import Microsimulation
44

55
# 🎯 Calibration targets
6+
#
7+
# TFC targets refreshed from HMRC "Tax-Free Childcare statistics: June 2025"
8+
# (published 27 Aug 2025, covering 2024-25 outturn):
9+
# - spending: £632.2 m (Table 1, annual government top-up)
10+
# - caseload: 985 thousand children received TFC in 2024-25 (annual unique)
11+
# The prior 0.6 / 660 targets were calibrated against the Sep 2024 release
12+
# (2023-24 outturn) and have since been overtaken by the TFC account
13+
# expansion and the Sep 2025 "30 free hours for under-5s" boost in uptake.
14+
#
15+
# Other programme targets kept at their prior DfE values.
616
targets = {
717
"spending": {
8-
"tfc": 0.6,
18+
"tfc": 0.63,
919
"extended": 2.5,
1020
"targeted": 0.6,
1121
"universal": 1.7,
1222
},
1323
"caseload": {
14-
"tfc": 660,
24+
"tfc": 985,
1525
"extended": 740,
1626
"targeted": 130,
1727
"universal": 490,
1828
},
1929
}
2030

21-
# Here is the link to the UK government’s aggregate data for Tax-Free Childcare:
22-
# https://www.gov.uk/government/statistics/tax-free-childcare-statistics-september-2024
31+
# UK government aggregate Tax-Free Childcare statistics:
32+
# https://www.gov.uk/government/statistics/tax-free-childcare-statistics-june-2025
2333

2434
# This is the Department for Education (DfE) data for the other childcare programmes:
2535
# https://skillsfunding.service.gov.uk/view-latest-funding/national-funding-allocations/DSG/2024-to-2025

policyengine_uk_data/parameters/take_up/tax_free_childcare.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,14 @@ metadata:
55
reference:
66
- title: Empirical estimate from FRS data
77
href: https://github.com/PolicyEngine/policyengine-uk-data
8+
- title: "HMRC Tax-Free Childcare statistics (June 2025 release)"
9+
href: https://www.gov.uk/government/statistics/tax-free-childcare-statistics-june-2025
810
values:
911
2015-01-01: 0.586
12+
# Bumped from the 2020-21 FRS-calibrated 0.586 level to reflect HMRC's
13+
# reported 2024-25 TFC spending (£632 m) and children-reached caseload
14+
# (985 k annual unique). The prior rate undershot spending by roughly a
15+
# third under the current FRS-based pipeline. A full recalibration via
16+
# `datasets/childcare/takeup_rate.py` against the refreshed targets is
17+
# planned; this manual bump closes most of the gap in the interim.
18+
2024-04-06: 0.88

0 commit comments

Comments
 (0)