Skip to content

Commit 6a4f9db

Browse files
authored
Merge pull request #1588 from PolicyEngine/add-childcare-grant
Add Childcare Grant model
2 parents 1c3e517 + 682f299 commit 6a4f9db

26 files changed

Lines changed: 702 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add a first-pass Childcare Grant model for England full-time undergraduates.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
description: Proportion of eligible childcare costs covered by Childcare Grant.
2+
values:
3+
2025-01-01: 0.85
4+
2026-01-01: 0.85
5+
metadata:
6+
unit: /1
7+
period: year
8+
label: Childcare Grant coverage rate
9+
reference:
10+
- title: Childcare Grant - What you'll get
11+
href: https://www.gov.uk/childcare-grant/what-youll-get
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
description: Maximum child age for Childcare Grant where the child has special educational needs.
2+
values:
3+
2025-01-01: 17
4+
2026-01-01: 17
5+
metadata:
6+
unit: year
7+
period: year
8+
label: Childcare Grant child maximum age with special educational needs
9+
reference:
10+
- title: Childcare Grant - Eligibility
11+
href: https://www.gov.uk/childcare-grant/eligibility
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
description: Maximum child age for Childcare Grant under the standard rule.
2+
values:
3+
2025-01-01: 15
4+
2026-01-01: 15
5+
metadata:
6+
unit: year
7+
period: year
8+
label: Childcare Grant child maximum age
9+
reference:
10+
- title: Childcare Grant - Eligibility
11+
href: https://www.gov.uk/childcare-grant/eligibility
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
description: Household income limit for Childcare Grant where the application covers one child.
2+
values:
3+
2025-01-01: 20_107.23
4+
2026-01-01: 20_107.23
5+
metadata:
6+
unit: currency-GBP
7+
period: year
8+
label: Childcare Grant income limit for one child
9+
reference:
10+
- title: Childcare Grant - Eligibility
11+
href: https://www.gov.uk/childcare-grant/eligibility
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
description: Household income limit for Childcare Grant where the application covers two or more children.
2+
values:
3+
2025-01-01: 28_914.47
4+
2026-01-01: 28_914.47
5+
metadata:
6+
unit: currency-GBP
7+
period: year
8+
label: Childcare Grant income limit for two or more children
9+
reference:
10+
- title: Childcare Grant - Eligibility
11+
href: https://www.gov.uk/childcare-grant/eligibility
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
description: Maximum weekly Childcare Grant amount for one child.
2+
values:
3+
2025-01-01: 199.62
4+
2026-01-01: 199.62
5+
metadata:
6+
unit: currency-GBP
7+
period: week
8+
label: Childcare Grant weekly maximum for one child
9+
reference:
10+
- title: Childcare Grant - What you'll get
11+
href: https://www.gov.uk/childcare-grant/what-youll-get
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
description: Maximum weekly Childcare Grant amount for two or more children.
2+
values:
3+
2025-01-01: 342.24
4+
2026-01-01: 342.24
5+
metadata:
6+
unit: currency-GBP
7+
period: week
8+
label: Childcare Grant weekly maximum for two or more children
9+
reference:
10+
- title: Childcare Grant - What you'll get
11+
href: https://www.gov.uk/childcare-grant/what-youll-get

policyengine_uk/programs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,18 @@ programs:
348348
verified_end_year: 2025
349349
notes: Universal (15h), extended (30h), and targeted entitlements; parameters need expansion for later years
350350

351+
- id: childcare_grant
352+
name: Childcare Grant
353+
full_name: Student Finance England Childcare Grant
354+
category: Benefits
355+
agency: DfE
356+
status: partial
357+
coverage: England
358+
variable: childcare_grant
359+
parameter_prefix: gov.dfe.childcare_grant
360+
verified_start_year: 2025
361+
notes: First-pass full-time undergraduate England model using explicit full-time, SEN, and childcare-support inputs plus maintenance-loan proxies; childcare_expenses are treated as out-of-pocket spend net of free hours
362+
351363
# --- DCMS programs ---
352364
- id: tv_licence
353365
name: TV Licence

0 commit comments

Comments
 (0)