From f3e05f65f07dd80cc3004230cf80f51055d84f70 Mon Sep 17 00:00:00 2001 From: londonpatel Date: Mon, 25 Nov 2024 03:11:53 +0000 Subject: [PATCH] Update the Climate Action Incentive Payment Structure 2023-2024 Fixes #499 --- .../climate_action_incentive_person.yaml | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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 51628bf07..de45c70c1 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 @@ -1,5 +1,5 @@ - name: Single parent with two children in Ontario. - period: 2022 + period: 2023 input: people: parent: @@ -15,7 +15,7 @@ climate_action_incentive_person: [373, 93, 93] - name: Married couple with one child in Alberta. - period: 2022 + period: 2023 input: people: head: @@ -29,3 +29,20 @@ 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]