Skip to content

Commit

Permalink
update references
Browse files Browse the repository at this point in the history
  • Loading branch information
yy3187 committed May 30, 2024
1 parent 8084e87 commit 6f51269
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ metadata:
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1yt-ws/td1yt-ws-23e.pdf#page=1
- title: Worksheet for the Yukon 2022 Personal Tax Credits Return
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1yt-ws/td1yt-ws-22e.pdf#page=1
# The credit amount is not mentioned in the Yukon income tax act
# https://laws.yukon.ca/cms/images/LEGISLATION/PRINCIPAL/2002/2002-0118/2002-0118.pdf
- title: Yukon Income Tax Act, line (15)
href: https://laws.yukon.ca/cms/images/LEGISLATION/PRINCIPAL/2002/2002-0118/2002-0118.pdf#page=18
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1yt-ws/td1yt-ws-23e.pdf#page=1
- title: Worksheet for the Yukon 2022 Personal Tax Credits Return
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1yt-ws/td1yt-ws-22e.pdf#page=1
# The credit amount is not mentioned in the Yukon income tax act
# https://laws.yukon.ca/cms/images/LEGISLATION/PRINCIPAL/2002/2002-0118/2002-0118.pdf
- title: Yukon Income Tax Act, line (15)
href: https://laws.yukon.ca/cms/images/LEGISLATION/PRINCIPAL/2002/2002-0118/2002-0118.pdf#page=18
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1yt-ws/td1yt-ws-23e.pdf#page=1
- title: Worksheet for the Yukon 2022 Personal Tax Credits Return
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1yt-ws/td1yt-ws-22e.pdf#page=1
# The credit amount is not mentioned in the Yukon income tax act
# https://laws.yukon.ca/cms/images/LEGISLATION/PRINCIPAL/2002/2002-0118/2002-0118.pdf
- title: Yukon Income Tax Act, line (15)
href: https://laws.yukon.ca/cms/images/LEGISLATION/PRINCIPAL/2002/2002-0118/2002-0118.pdf#page=18
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1yt-ws/td1yt-ws-23e.pdf#page=1
- title: Worksheet for the Yukon 2022 Personal Tax Credits Return
href: https://www.canada.ca/content/dam/cra-arc/formspubs/pbg/td1yt-ws/td1yt-ws-22e.pdf#page=1
# The credit amount is not mentioned in the Yukon income tax act
# https://laws.yukon.ca/cms/images/LEGISLATION/PRINCIPAL/2002/2002-0118/2002-0118.pdf
- title: Yukon Income Tax Act, line (15)
href: https://laws.yukon.ca/cms/images/LEGISLATION/PRINCIPAL/2002/2002-0118/2002-0118.pdf#page=18
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
province_code: YT
individual_net_income: 250_000
output:
yt_basic_personal_amount_additional: 0
yt_additional_basic_personal_amount: 0

- name: Income below the income threshold and additional amount equals 0 in 2023 (edge case)
period: 2023
Expand All @@ -13,7 +13,7 @@
province_code: YT
individual_net_income: 235_675
output:
yt_basic_personal_amount_additional: 0
yt_additional_basic_personal_amount: 0

- name: Income below the income threshold and additional amount above 0 in 2023
period: 2023
Expand All @@ -22,15 +22,15 @@
province_code: YT
individual_net_income: 200_000
output:
yt_basic_personal_amount_additional: 751
yt_additional_basic_personal_amount: 751

- name: Income above the income threshold but additional amount below 0 in 2022
period: 2022
input:
province_code: YT
individual_net_income: 250_000
output:
yt_basic_personal_amount_additional: 0
yt_additional_basic_personal_amount: 0

- name: Income below the income threshold and additional amount equals 0 in 2022 (edge case)
period: 2022
Expand All @@ -39,7 +39,7 @@
province_code: YT
individual_net_income: 221_708
output:
yt_basic_personal_amount_additional: 0
yt_additional_basic_personal_amount: 0

- name: Income below the income threshold and additional amount above 0 in 2022
period: 2022
Expand All @@ -48,4 +48,4 @@
province_code: YT
individual_net_income: 200_000
output:
yt_basic_personal_amount_additional: 551.5
yt_additional_basic_personal_amount: 551.5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from policyengine_canada.model_api import *


class yt_basic_personal_amount_additional(Variable):
class yt_additional_basic_personal_amount(Variable):
value_type = float
entity = Person
label = "Yukon additional basic personal amount"
Expand Down

0 comments on commit 6f51269

Please sign in to comment.