From fec76ea4965b5cd1554e2d8173d7ebcee08bd4dd Mon Sep 17 00:00:00 2001 From: londonpatel Date: Mon, 9 Dec 2024 17:03:52 +0000 Subject: [PATCH] Update the Climate Action Incentive Payment Structure 2023-2024 Fixes #499 --- .../climate_action_incentive_person.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) 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 de45c70c1..0c8aa350e 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 @@ -46,3 +46,35 @@ 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]