Skip to content

Commit

Permalink
Nova Scotia Pension Income Amount
Browse files Browse the repository at this point in the history
Fixes #473
Add details of reference
  • Loading branch information
okeyiii committed Jan 10, 2024
1 parent 4715eb6 commit 612665f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
period: year
label: Nova Scotia pension income amount cap
reference:
- title: 2022 Nova Scotia Personal Tax Credits Return
- title: 2022 Nova Scotia Personal Tax Credits Return Line 3
href: https://hr.acadiau.ca/files/sites/hr/Payroll/Pensions%20&%20Benefits/NS_TD1_2022.pdf#page=1
- title: 2022 Worksheet NS428
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/5003-c/5003-c-22e.pdf#page=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ class ns_pension_income_amount(Variable):
)

def formula(person, period, parameters):
cap = parameters(
p = parameters(
period
).gov.provinces.ns.tax.income.credits.pension_income_amount.cap
).gov.provinces.ns.tax.income.credits.pension_income_amount

cap = p.cap

pension_income_amount = person(
"pension_and_savings_plan_income", period
)
Expand Down

0 comments on commit 612665f

Please sign in to comment.