generate_profit_loss_report
Generate a Profit & Loss (income statement) report in JSON format for a specified entity and optional date range.
Instructions
Generates a Profit & Loss (Income Statement) report in JSON format.
Args:
entity_name: Entity name to generate report for
start_date: Start date for the report (YYYY-MM-DD format, optional)
end_date: End date for the report (YYYY-MM-DD format, optional)
Returns:
JSON string containing the P&L report
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| start_date | No | ||
| entity_name | No | Example Company |