-
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 Tuition and Education Amount #445
base: master
Are you sure you want to change the base?
Conversation
...ada/variables/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tuition_credit_amount.py
Outdated
Show resolved
Hide resolved
...ada/variables/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tuition_credit_amount.py
Outdated
Show resolved
Hide resolved
...ada/variables/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tuition_credit_amount.py
Outdated
Show resolved
Hide resolved
...ada/variables/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tuition_credit_amount.py
Outdated
Show resolved
Hide resolved
...ada/variables/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tuition_credit_amount.py
Outdated
Show resolved
Hide resolved
...s/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tax_on_taxable_income_threshold.yaml
Outdated
Show resolved
Hide resolved
...ngine_canada/parameters/gov/provinces/nb/tax/income/credits/tuition_amount/eligible_age.yaml
Outdated
Show resolved
Hide resolved
...ngine_canada/variables/gov/provinces/nb/tax/income/credits/tuition_amount/nb_age_eligible.py
Outdated
Show resolved
Hide resolved
...ngine_canada/variables/gov/provinces/nb/tax/income/credits/tuition_amount/nb_age_eligible.py
Outdated
Show resolved
Hide resolved
...e_canada/variables/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tuition_eligible.py
Outdated
Show resolved
Hide resolved
...iables/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tuition_credit_amount_income.py
Outdated
Show resolved
Hide resolved
...meters/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tax_on_taxable_income_rate.yaml
Outdated
Show resolved
Hide resolved
...s/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tax_on_taxable_income_threshold.yaml
Outdated
Show resolved
Hide resolved
...meters/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tax_on_taxable_income_rate.yaml
Outdated
Show resolved
Hide resolved
...ngine_canada/parameters/gov/provinces/nb/tax/income/credits/tuition_amount/eligible_age.yaml
Outdated
Show resolved
Hide resolved
...ngine_canada/parameters/gov/provinces/nb/tax/income/credits/tuition_amount/eligible_age.yaml
Show resolved
Hide resolved
...e_canada/parameters/gov/provinces/nb/tax/income/credits/tuition_amount/income_threshold.yaml
Outdated
Show resolved
Hide resolved
...e_canada/parameters/gov/provinces/nb/tax/income/credits/tuition_amount/income_threshold.yaml
Outdated
Show resolved
Hide resolved
...ine_canada/variables/gov/provinces/nb/tax/income/credits/tuition_amount/nb_tuition_credit.py
Outdated
Show resolved
Hide resolved
policyengine_canada/parameters/gov/provinces/nb/tax/income/credits/tuition_amount/rate.yaml
Outdated
Show resolved
Hide resolved
policyengine_canada/parameters/gov/provinces/nb/tax/income/credits/tuition_amount/rate.yaml
Outdated
Show resolved
Hide resolved
..._canada/parameters/gov/provinces/nb/tax/income/credits/tuition_amount/tuition_threshold.yaml
Outdated
Show resolved
Hide resolved
..._canada/parameters/gov/provinces/nb/tax/income/credits/tuition_amount/tuition_threshold.yaml
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,34 @@ | |||
description: New Brunswick phases taxable income out for tuition amount at this rate, based on taxable income. |
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.
@PavelMakarchuk Hi Pavel, I got a question here. I double checked the form, the following brackets is used to calculate the tax on taxable income, shall we use "phase out" here? Since "phase out" is about with income increases and then credits decrease, this part doesn't directly relate to the credit, it's one step of the calculation.
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.
I think we can use nb_income_tax_before_credits
for the line 8 amount which then is divided by 9.4%
Need to include the case that if under 44,... we include the total taxable income
Fixes #292