Skip to content

Commit

Permalink
Update the Climate Action Incentive Payment Structure 2023-2024
Browse files Browse the repository at this point in the history
Fixes #499
  • Loading branch information
londonpatel committed Dec 9, 2024
1 parent f3e05f6 commit fec76ea
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit fec76ea

Please sign in to comment.