25Friday is required by law to have an annual leave schedule that must be completed every year until April 30th the latest, therefore, we require everyone to submit and get approval for their vacation periods before April so that we have enough time to make any necessary corrections.
As a general rule, 25Friday will not limit your choice of when to take your available leave days, however we require everyone to coordinate within their respective teams to ensure that:
If for some reason you end up not taking all of the planned leave days, you can carry over up to 2 leave days into the next year (unless special circumstances exist - if this is the case, reach out to your team coach).
As a thank you for staying with 25Friday, we have increased the default number of leave days to 23 from January 2021 onwards which will accrue an additional day of leave per year of tenure (since 2021) up to a maximum of 28 yearly leave days.
Examples:
Sílvia joined in March 2021:
David joined in January 2023:
Note that even though we call them leave days, because they will be paid and you can pick the day, these additional days are not a part of your working contract and are not applicable in case of resignation for example.
Formulas:
REFERENCE_DATE=DATE(2021; 1; 1)
START_OF_YEAR=DATE(YEAR(TODAY());1;1)
RELEVANT_DATE=MAX(REFERENCE_DATE, START_DATE)
TENURE=YEAR(START_OF_YEAR)-YEAR(START_DATE)+(MONTH(START_OF_YEAR)-MONTH(START_DATE))/12+(DAY(START_OF_YEAR)-DAY(START_DATE§))/(12*31)
EXTRA_TIME_OFF=MAX(0;MIN(5;FLOOR(TENURE;1)))