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 Nov 25, 2024
1 parent 149da1a commit f3e05f6
Showing 1 changed file with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Single parent with two children in Ontario.
period: 2022
period: 2023
input:
people:
parent:
Expand All @@ -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:
Expand All @@ -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]

0 comments on commit f3e05f6

Please sign in to comment.