Skip to content
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

Manitoba Renters Tax Credit #423

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

laviniawo
Copy link
Contributor

Fixes #419
Tests to be done
awaits issue#418 to be approved

"months_living_in_rentals", period
)

renters_tax_credit_amount = (
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
renters_tax_credit_amount = (
return (

)

age_eligible_credit = age_eligible * (
(p.base_amount - max_amount_allowed) / p.months_in_year
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use mask for dividing by 0

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we assume that 12 months have been rented - dont need this condition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Manitoba Renters Tax Credit
3 participants