Skip to content

Commit

Permalink
Nova Scotia Age Amount Supplement
Browse files Browse the repository at this point in the history
Fix the test fail
  • Loading branch information
okeyiii committed Oct 15, 2023
1 parent 8414dde commit eb44ae5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
age: 65
ns_taxable_income: 24_999
output:
ns_age_tax_credit: 1_465
ns_age_amount_supplement: 1_465

- name: Nova Scotia Age amonut supplement; eligible age with eligible taxable income between 25_000 and 75_000
period: 2023
Expand All @@ -14,7 +14,7 @@
age: 65
ns_taxable_income: 65_000
output:
ns_age_tax_credit: 295
ns_age_amount_supplement: 293

- name: Nova Scotia Age tax credit; eligible age with ineligible taxable income more than 75_000
period: 2023
Expand All @@ -23,7 +23,7 @@
age: 65
ns_taxable_income: 75_001
output:
ns_age_tax_credit: 0
ns_age_amount_supplement: 0

- name: Nova Scotia Age tax credit; ineligible age with eligible taxable income
period: 2023
Expand All @@ -32,7 +32,7 @@
age: 64
ns_taxable_income: 24_999
output:
ns_age_tax_credit: 0
ns_age_amount_supplement: 0

- name: Nova Scotia Age tax credit; ineligible age with ineligible taxable income
period: 2023
Expand All @@ -41,4 +41,4 @@
age: 64
ns_taxable_income: 75_001
output:
ns_age_tax_credit: 0
ns_age_amount_supplement: 0
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class ns_age_amount_supplement(Variable):
value_type = float
entity = Person
label = "Nova Scotia Basic Personal Amount"
label = "Nova Scotia Age Amount Supplement"
unit = CAD
definition_period = YEAR
defined_for = ProvinceCode.NS
Expand Down

0 comments on commit eb44ae5

Please sign in to comment.