Skip to content

Commit da5393b

Browse files
committed
Add max_free_entitlement_hours_used
1 parent 03b6ece commit da5393b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from policyengine_uk.model_api import *
2+
3+
4+
class max_free_entitlement_hours_used(Variable):
5+
value_type = float
6+
entity = Person
7+
label = "maximum hours of free childcare entitlement used"
8+
documentation = "The maximum weekly hours of free childcare entitlement used by the person"
9+
definition_period = WEEK
10+
default_value = 30

0 commit comments

Comments
 (0)