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.