Skip to content

Commit

Permalink
Yukon Medical Expenses
Browse files Browse the repository at this point in the history
  • Loading branch information
sqw0418 committed Jul 31, 2023
1 parent 6fc5ef6 commit 220ef6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- bump: minor
changes:
added:
- Yukon Medical Expenses
- Yukon medical expense credit.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from policyengine_canada.model_api import *


class household_medical_expenses(Variable):
class medical_expenses(Variable):
value_type = float
entity = Household
label = "Household medical expenses"
Expand Down

0 comments on commit 220ef6b

Please sign in to comment.