cash_burn_analysis
Calculate cash burn rate and runway to determine financial sustainability and forecast remaining operational funds.
Instructions
Analyze cash burn rate and calculate runway
Input Schema
Name | Required | Description | Default |
---|---|---|---|
monthsBack | No |
Input Schema (JSON Schema)
{
"properties": {
"monthsBack": {
"default": 6,
"type": "number"
}
},
"type": "object"
}