Getting Started with Hotel Spend Cap Calculation
Modified on: 2021-04-24 02:17
As part of our design update, the screenshots are currently being revised.
Overview
Hotel Spend Cap estimates how many days are left for the hotel.
How does it work?
The calculat weighted moving average daily cost using the previous 10 days' cost:

where: n = 10
EstimatedLeftDays = (Hotel Spend Cap - Cost) / AvgDailyCost
Note: The hotel will be paused if EstimatedLeftDays <= 2 by default.
Did you find it helpful? Yes No
Send feedback