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
  • Loading branch information
londonpatel committed Nov 20, 2024
1 parent ddcf3ae commit 79f14b6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Single parent with two children in Ontario.
period: 2023
period: 2022
input:
people:
parent:
Expand All @@ -12,10 +12,10 @@
members: [parent, c1, c2]
province_code: ONT
output:
climate_action_incentive_person: [373, 186, 93]
climate_action_incentive_person: [373, 93, 93]

- name: Married couple with one child in Alberta.
period: 2023
period: 2022
input:
people:
head:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Single parent with two children living in Manitoba.
period: 2023
period: 2022
input:
people:
parent:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:

0 comments on commit 79f14b6

Please sign in to comment.