was present in New Zealand for at least 240 days in one rolling year immediately preceding the date of application
Citizenship Boolean DAY 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
- Int days_present_in_new_zealand_in_preceeding_year was present in New Zealand this many days in the last (rolling) year
- Int was_present_in_nz_and_entitled_to_indefinite_stay was present in New Zealand and entitled to indefinite stay
- Boolean immigration__entitled_to_indefinite_stay is entitled in terms of the Immigration Act 2009 to be in New Zealand indefinitely
- Boolean present_in_new_zealand was present in New Zealand on this day
Formulas
This is the formula used to calculate the value of citizenship__meets_preceeding_single_year_minimum_presence_requirement
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):
required_days = parameters(period).citizenship.by_grant.minimum_days_present_for_each_of_preceeding_5_years
return persons('days_present_in_new_zealand_in_preceeding_year', period) >= required_days