-
Notifications
You must be signed in to change notification settings - Fork 33
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 #431 from 7qiwx/7qiwx/issue429
Manitoba child benefit
- Loading branch information
Showing
20 changed files
with
539 additions
and
0 deletions.
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: | ||
- Manitoba child benefit. |
13 changes: 13 additions & 0 deletions
13
policyengine_canada/parameters/gov/provinces/mb/benefits/mbcb/base.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,13 @@ | ||
description: Manitoba provides this base amount under the Child Tax Benefit. | ||
values: | ||
2022-01-01: 420 # 35 per month | ||
|
||
metadata: | ||
unit: currency-CAD | ||
label: Manitoba child benefit base | ||
period: year | ||
reference: | ||
- title: Manitoba child tax benefit | ||
href: https://www.gov.mb.ca/fs/eia/mcb.html | ||
- title: Manitoba child benefit regulation § 6(1) | ||
href: https://www.gov.mb.ca/fs/eia_manual/regs/4.html |
10 changes: 10 additions & 0 deletions
10
policyengine_canada/parameters/gov/provinces/mb/benefits/mbcb/eligible_age.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,10 @@ | ||
description: Manitoba qualifies children for the child tax benefit below this age. | ||
values: | ||
2022-01-01: 18 | ||
metadata: | ||
unit: year | ||
label: Manitoba child benefit age eligibility | ||
period: year | ||
reference: | ||
- title: Province of Manitoba - Manitoba Child Benefit | ||
href: https://www.gov.mb.ca/fs/eia/mcb.html |
12 changes: 12 additions & 0 deletions
12
policyengine_canada/parameters/gov/provinces/mb/benefits/mbcb/max_child_count.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,12 @@ | ||
description: Manitoba adds an additional child benefit amount for up to this children count. | ||
values: | ||
2022-01-01: 6 | ||
metadata: | ||
unit: year | ||
label: Manitoba child benefit maximum child count | ||
period: year | ||
reference: | ||
- title: Manitoba basic child age benefit | ||
href: https://www.gov.mb.ca/fs/eia/mcb_table.html | ||
- title: Manitoba child benefit regulation § 5 | ||
href: https://www.gov.mb.ca/fs/eia_manual/regs/4.html |
26 changes: 26 additions & 0 deletions
26
policyengine_canada/parameters/gov/provinces/mb/benefits/mbcb/reduction/five_children.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,26 @@ | ||
description: Manitoba phases the child benefit out for families with five children at this rate, based on income. | ||
brackets: | ||
- threshold: | ||
2022-01-01: 0 | ||
rate: | ||
2022-01-01: 0 | ||
- threshold: | ||
2022-01-01: 15_000 | ||
rate: | ||
2022-01-01: 0.2318 | ||
- threshold: | ||
2022-01-01: 24_052 | ||
rate: | ||
2022-01-01: 1 | ||
|
||
metadata: | ||
type: marginal_rate | ||
threshold_unit: currency-CAD | ||
rate_unit: /1 | ||
label: Manitoba Child Benefit five children phase out rate | ||
period: year | ||
reference: | ||
- title: Manitoba child tax benefit | ||
href: https://www.gov.mb.ca/fs/eia/mcb_table.html | ||
- title: Manitoba child tax benefit regulation 6(2) | ||
href: https://www.gov.mb.ca/fs/eia_manual/regs/4.html |
28 changes: 28 additions & 0 deletions
28
policyengine_canada/parameters/gov/provinces/mb/benefits/mbcb/reduction/four_children.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,28 @@ | ||
description: Manitoba phases the child benefit out for families with four children at this rate, based on income. | ||
|
||
brackets: | ||
- threshold: | ||
2022-01-01: 0 | ||
rate: | ||
2022-01-01: 0 | ||
- threshold: | ||
2022-01-01: 15_000 | ||
rate: | ||
2022-01-01: 0.2318 | ||
- threshold: | ||
2022-01-01: 22_242 | ||
rate: | ||
2022-01-01: 1 | ||
|
||
metadata: | ||
type: marginal_rate | ||
threshold_unit: currency-CAD | ||
rate_unit: /1 | ||
label: Manitoba Child Benefit one child phase out rate | ||
period: year | ||
reference: | ||
- title: Manitoba child tax benefit | ||
href: https://www.gov.mb.ca/fs/eia/mcb_table.html | ||
- title: Manitoba child tax benefit regulation 6(2) | ||
href: https://www.gov.mb.ca/fs/eia_manual/regs/4.html | ||
|
27 changes: 27 additions & 0 deletions
27
policyengine_canada/parameters/gov/provinces/mb/benefits/mbcb/reduction/one_child.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,27 @@ | ||
description: Manitoba phases the child benefit out for families with one child at this rate, based on income. | ||
brackets: | ||
- threshold: | ||
2022-01-01: 0 | ||
rate: | ||
2022-01-01: 0 | ||
- threshold: | ||
2022-01-01: 15_000 | ||
rate: | ||
2022-01-01: 0.0773 | ||
- threshold: | ||
2022-01-01: 20_435 | ||
rate: | ||
2022-01-01: 1 | ||
|
||
metadata: | ||
type: marginal_rate | ||
threshold_unit: currency-CAD | ||
rate_unit: /1 | ||
label: Manitoba Child Benefit one child phase out rate | ||
period: year | ||
reference: | ||
- title: Manitoba child tax benefit | ||
href: https://www.gov.mb.ca/fs/eia/mcb_table.html | ||
- title: Manitoba child tax benefit regulation 6(2) | ||
href: https://www.gov.mb.ca/fs/eia_manual/regs/4.html | ||
|
28 changes: 28 additions & 0 deletions
28
...gine_canada/parameters/gov/provinces/mb/benefits/mbcb/reduction/six_or_more_children.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,28 @@ | ||
description: Manitoba phases the child benefit out for families with six or more children at this rate, based on income. | ||
brackets: | ||
- threshold: | ||
2022-01-01: 0 | ||
rate: | ||
2022-01-01: 0 | ||
- threshold: | ||
2022-01-01: 15_000 | ||
rate: | ||
2022-01-01: 0.2318 | ||
- threshold: | ||
2022-01-01: 25_864 | ||
rate: | ||
2022-01-01: 1 | ||
|
||
metadata: | ||
type: marginal_rate | ||
threshold_unit: currency-CAD | ||
rate_unit: /1 | ||
label: Manitoba Child Benefit six or more children phase out rate | ||
period: year | ||
reference: | ||
- title: Manitoba child tax benefit | ||
href: https://www.gov.mb.ca/fs/eia/mcb_table.html | ||
# Law does not specify the reduction start for 7+ children, assuming that it is the same as for 6 | ||
- title: Manitoba child tax benefit regulation 6(2) | ||
href: https://www.gov.mb.ca/fs/eia_manual/regs/4.html | ||
|
28 changes: 28 additions & 0 deletions
28
policyengine_canada/parameters/gov/provinces/mb/benefits/mbcb/reduction/three_children.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,28 @@ | ||
description: Manitoba phases the child benefit out for families with three children at this rate, based on income. | ||
brackets: | ||
- threshold: | ||
2022-01-01: 0 | ||
rate: | ||
2022-01-01: 0 | ||
- threshold: | ||
2022-01-01: 15_000 | ||
rate: | ||
2022-01-01: 0.2318 | ||
- threshold: | ||
2022-01-01: 20_435 | ||
rate: | ||
2022-01-01: 1 | ||
|
||
metadata: | ||
type: marginal_rate | ||
threshold_unit: currency-CAD | ||
rate_unit: /1 | ||
label: Manitoba Child Benefit three children phase out rate | ||
period: year | ||
reference: | ||
- title: Manitoba child tax benefit | ||
href: https://www.gov.mb.ca/fs/eia/mcb_table.html | ||
- title: Manitoba child tax benefit regulation 6(2) | ||
href: https://www.gov.mb.ca/fs/eia_manual/regs/4.html | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
policyengine_canada/parameters/gov/provinces/mb/benefits/mbcb/reduction/two_children.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,27 @@ | ||
description: Manitoba phases the child benefit out for families with two children at this rate, based on income. | ||
brackets: | ||
- threshold: | ||
2022-01-01: 0 | ||
rate: | ||
2022-01-01: 0 | ||
- threshold: | ||
2022-01-01: 15_000 | ||
rate: | ||
2022-01-01: 0.1546 | ||
- threshold: | ||
2022-01-01: 20_435 | ||
rate: | ||
2022-01-01: 1 | ||
|
||
metadata: | ||
type: marginal_rate | ||
threshold_unit: currency-CAD | ||
rate_unit: /1 | ||
label: Manitoba Child Benefit two children phase out rate | ||
period: year | ||
reference: | ||
- title: Manitoba child tax benefit | ||
href: https://www.gov.mb.ca/fs/eia/mcb_table.html | ||
- title: Manitoba child tax benefit regulation 6(2) | ||
href: https://www.gov.mb.ca/fs/eia_manual/regs/4.html | ||
|
11 changes: 11 additions & 0 deletions
11
policyengine_canada/parameters/gov/provinces/mb/tax/income/credits/non_refundable.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,11 @@ | ||
description: Manitoba provides the following non-refundable tax credits. | ||
values: | ||
2022-01-01: | ||
- mb_age_amount | ||
- mb_pension_amount | ||
- mb_basic_person_amount | ||
|
||
metadata: | ||
unit: list | ||
period: year | ||
label: Manitoba non-refundable credits |
8 changes: 8 additions & 0 deletions
8
policyengine_canada/parameters/gov/provinces/mb/tax/income/credits/refundable.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 @@ | ||
description: Manitoba provides the follwoing refundable tax credits. | ||
values: | ||
2022-01-01: [] | ||
|
||
metadata: | ||
unit: list | ||
period: year | ||
label: Manitoba refundable credits |
Oops, something went wrong.