spread_vertical
Analyze vertical option spreads (bull/bear call/put) by providing symbol, expiry, option type, and long/short strikes to assess risk and reward.
Instructions
Analyze vertical spread (bull/bear call/put spread).
Args: symbol: Ticker symbol expiry: Expiration date (YYYY-MM-DD) option_type: 'call' or 'put' long_strike: Strike price for long leg short_strike: Strike price for short leg
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expiry | Yes | ||
| symbol | Yes | ||
| long_strike | Yes | ||
| option_type | Yes | ||
| short_strike | Yes |