expense_cash_flow_impact
Analyze how pending expenses affect future cash flow over a specified period to forecast financial impact and support budgeting decisions.
Instructions
Analyze cash flow impact of pending expenses
Input Schema
Name | Required | Description | Default |
---|---|---|---|
daysAhead | No |
Input Schema (JSON Schema)
{
"properties": {
"daysAhead": {
"default": 30,
"type": "number"
}
},
"type": "object"
}