Is in a de facto relationship?
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
- Boolean property_relationships__is_in_de_facto_relationship in a de facto relationship, a relationship between 2 persons (whether a man and a woman, or a man and a man, or a woman and a woman)
Where is this used?
This variable is referred to by these other variables in their own calculations
- Boolean is_married_or_in_a_civil_union_or_de_facto_relationship He or she is married, or in a civil union or de facto relationship
Formulas
This is the formula used to calculate the value of is_in_de_facto_relationship
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('property_relationships__is_in_de_facto_relationship', period)