Cash Flow Forecast
finance_cash_flow_forecastProject daily cash flow by combining starting balance with detected recurring income and bills. Returns a day-by-day balance forecast and identifies the lowest cash point.
Instructions
Project cash flow over the next N days from detected recurring bills (outflows) and recurring income (inflows, cadence-aware). Args: starting_balance (current available cash; default 0), window_days (7-90, default 30). Returns a day-by-day projection with the running balance and a flag for the lowest point. Note: starting_balance isn't in the CSV — pass your real current balance for an accurate low-point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window_days | No | ||
| starting_balance | No | Current available cash to project from |