analyze_basic_strategies
Evaluate one options strategy using executable quotes and European Black-Scholes estimates, from credit spreads, cash-secured puts, or covered calls for a given symbol and expiration date.
Instructions
Analyze one legacy options strategy using executable quotes and European Black-Scholes estimates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Yahoo Finance ticker symbol | |
| strategy | Yes | Options strategy: call credit spread, put credit spread, cash-secured put, or covered call | |
| width_pct | No | Target spread width as a fraction of the short strike | |
| delta_target | No | Absolute target delta for CSP/CC selection | |
| expiration_date | Yes | Expiration date in YYYY-MM-DD format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| success | Yes | ||
| provider | Yes | ||
| warnings | Yes | ||
| timestamp | Yes |