Skip to content

Commit f73081d

Browse files
authored
Align Tax-Free Childcare UC disqualification (#1606)
1 parent 6bb0f23 commit f73081d

4 files changed

Lines changed: 24 additions & 11 deletions

File tree

changelog.d/1056.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated Tax-Free Childcare Universal Credit disqualification to include awards reduced to nil.
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
description: HMRC limits Tax-Free Childcare to benefit units that do not receive any of these programs.
1+
description: HMRC limits Tax-Free Childcare to benefit units without these tax credit awards or Universal Credit payable amounts.
22
metadata:
3-
reference:
4-
- title: The Childcare Payments (Eligibility) Regulations 2015 - Part 16 and 18
5-
href: https://www.legislation.gov.uk/ukdsi/2015/9780111127063
3+
reference:
4+
- title: Childcare Payments Act 2014 - Section 11
5+
href: https://www.legislation.gov.uk/ukpga/2014/28/section/11
6+
- title: Childcare Payments Act 2014 - Section 30
7+
href: https://www.legislation.gov.uk/ukpga/2014/28/section/30
68
period: year
79
unit: program
810
label: Tax-free childcare disqualifying benefits
911
values:
1012
2015-01-01:
1113
- working_tax_credit
1214
- child_tax_credit
13-
- universal_credit
15+
- universal_credit_pre_benefit_cap

policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_program_eligible.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
input:
44
working_tax_credit: 0
55
child_tax_credit: 0
6-
universal_credit: 0
6+
universal_credit_pre_benefit_cap: 0
77
output:
88
tax_free_childcare_program_eligible: True
99

@@ -12,7 +12,7 @@
1212
input:
1313
working_tax_credit: 0
1414
child_tax_credit: 0
15-
universal_credit: 0
15+
universal_credit_pre_benefit_cap: 0
1616
tax_free_childcare_meets_uk_connection: false
1717
output:
1818
tax_free_childcare_program_eligible: False
@@ -22,7 +22,7 @@
2222
input:
2323
working_tax_credit: 1
2424
child_tax_credit: 0
25-
universal_credit: 0
25+
universal_credit_pre_benefit_cap: 0
2626
output:
2727
tax_free_childcare_program_eligible: False
2828

@@ -32,7 +32,7 @@
3232
input:
3333
working_tax_credit: 1
3434
child_tax_credit: 1
35-
universal_credit: 0
35+
universal_credit_pre_benefit_cap: 0
3636
output:
3737
tax_free_childcare_program_eligible: False
3838

@@ -42,6 +42,16 @@
4242
input:
4343
working_tax_credit: 1
4444
child_tax_credit: 1
45-
universal_credit: 1
45+
universal_credit_pre_benefit_cap: 1
46+
output:
47+
tax_free_childcare_program_eligible: False
48+
49+
- name: Non eligible - Universal Credit payable before reduction to nil
50+
period: 2025
51+
input:
52+
working_tax_credit: 0
53+
child_tax_credit: 0
54+
universal_credit: 0
55+
universal_credit_pre_benefit_cap: 1
4656
output:
4757
tax_free_childcare_program_eligible: False

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)