-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #913 from PolicyEngine/nikhilwoodruff/issue912
Add Winter Fuel Allowance
- Loading branch information
Showing
7 changed files
with
88 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- bump: minor | ||
changes: | ||
added: | ||
- Winter Fuel Allowance. |
8 changes: 8 additions & 0 deletions
8
policyengine_uk/parameters/gov/dwp/winter_fuel_payment/amount/higher.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
values: | ||
2000-01-01: 300 | ||
metadata: | ||
unit: currency-GBP | ||
label: Winter Fuel Payment higher amount | ||
reference: | ||
- href: https://www.legislation.gov.uk/uksi/2000/729/regulation/2 | ||
title: The Social Fund Winter Fuel Payment Regulations 2000 |
8 changes: 8 additions & 0 deletions
8
policyengine_uk/parameters/gov/dwp/winter_fuel_payment/amount/lower.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
values: | ||
2000-01-01: 200 | ||
metadata: | ||
unit: currency-GBP | ||
label: Winter Fuel Payment lower amount | ||
reference: | ||
- href: https://www.legislation.gov.uk/uksi/2000/729/regulation/2 | ||
title: The Social Fund Winter Fuel Payment Regulations 2000 |
9 changes: 9 additions & 0 deletions
9
...yengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/higher_age_requirement.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
description: Age requirement to qualify for the higher Winter Fuel Payment. | ||
values: | ||
2000-01-01: 80 | ||
metadata: | ||
unit: year | ||
label: Winter Fuel Payment higher amount age requitement | ||
reference: | ||
- href: https://www.legislation.gov.uk/uksi/2000/729/regulation/2 | ||
title: The Social Fund Winter Fuel Payment Regulations 2000 |
9 changes: 9 additions & 0 deletions
9
policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/require_benefits.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
description: Whether receipt of means-tested benefits is required to qualify for the Winter Fuel Payment. | ||
values: | ||
2000-01-01: false | ||
metadata: | ||
unit: bool | ||
label: Winter Fuel Payment means-tested benefits requirement | ||
reference: | ||
- href: https://www.legislation.gov.uk/uksi/2000/729/regulation/2 | ||
title: The Social Fund Winter Fuel Payment Regulations 2000 |
9 changes: 9 additions & 0 deletions
9
..._uk/parameters/gov/dwp/winter_fuel_payment/eligibility/state_pension_age_requirement.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
description: Whether individuals must be State Pension Age to qualify for the Winter Fuel Payment. | ||
values: | ||
2000-01-01: true | ||
metadata: | ||
unit: bool | ||
label: Winter Fuel Payment State Pension Age requirement | ||
reference: | ||
- href: https://www.legislation.gov.uk/uksi/2000/729/regulation/2 | ||
title: The Social Fund Winter Fuel Payment Regulations 2000 |
This file contains 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