option_report_plots
Return the market map, Greek ladder, strategy comparison and up to three requested payoff charts in ONE widget. Prefer this tool for multi-chart reports instead of parallel individual plot calls. Includes strategy_records, Greek units, scenarios and cost assumptions. Use those records for tables; never invent currency or a multiplier. Uses SYNTH or a user-supplied chain; never fetches live data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | ||
| expiry | No | ||
| symbol | No | SYNTH | |
| strategies | No | ||
| data_source | No | ||
| source_data | No | ||
| source_text | No | ||
| source_format | No | ||
| dividend_yield | No | ||
| rights_confirmed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | ||
| expiry | Yes | Option expiry, when available. | |
| images | No | The returned images, for the inline plot app. | |
| warning | Yes | Data and financial-risk warning. | |
| strategy | Yes | Requested strategy for a payoff plot, when applicable. | |
| data_mode | Yes | Whether the figures are synthetic or user supplied. | |
| plot_types | Yes | Plot names in the same order as the image content. | |
| underlying | Yes | Underlying shown by the plots. | |
| captured_at | Yes | Snapshot or fixture timestamp, when available. | |
| data_source | Yes | Named source used for the figures. | |
| diagnostics | No | ||
| expiry_note | No | Set when the requested expiry is not the one the figures are for. | |
| image_count | Yes | Number of returned PNG images. | |
| strategy_records | No | Exact plotted engine records. Use these for tables; do not infer values from images. |