-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saskatchewan Basic Personal Amount #412
base: master
Are you sure you want to change the base?
Conversation
…-canada into Snownow0w/issue410
defined_for = ProvinceCode.SK | ||
|
||
def formula(person, period, parameters): | ||
p = parameters( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to check for is_head
@@ -0,0 +1,12 @@ | |||
description: Saskatchewan provides the this Basic Personal Amount. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All employed individuals and pensioners in Saskatchewan can claim this amount for Personal Tax Credits Return.
@@ -0,0 +1,7 @@ | |||
- name: Every person employed in Saskatchewan and every pensioner residing in Saskatchewan can claim this amount. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Saskatchewan Personal Tax Credits Return - Basic personal amount
period: year | ||
label: Saskatchewan Basic Personal Amount | ||
reference: | ||
- title: 2023 Saskatchewan Personal Tax Credit Return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2023 Saskatchewan Personal Tax Credit Return, Section 1
label: Saskatchewan Basic Personal Amount | ||
reference: | ||
- title: 2023 Saskatchewan Personal Tax Credit Return | ||
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1sk/td1sk-23e.pdf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1sk/td1sk-23e.pdf | |
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1sk/td1sk-23e.pdf#page=1 |
Fixes #410