Algorithm for Occupancy Forecast

The values for generating the forecast of the expected occupancy (forecast booking) are calculated according to an algorithm.

 

If there is a variance between the booking position and the occupancy, the following adjustments are made:

    The number of the occupied rooms is increased by the difference.

    The number of the vacant rooms is reduced by the difference.

    The difference is equal to sum booking position rooms minus sum rooms occupied.

 

If the difference is negative or nil, no adjustments will be made.