forked from PolicyEngine/policyengine-canada
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manitoba Education Property Tax Credit
Fixes PolicyEngine#418 tests need to be modified
- Loading branch information
Showing
5 changed files
with
44 additions
and
29 deletions.
There are no files selected for viewing
36 changes: 24 additions & 12 deletions
36
...income/credits/education_property_tax_credit/mb_education_property_tax_credit_amount.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,23 +1,35 @@ | ||
- name: Education property tax credit with eligible age amount | ||
period: 2022 | ||
input: | ||
province_code: MB | ||
education_property_tax_received: 2_000 | ||
net_school_tax: 3_000 | ||
age: 70 | ||
adjusted_family_net_income: 100_000 | ||
days_owning_education_property: 1_825 | ||
people: | ||
head: | ||
age: 70 | ||
spouse: | ||
age: 72 | ||
household: | ||
members: [head, spouse] | ||
province_code: MB | ||
education_property_tax_received: 2_000 | ||
net_school_tax: 3_000 | ||
adjusted_family_net_income: 100_000 | ||
days_owning_education_property: 1_825 | ||
output: | ||
mb_education_property_tax_credit_amount: 187.5 | ||
|
||
- name: Education property tax credit with ineligible age amount | ||
period: 2022 | ||
input: | ||
province_code: MB | ||
education_property_tax_received: 2_000 | ||
net_school_tax: 3_000 | ||
age: 60 | ||
adjusted_family_net_income: 100_000 | ||
days_owning_education_property: 365 | ||
people: | ||
head: | ||
age: 60 | ||
spouse: | ||
age: 62 | ||
household: | ||
members: [head, spouse] | ||
province_code: MB | ||
education_property_tax_received: 2_000 | ||
net_school_tax: 3_000 | ||
adjusted_family_net_income: 100_000 | ||
days_owning_education_property: 1_825 | ||
output: | ||
mb_education_property_tax_credit_amount: 187.5 |
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
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