open_option_positions_with_details
Retrieve current open option positions with detailed information including option type, strike price, and underlying symbol.
Instructions
Gets currently open option positions with enriched details including call/put type.
This enhanced version includes complete option instrument details for each position:
- option_type: "call" or "put"
- strike_price: Strike price of the option
- option_symbol: OCC option symbol
- tradability: Trading status
- state: Option state (active, expired, etc.)
- underlying_symbol: Underlying stock symbol
- enrichment_success_rate: Percentage of positions successfully enriched
Use this instead of open_option_positions() when you need complete option details.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||