option_plots
Render opaque PNG plots in the conversation. The SYNTH sample offers the market plot (dealer gamma exposure, open interest, volume and the smile by strike), the Greek ladder, and the structure comparison. Each is computed from the sample's own engine artifacts; there is no simulation or backtest for SYNTH because the hosted service has no price history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plot | No | all | |
| rate | No | ||
| expiry | No | ||
| symbol | No | SYNTH | |
| 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. |