-
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
New Brunswick Spouse or Common-law partner amount #492
base: master
Are you sure you want to change the base?
Conversation
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/income_cap.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/income_cap.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/income_cap.yaml
Outdated
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/income_cap.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/income_cap.yaml
Outdated
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
Fixes PolicyEngine#352
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/income_cap.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/income_cap.yaml
Outdated
Show resolved
Hide resolved
...redits/spouse_or_common_law_partner_amount/nb_spouse_and_common_law_partner_amount_credit.py
Outdated
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
...redits/spouse_or_common_law_partner_amount/nb_spouse_and_common_law_partner_amount_credit.py
Outdated
Show resolved
Hide resolved
...redits/spouse_or_common_law_partner_amount/nb_spouse_and_common_law_partner_amount_credit.py
Outdated
Show resolved
Hide resolved
spouse_income: 10_000 | ||
|
||
- name: Ineligible spouse | ||
period: 2022 |
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.
one period per test
...parameters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/test.yaml
Outdated
Show resolved
Hide resolved
...dits/spouse_or_common_law_partner_amount/nb_spouse_and_common_law_partner_amount_credit.yaml
Outdated
Show resolved
Hide resolved
...redits/spouse_or_common_law_partner_amount/nb_spouse_and_common_law_partner_amount_credit.py
Outdated
Show resolved
Hide resolved
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.
delete this
...nada/variables/gov/provinces/nb/tax/income/nb_spouse_and_common_law_partner_amount_credit.py
Outdated
Show resolved
Hide resolved
...ests/gov/provinces/nb/tax/income/credits/nb_spouse_and_common_law_partner_amount_credit.yaml
Show resolved
Hide resolved
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.
still delete this
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/max_credit.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/max_credit.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/max_credit.yaml
Outdated
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
...nada/variables/gov/provinces/nb/tax/income/nb_spouse_and_common_law_partner_amount_credit.py
Outdated
Show resolved
Hide resolved
...ests/gov/provinces/nb/tax/income/credits/nb_spouse_and_common_law_partner_amount_credit.yaml
Outdated
Show resolved
Hide resolved
...ers/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/base_amount.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/provinces/nb/tax/income/credits/spouse_or_common_law_partner_amount/max_amount.yaml
Outdated
Show resolved
Hide resolved
...nada/variables/gov/provinces/nb/tax/income/nb_spouse_and_common_law_partner_amount_credit.py
Outdated
Show resolved
Hide resolved
|
||
def formula(household, period, parameters): | ||
p = parameters(period).gov.provinces.nb.tax.income.credits.spouse_or_common_law_partner_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.
Fixes #352