-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #473 rename max_amount to cap and add one more test
- Loading branch information
Showing
4 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- bump: minor | ||
changes: | ||
added: | ||
- Nova Scotia pension income amount. | ||
- Nova Scotia pension income amount. |
9 changes: 5 additions & 4 deletions
9
...its/pension_income_amount/max_amount.yaml → ...me/credits/pension_income_amount/cap.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
description: Nova Scotia max amount for pension income amount. | ||
description: Nova Scotia caps the pension income amount at this amount. | ||
values: | ||
2022-01-01: 1_173 | ||
2017-01-01: 1_173 | ||
metadata: | ||
unit: currency-CAD | ||
label: Nova Scotia pension income amount max amount | ||
period: year | ||
label: Nova Scotia pension income amount cap | ||
reference: | ||
- title: 2022 Nova Scotia Personal Tax Credits Return | ||
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 | ||
- title: Nova Scotia income tax act - subdivision c - Deduction for employment out of Canada | ||
- title: Nova Scotia income tax act - subdivision c - Deduction for employment out of Canada - 10H | ||
href: https://nslegislature.ca/sites/default/files/legc/statutes/income%20tax.pdf#page=28 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters