student means a person who is enrolled or intends to enrol in a recognised course of study
Student Allowance Boolean MONTH Person Formula Included used 0 timesValue type Boolean . Default value false Entity person
How is this calculated?
To calculate this variable, the following input is used
- Boolean student_allowance__is_secondary_student is a secondary student
- Boolean student_allowance__is_tertiary_student is a tertiary student
Formulas
This is the formula used to calculate the value of student_allowance__is_a_student
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):
return persons('student_allowance__is_tertiary_student', period) + persons('student_allowance__is_secondary_student', period)