diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb..aad6bcb86 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: minor + changes: + added: + - Climate Action Incentive amounts. diff --git a/policyengine_canada/parameters/gov/cra/tax/income/credits/climate_action_incentive/amount.yaml b/policyengine_canada/parameters/gov/cra/tax/income/credits/climate_action_incentive/amount.yaml index e212befcc..19ac74aff 100644 --- a/policyengine_canada/parameters/gov/cra/tax/income/credits/climate_action_incentive/amount.yaml +++ b/policyengine_canada/parameters/gov/cra/tax/income/credits/climate_action_incentive/amount.yaml @@ -3,47 +3,84 @@ description: The climate action program provides the following amounts by provin HEAD: AB: 2022-07-01: 539 + 2023-04-01: 772 + 2024-04-01: 900 MB: 2022-07-01: 416 + 2023-04-01: 528 + 2024-04-01: 600 ONT: 2022-07-01: 373 + 2023-04-01: 488 + 2024-04-01: 560 SK: 2022-07-01: 550 + 2023-04-01: 680 + 2024-04-01: 752 SPOUSE: AB: 2022-07-01: 270 + 2023-04-01: 386 + 2024-04-01: 450 MB: 2022-07-01: 208 + 2023-04-01: 264 + 2024-04-01: 300 ONT: 2022-07-01: 186 + 2023-04-01: 244 + 2024-04-01: 280 SK: 2022-07-01: 275 -ELDEST_CHILD_IN_SINGLE_PARENT_HOUSEHOLD: + 2023-04-01: 340 + 2024-04-01: 376 +ELDEST_CHILD_IN_SINGLE_PARENT_HOUSEHOLD: AB: - 2022-07-01: 270 + 2022-07-01: 135 + 2023-04-01: 193 + 2024-04-01: 225 MB: - 2022-07-01: 208 + 2022-07-01: 104 + 2023-04-01: 132 + 2024-04-01: 150 ONT: - 2022-07-01: 186 + 2022-07-01: 93 + 2023-04-01: 122 + 2024-04-01: 140 SK: - 2022-07-01: 275 + 2022-07-01: 138 + 2023-04-01: 170 + 2024-04-01: 188 OTHER_CHILD: AB: 2022-07-01: 135 + 2023-04-01: 193 + 2024-04-01: 225 MB: 2022-07-01: 104 + 2023-04-01: 132 + 2024-04-01: 150 ONT: 2022-07-01: 93 + 2023-04-01: 122 + 2024-04-01: 140 SK: 2022-07-01: 138 + 2023-04-01: 170 + 2024-04-01: 188 metadata: unit: currency-CAD period: year label: Climate action amount reference: - - title: Government of Canada - Climate action incentive payment - href: https://www.canada.ca/en/revenue-agency/services/child-family-benefits/cai-payment.html + - title: Climate Action Incentive payment amounts for 2022-23 + href: https://www.canada.ca/en/department-finance/news/2022/03/climate-action-incentive-payment-amounts-for-2022-23.html + - title: Climate Action Incentive payment amounts for 2023-24 + href: https://www.canada.ca/en/department-finance/news/2022/11/climate-action-incentive-payment-amounts-for-2023-24.html + - title: Canada Carbon Rebate amounts for 2024-25 + href: https://www.canada.ca/en/department-finance/news/2024/02/canada-carbon-rebate-amounts-for-2024-25.html + breakdown: - climate_action_incentive_category - province_code diff --git a/policyengine_canada/parameters/gov/cra/tax/income/credits/climate_action_incentive/rural.yaml b/policyengine_canada/parameters/gov/cra/tax/income/credits/climate_action_incentive/rural.yaml index 2a738bd6e..ac2664cbb 100644 --- a/policyengine_canada/parameters/gov/cra/tax/income/credits/climate_action_incentive/rural.yaml +++ b/policyengine_canada/parameters/gov/cra/tax/income/credits/climate_action_incentive/rural.yaml @@ -1,6 +1,7 @@ description: Canada supplements the climate action incentive amount for rural citizens of the provinces. values: 2022-07-01: 0.10 + 2024-04-01: 0.20 metadata: unit: /1 period: year @@ -9,4 +10,6 @@ metadata: reference: - title: Government of Canada - Climate action incentive payment href: https://www.canada.ca/en/revenue-agency/services/child-family-benefits/cai-payment.html + - title: Canada Carbon Rebate (CCR) for individuals – How much you can get + href: https://www.canada.ca/en/revenue-agency/services/child-family-benefits/canada-carbon-rebate/how-much.html diff --git a/policyengine_canada/tests/gov/cra/tax/income/credits/climate_action/climate_action_incentive_person.yaml b/policyengine_canada/tests/gov/cra/tax/income/credits/climate_action/climate_action_incentive_person.yaml index a4abd8928..6d60249ad 100644 --- a/policyengine_canada/tests/gov/cra/tax/income/credits/climate_action/climate_action_incentive_person.yaml +++ b/policyengine_canada/tests/gov/cra/tax/income/credits/climate_action/climate_action_incentive_person.yaml @@ -12,7 +12,23 @@ members: [parent, c1, c2] province_code: ONT output: - climate_action_incentive_person: [373, 186, 93] + climate_action_incentive_person: [373, 93, 93] + +- name: Single parent with two children in Ontario. + period: 2024 + input: + people: + parent: + climate_action_incentive_category: HEAD + c1: + climate_action_incentive_category: ELDEST_CHILD_IN_SINGLE_PARENT_HOUSEHOLD + c2: + climate_action_incentive_category: OTHER_CHILD + household: + members: [parent, c1, c2] + province_code: ONT + output: + climate_action_incentive_person: [488, 122, 122] - name: Married couple with one child in Alberta. period: 2023 @@ -29,3 +45,52 @@ province_code: AB output: climate_action_incentive_person: [539, 270, 135] + + +- name: Married couple with one child in Alberta. + period: 2024 + input: + people: + head: + climate_action_incentive_category: HEAD + spouse: + climate_action_incentive_category: SPOUSE + c1: + climate_action_incentive_category: OTHER_CHILD + household: + members: [head, spouse, c1] + province_code: AB + output: + climate_action_incentive_person: [772, 386, 193] + +- name: Single parent with two children in Manitoba. + period: 2023 + input: + people: + parent: + climate_action_incentive_category: HEAD + c1: + climate_action_incentive_category: ELDEST_CHILD_IN_SINGLE_PARENT_HOUSEHOLD + c2: + climate_action_incentive_category: OTHER_CHILD + household: + members: [parent, c1, c2] + province_code: MB + output: + climate_action_incentive_person: [416, 104, 104] + +- name: Single parent with two children in Saskatchewan. + period: 2023 + input: + people: + parent: + climate_action_incentive_category: HEAD + c1: + climate_action_incentive_category: ELDEST_CHILD_IN_SINGLE_PARENT_HOUSEHOLD + c2: + climate_action_incentive_category: OTHER_CHILD + household: + members: [parent, c1, c2] + province_code: SK + output: + climate_action_incentive_person: [550, 138, 138] diff --git a/policyengine_canada/tests/gov/cra/tax/income/credits/climate_action/integration.yaml b/policyengine_canada/tests/gov/cra/tax/income/credits/climate_action/integration.yaml index f1e747953..81e06c68c 100644 --- a/policyengine_canada/tests/gov/cra/tax/income/credits/climate_action/integration.yaml +++ b/policyengine_canada/tests/gov/cra/tax/income/credits/climate_action/integration.yaml @@ -1,5 +1,5 @@ - name: Single parent with two children living in Manitoba. - period: 2023 + period: 2022 input: people: parent: @@ -21,8 +21,31 @@ output: climate_action_incentive: 728 -- name: Married couple with no children in Saskatchewan +- name: Single parent with two children living in rural Manitoba. period: 2023 + input: + people: + parent: + age: 30 + is_head: true + is_spouse: false + c1: + age: 10 + is_head: false + is_spouse: false + c2: + age: 9 + is_head: false + is_spouse: false + household: + members: [parent, c1, c2] + province_code: MB + is_rural: true + output: + climate_action_incentive: 686.4 + +- name: Married couple with no children in Saskatchewan + period: 2022 input: people: head: @@ -39,7 +62,7 @@ output: climate_action_incentive: 825 -- name: Single parent with two children living in rural Manitoba. +- name: Single parent with two children living in rural Saskatchewan. period: 2023 input: people: @@ -57,7 +80,7 @@ is_spouse: false household: members: [parent, c1, c2] - province_code: MB + province_code: SK is_rural: true output: - climate_action_incentive: 800.8 + climate_action_incentive: