## Minimum Stock Level
The Minimum Stock is the least amount of stock available at any point of time during normal operations — typically just before a fresh order arrives, after average consumption during average lead time.
### Formula
$$\text{Minimum Stock} = \text{Re-Order Level} - (\text{Average Consumption} \times \text{Average Lead Time})$$
### Logic
- Stock was at ROL when we placed the order.
- On average, avg consumption × avg lead time is used during the wait.
- What's left is the minimum buffer the firm should target.