tax_projection_scenarios
Generate tax projections for different income and expense scenarios to forecast tax liabilities and plan financial strategies.
Instructions
Generate tax projections under different income scenarios
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entityId | Yes | ||
scenarios | Yes | Scenarios with revenue and expenses |
Input Schema (JSON Schema)
{
"properties": {
"entityId": {
"type": "string"
},
"scenarios": {
"description": "Scenarios with revenue and expenses",
"type": "object"
}
},
"required": [
"entityId",
"scenarios"
],
"type": "object"
}