-
Notifications
You must be signed in to change notification settings - Fork 31
Add Scottish Child Payment benefit #1467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f5474a3
Add Scottish Child Payment
vahid-ahmadi e64e315
Add changelog entry and format code
vahid-ahmadi a571f3c
Add SCP to HBAI income for poverty calculations
vahid-ahmadi 8db691e
Address review comments on Scottish Child Payment
vahid-ahmadi 939d90d
Parameterize qualifying benefits for Scottish Child Payment
vahid-ahmadi d97236d
Add comprehensive YAML tests for Scottish Child Payment changes
vahid-ahmadi 3818eed
Merge branch 'main' into add-scottish-child-payment
vahid-ahmadi 9b7d0a4
Fix Black formatting in entities.py
vahid-ahmadi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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: | ||
| - Scottish Child Payment - a benefit provided by Social Security Scotland for eligible children under 16 in low-income families receiving qualifying benefits (UC, tax credits, etc.). |
This file contains hidden or 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
17 changes: 17 additions & 0 deletions
17
policyengine_uk/parameters/gov/social_security_scotland/scottish_child_payment/amount.yaml
This file contains hidden or 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,17 @@ | ||
| description: Weekly amount of Scottish Child Payment per eligible child. | ||
| values: | ||
| 0001-01-01: 0 | ||
| 2021-02-15: 10 | ||
| 2022-04-01: 20 | ||
| 2022-11-14: 25 | ||
| 2024-04-01: 26.70 | ||
| 2025-04-01: 27.15 | ||
| metadata: | ||
| unit: currency-GBP | ||
| period: week | ||
| label: Scottish Child Payment weekly amount | ||
| reference: | ||
| - title: Scottish Government - Scottish Child Payment | ||
| href: https://www.gov.scot/policies/social-security/scottish-child-payment/ | ||
| - title: Social Security Scotland - SCP statistics | ||
| href: https://www.socialsecurity.gov.scot/publications/2024/02/scottish-child-payment-statistics-to-31-december-2023 | ||
12 changes: 12 additions & 0 deletions
12
policyengine_uk/parameters/gov/social_security_scotland/scottish_child_payment/max_age.yaml
This file contains hidden or 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,12 @@ | ||
| description: Maximum age for Scottish Child Payment eligibility (child must be under this age). | ||
| values: | ||
| 0001-01-01: 0 | ||
| 2021-02-15: 6 | ||
| 2022-11-14: 16 | ||
| metadata: | ||
| unit: year | ||
| period: year | ||
| label: Scottish Child Payment maximum age | ||
| reference: | ||
| - title: Scottish Government - Scottish Child Payment | ||
| href: https://www.gov.scot/policies/social-security/scottish-child-payment/ |
12 changes: 12 additions & 0 deletions
12
...social_security_scotland/scottish_child_payment/qualifying_benefits/child_tax_credit.yaml
This file contains hidden or 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,12 @@ | ||
| description: > | ||
| Whether Child Tax Credit is a qualifying benefit for Scottish Child Payment. | ||
| CTC was removed as a qualifying benefit in 2024 as part of UC migration. | ||
| values: | ||
| 0001-01-01: true | ||
| 2024-04-01: false | ||
| metadata: | ||
| unit: bool | ||
| label: CTC qualifies for SCP | ||
| reference: | ||
| - title: Social Security Scotland - Scottish Child Payment | ||
| href: https://www.socialsecurity.gov.scot/scottish-child-payment |
11 changes: 11 additions & 0 deletions
11
...s/gov/social_security_scotland/scottish_child_payment/qualifying_benefits/esa_income.yaml
This file contains hidden or 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,11 @@ | ||
| description: > | ||
| Whether income-related Employment and Support Allowance is a qualifying | ||
| benefit for Scottish Child Payment. | ||
| values: | ||
| 0001-01-01: true | ||
| metadata: | ||
| unit: bool | ||
| label: ESA (income-related) qualifies for SCP | ||
| reference: | ||
| - title: Social Security Scotland - Scottish Child Payment | ||
| href: https://www.socialsecurity.gov.scot/scottish-child-payment |
9 changes: 9 additions & 0 deletions
9
...v/social_security_scotland/scottish_child_payment/qualifying_benefits/income_support.yaml
This file contains hidden or 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 Income Support is a qualifying benefit for Scottish Child Payment. | ||
| values: | ||
| 0001-01-01: true | ||
| metadata: | ||
| unit: bool | ||
| label: Income Support qualifies for SCP | ||
| reference: | ||
| - title: Social Security Scotland - Scottish Child Payment | ||
| href: https://www.socialsecurity.gov.scot/scottish-child-payment |
11 changes: 11 additions & 0 deletions
11
...s/gov/social_security_scotland/scottish_child_payment/qualifying_benefits/jsa_income.yaml
This file contains hidden or 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,11 @@ | ||
| description: > | ||
| Whether income-based Jobseeker's Allowance is a qualifying benefit | ||
| for Scottish Child Payment. | ||
| values: | ||
| 0001-01-01: true | ||
| metadata: | ||
| unit: bool | ||
| label: JSA (income-based) qualifies for SCP | ||
| reference: | ||
| - title: Social Security Scotland - Scottish Child Payment | ||
| href: https://www.socialsecurity.gov.scot/scottish-child-payment |
9 changes: 9 additions & 0 deletions
9
...v/social_security_scotland/scottish_child_payment/qualifying_benefits/pension_credit.yaml
This file contains hidden or 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 Pension Credit is a qualifying benefit for Scottish Child Payment. | ||
| values: | ||
| 0001-01-01: true | ||
| metadata: | ||
| unit: bool | ||
| label: Pension Credit qualifies for SCP | ||
| reference: | ||
| - title: Social Security Scotland - Scottish Child Payment | ||
| href: https://www.socialsecurity.gov.scot/scottish-child-payment |
9 changes: 9 additions & 0 deletions
9
...social_security_scotland/scottish_child_payment/qualifying_benefits/universal_credit.yaml
This file contains hidden or 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 Universal Credit is a qualifying benefit for Scottish Child Payment. | ||
| values: | ||
| 0001-01-01: true | ||
| metadata: | ||
| unit: bool | ||
| label: UC qualifies for SCP | ||
| reference: | ||
| - title: Social Security Scotland - Scottish Child Payment | ||
| href: https://www.socialsecurity.gov.scot/scottish-child-payment |
12 changes: 12 additions & 0 deletions
12
...cial_security_scotland/scottish_child_payment/qualifying_benefits/working_tax_credit.yaml
This file contains hidden or 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,12 @@ | ||
| description: > | ||
| Whether Working Tax Credit is a qualifying benefit for Scottish Child Payment. | ||
| WTC was removed as a qualifying benefit in 2024 as part of UC migration. | ||
| values: | ||
| 0001-01-01: true | ||
| 2024-04-01: false | ||
| metadata: | ||
| unit: bool | ||
| label: WTC qualifies for SCP | ||
| reference: | ||
| - title: Social Security Scotland - Scottish Child Payment | ||
| href: https://www.socialsecurity.gov.scot/scottish-child-payment |
13 changes: 13 additions & 0 deletions
13
...eters/gov/social_security_scotland/scottish_child_payment/takeup_rate/age_6_and_over.yaml
This file contains hidden or 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,13 @@ | ||
| description: > | ||
| Take-up rate for Scottish Child Payment for families with children aged 6 | ||
| and over. Lower than under-6 rate as these families require separate | ||
| application rather than automatic award. | ||
| values: | ||
| 0001-01-01: 0.86 | ||
| metadata: | ||
| unit: /1 | ||
| period: year | ||
| label: Scottish Child Payment take-up rate (6 and over) | ||
| reference: | ||
| - title: SPICe analysis of SCP coverage | ||
| href: https://spice-spotlight.scot/2024/07/31/scottish-child-payment-who-gets-it/ |
12 changes: 12 additions & 0 deletions
12
...k/parameters/gov/social_security_scotland/scottish_child_payment/takeup_rate/under_6.yaml
This file contains hidden or 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,12 @@ | ||
| description: > | ||
| Take-up rate for Scottish Child Payment for families with children under 6. | ||
| Higher take-up due to automatic awards from Best Start Grant recipients. | ||
| values: | ||
| 0001-01-01: 0.97 | ||
| metadata: | ||
| unit: /1 | ||
| period: year | ||
| label: Scottish Child Payment take-up rate (under 6) | ||
| reference: | ||
| - title: SPICe analysis of SCP coverage | ||
| href: https://spice-spotlight.scot/2024/07/31/scottish-child-payment-who-gets-it/ |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current amount is 27.15:
https://www.socialsecurity.gov.scot/scottish-child-payment#:~:text=Contents&text=Scottish%20Child%20Payment%20is%20a,must%20receive%20a%20qualifying%20benefit.