-
Notifications
You must be signed in to change notification settings - Fork 33
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
Saskatchewan Housing Benefit #254
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: LanxueHe <Snownow0w@users.noreply.github.com> Co-authored-by: PavelMakarchuk <PavelMakarchuk@users.noreply.github.com>
2. Add variables in Household.expenses and Household.person folder Co-authored-by: LanxueHe <Snownow0w@users.noreply.github.com>
… test part for sk housing benefit policy.
…-canada into Yaohhhh/issue253
policyengine_canada/variables/household/person/fulltime_postsecondary_student.py
Outdated
Show resolved
Hide resolved
policyengine_canada/variables/household/person/fulltime_postsecondary_student.py
Outdated
Show resolved
Hide resolved
policyengine_canada/variables/household/person/is_multiple_support_resources.py
Outdated
Show resolved
Hide resolved
policyengine_canada/variables/household/person/is_multiple_support_resources.py
Outdated
Show resolved
Hide resolved
policyengine_canada/variables/household/person/is_rent_socialhousing.py
Outdated
Show resolved
Hide resolved
policyengine_canada/variables/household/expenses/housing/cost_on_utilities.py
Outdated
Show resolved
Hide resolved
policyengine_canada/variables/gov/provinces/sk/benefits/housing_benefit/housing_benefit.py
Outdated
Show resolved
Hide resolved
policyengine_canada/parameters/gov/provinces/sk/benefits/housing_benefit/amount.yaml
Outdated
Show resolved
Hide resolved
policyengine_canada/variables/gov/provinces/sk/benefits/housing_benefit/count_dependants.py
Outdated
Show resolved
Hide resolved
policyengine_canada/variables/gov/provinces/sk/benefits/housing_benefit/count_dependants.py
Outdated
Show resolved
Hide resolved
Co-authored-by: PavelMakarchuk <PavelMakarchuk@users.noreply.github.com> Co-authored-by: LanxueHe <Snownow0w@users.noreply.github.com>
Co-authored-by: LanxueHe <Snownow0w@users.noreply.github.com>
Co-authored-by: LanxueHe <Snownow0w@users.noreply.github.com> Co-authored-by: Pavel Makarchuk <PavelMakarchuk@users.noreply.github.com>
…-canada into Yaohhhh/issue253
@@ -0,0 +1,9 @@ | |||
description: Higher Saskatchewan Housing Benefit provides this monthly amount for eligible renters with no dependant. |
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.
description: Higher Saskatchewan Housing Benefit provides this monthly amount for eligible renters with no dependant. | |
description: Saskatchewan provides this monthly amount for eligible renters with no dependant under the Housing Benefit. |
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.
Other parameters in a similar format
2023-01-01: 225 | ||
metadata: | ||
unit: currency-CAD | ||
label: Saskatchewan Housing Benefit Eiligible Renters Base |
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.
label: Saskatchewan Housing Benefit Eiligible Renters Base | |
label: Saskatchewan Housing Benefit no dependants Base |
2023-01-01: 275 | ||
metadata: | ||
unit: currency-CAD | ||
label: Saskatchewan Housing Benefit Eiligible Renters Base |
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.
label: Saskatchewan Housing Benefit Eiligible Renters Base | |
label: Saskatchewan Housing Benefit Eiligible one dependant Base |
@@ -0,0 +1,9 @@ | |||
description: Saskatchewan Housing Benefit the percentage of their income spent on shelter costs. |
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.
description: Saskatchewan Housing Benefit the percentage of their income spent on shelter costs. | |
description: Saskatchewan allows for this higher threshold of shelter costs under the Housing Benefit. |
2023-01-01: 0.45 | ||
metadata: | ||
unit: /1 | ||
label: Saskatchewan Housing Benefit Eiligible Higher Threshold |
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.
label: Saskatchewan Housing Benefit Eiligible Higher Threshold | |
label: Saskatchewan Housing Benefit shelter costs higher threshold |
Fixes #253