Skip to content

Commit

Permalink
Northwest Territories Cost of Living Tax Credit
Browse files Browse the repository at this point in the history
Fixes PolicyEngine#229 description
  • Loading branch information
Kenyaokun committed Apr 26, 2023
1 parent 92dc1d9 commit e76e731
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Northwest Territories cost of living tax credit income threshold
description: Northwest Territories cost of living tax credit income threshold in 2022
values:
2022-12-31: 66_000
metadata:
unit: currency-CAD
label: Northwest Territories cost of living tax credit income threshold
label: Northwest Territories cost of living tax credit income threshold in 2022
reference:
- title: Government of Canada - Credit
href: https://www.canada.ca/en/revenue-agency/services/forms-publications/tax-packages-years/general-income-tax-benefit-package/northwest-territories/5012-tc.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Northwest Territories Credit cost of living tax credit maximum aount
description: Northwest Territories Credit cost of living tax credit maximum amount in 2022
values:
2022-12-31: 942
metadata:
unit: currency-CAD
label: Northwest Territories Credit cost of living tax credit maximum aount
label: Northwest Territories Credit cost of living tax credit maximum amount in 2022
reference:
- title: Government of Canada - Credit
href: https://www.canada.ca/en/revenue-agency/services/forms-publications/tax-packages-years/general-income-tax-benefit-package/northwest-territories/5012-tc.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Northwest Territories cost of living tax credit threshold for high income person
description: Northwest Territories cost of living tax credit threshold for high income person in 2022
values:
2022-12-31: 48_000
metadata:
unit: currency-CAD
label: Northwest Territories cost of living tax credit threshold for high income person
label: Northwest Territories cost of living tax credit threshold for high income person in 2022
reference:
- title: Government of Canada - Credit
href: https://www.canada.ca/en/revenue-agency/services/forms-publications/tax-packages-years/general-income-tax-benefit-package/northwest-territories/5012-tc.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Northwest Territories cost of living tax credit high income rate
description: Northwest Territories cost of living tax credit high income rate in 2022
values:
2022-12-31: 0.01
metadata:
unit: /1
label: Northwest Territories cost of living tax credit high income rate
label: Northwest Territories cost of living tax credit high income rate in 2022
reference:
- title: Government of Canada - Credit
href: https://www.canada.ca/en/revenue-agency/services/forms-publications/tax-packages-years/general-income-tax-benefit-package/northwest-territories/5012-tc.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Northwest Territories cost of living tax credit high income supplement
description: Northwest Territories cost of living tax credit high income supplement in 2022
values:
2022-12-31: 762
metadata:
unit: currency-CAD
label: Northwest Territories cost of living tax credit high income supplement
label: Northwest Territories cost of living tax credit high income supplement in 2022
reference:
- title: Government of Canada - Credit
href: https://www.canada.ca/en/revenue-agency/services/forms-publications/tax-packages-years/general-income-tax-benefit-package/northwest-territories/5012-tc.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Northwest Territories cost of living tax credit low income rate
description: Northwest Territories cost of living tax credit low income rate in 2022
values:
2022-12-31: 0.026
metadata:
unit: /1
label: Northwest Territories cost of living tax credit low income rate
label: Northwest Territories cost of living tax credit low income rate in 2022
reference:
- title: Government of Canada - Credit
href: https://www.canada.ca/en/revenue-agency/services/forms-publications/tax-packages-years/general-income-tax-benefit-package/northwest-territories/5012-tc.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Northwest Territories cost of living tax credit threshold for middle income person
description: Northwest Territories cost of living tax credit threshold for middle income person in 2022
values:
2022-12-31: 12_000
metadata:
unit: currency-CAD
label: Northwest Territories cost of living tax credit threshold for middle income person
label: Northwest Territories cost of living tax credit threshold for middle income person in 2022
reference:
- title: Government of Canada - Credit
href: https://www.canada.ca/en/revenue-agency/services/forms-publications/tax-packages-years/general-income-tax-benefit-package/northwest-territories/5012-tc.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Northwest Territories cost of living tax credit middle income rate
description: Northwest Territories cost of living tax credit middle income rate in 2022
values:
2022-12-31: 0.0125
metadata:
unit: /1
label: Northwest Territories cost of living tax credit middle income rate
label: Northwest Territories cost of living tax credit middle income rate in 2022
reference:
- title: Government of Canada - Credit
href: https://www.canada.ca/en/revenue-agency/services/forms-publications/tax-packages-years/general-income-tax-benefit-package/northwest-territories/5012-tc.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Northwest Territories cost of living tax credit middle income supplement
description: Northwest Territories cost of living tax credit middle income supplement in 2022
values:
2022-12-31: 312
metadata:
unit: currency-CAD
label: Northwest Territories cost of living tax credit middle income supplement
label: Northwest Territories cost of living tax credit middle income supplement in 2022
reference:
- title: Government of Canada - Credit
href: https://www.canada.ca/en/revenue-agency/services/forms-publications/tax-packages-years/general-income-tax-benefit-package/northwest-territories/5012-tc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class nt_living_tax_credit(Variable):
value_type = float
entity = Person
label = "Max for living tax credit"
label = "Northwest Territories cost of living tax credit"
definition_period = YEAR
defined_for = ProvinceCode.NT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class nt_ltc_higher_threshold(Variable):
value_type = float
entity = Person
label = "Higher income for living tax credit"
label = "Northwest Territories higher income for cost of living tax credit"
definition_period = YEAR
defined_for = ProvinceCode.NT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class nt_ltc_lower_threshold(Variable):
value_type = float
entity = Person
label = "Lower income for living tax credit"
label = "Northwest Territories lower income for cost of living tax credit"
definition_period = YEAR
defined_for = ProvinceCode.NT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class nt_ltc_middle_threshold(Variable):
value_type = float
entity = Person
label = "Middle income for living tax credit"
label = "Northwest Territories middle income for cost of living tax credit"
definition_period = YEAR
defined_for = ProvinceCode.NT

Expand Down

0 comments on commit e76e731

Please sign in to comment.