Skip to content

Commit

Permalink
Nova Scotia Basic Personal Amount
Browse files Browse the repository at this point in the history
  • Loading branch information
okeyiii committed Jul 17, 2023
1 parent bc34af8 commit 0f71af7
Showing 1 changed file with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,28 @@
province_code: NS
total_individual_pre_tax_income: 24_999
output:
ns_basic_personal_credits: 11_481
ns_basic_personal_credits: 11_481

- name: Person has taxable income between 25_000 and 75_000
period: 2023
input:
province_code: NS
total_individual_pre_tax_income: 27_000
output:
ns_basic_personal_credits: 11_361

- name: Person has taxable income between 25_000 and 75_000
period: 2023
input:
province_code: NS
total_individual_pre_tax_income: 70_000
output:
ns_basic_personal_credits: 8_781

- name: Person has taxable income higher than 75_000
period: 2023
input:
province_code: NS
total_individual_pre_tax_income: 76_000
output:
ns_basic_personal_credits: 8_481

0 comments on commit 0f71af7

Please sign in to comment.