Skip to content

Commit

Permalink
Update formula to use weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga authored and bonjourmauko committed Jul 28, 2022
1 parent cd2259f commit 12e0c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfisca_country_template/variables/benefits.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

# Import from openfisca-core the Python objects used to code the legislation in OpenFisca
from openfisca_core.periods import MONTH
from openfisca_core.periods import MONTH, WEEK
from openfisca_core.variables import Variable

# Import the Entities specifically defined for this tax and benefit system
Expand Down Expand Up @@ -91,7 +91,7 @@ def formula(person, period, parameters):
class parenting_allowance(Variable):
value_type = float
entity = Household
definition_period = MONTH
definition_period = WEEK
label = "Allowance for low income people with children to care for."
documentation = "Loosely based on the Australian parenting pension."
reference = "https://www.servicesaustralia.gov.au/individuals/services/centrelink/parenting-payment/who-can-get-it"
Expand Down

0 comments on commit 12e0c08

Please sign in to comment.