Has lodged a claim with the Corporation
Acc Boolean ETERNITY Person Formula Included used 2 timesValue type Boolean . Default value false Entity person
Where is this used?
This variable is referred to by these other variables in their own calculations
- Boolean acc__fullfils_purpose_of_act The purpose of this Act is to enhance the public good and reinforce the social contract represented by the first accident compensation scheme by providing for a fair and sustainable scheme for managing personal injury that has, as its overriding goals, minimising both the overall incidence of injury in the community, and the impact of injury on the community (including economic, social, and personal costs),
- Boolean acc__sched_1__lope_eligible Corporation determination of incapacity
Formulas
This is the formula used to calculate the value of acc__part_3__has_lodged_claim
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('acc__lodged_claim_for_cover_for_personal_injury', period)
+ persons('acc__lodged_claim_for_cover_and_specified_entitlement_for_personal_injury', period)
+ persons('acc__assessed_as_having_a_need_caused_by_this_covered_injury', period)
)