Skip to content

Commit

Permalink
Nova Scotia Spouse or Common-law Partner Amount
Browse files Browse the repository at this point in the history
Fixes PolicyEngine#475
Add test cases
  • Loading branch information
okeyiii committed Dec 24, 2023
1 parent 6e88be7 commit 73d6c6b
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,21 @@
output:
ns_spouse_and_common_law_partner_amount_credit: 1

- name: House hold with spouse income between (848, 9_329) 2
period: 2023
input:
people:
spouse:
spouse_income: 9_000
head:
spouse_income: 0
household:
members: [head, spouse]
province_code: NS
is_married: true
output:
ns_spouse_and_common_law_partner_amount_credit: 329

- name: House hold with spouse income is 9_329
period: 2023
input:
Expand Down

0 comments on commit 73d6c6b

Please sign in to comment.