balance_sheet
Generate a balance sheet for a specific date, listing assets, liabilities, and equity with account breakdowns. Maintains A = L + E, treating unrealized P&L as synthetic equity.
Instructions
Generate a balance sheet as of a specific date.
Shows assets, liabilities, and equity with account breakdowns. A = L + E holds by construction; non-zero unrealized P&L appears as a synthetic equity row.
Args:
as_of_date: Date in ISO format (YYYY-MM-DD). Defaults to
today — matching get_book_summary's implicit
cutoff so cross-tool comparisons agree without
threading the same date into both calls. Pass an
explicit date for historical snapshots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |