Is a person qualified under the family scheme age parameters
Family Scheme Boolean MONTH Person Formula Included used 1 timeValue type Boolean . Default value false Entity person
How is this calculated?
To calculate this variable, the following input is used
- Int age The age of a Person (in years)
- Date date_of_birth Birth date
Where is this used?
This variable is referred to by these other variables in their own calculations
- Boolean family_scheme__base_qualifies Is a person qualified as eligible under the family scheme
Formulas
This is the formula used to calculate the value of family_scheme__caregiver_age_qualifies
0001-01-01
This formula is used for scenarios from the date 0001-01-01 onwards. More info on formulas
def formula(persons, period, parameters):
print(period)
print(period.start)
return persons('age', period.start) >= parameters(period).entitlements.income_tax.family_scheme.principal_caregiver_age_threshold