schwab_order_option_debit_spread
Place a vertical debit spread option order for bull call or bear put spreads, specifying option type, long/short OCC symbols, quantity, and net debit.
Instructions
Place a vertical debit spread option order.
For CALL: bull call spread. For PUT: bear put spread.
Args:
account_hash: Account hash from schwab_account_numbers
option_type: "CALL" or "PUT"
long_symbol: OCC symbol for the leg you buy (main directional position)
short_symbol: OCC symbol for the hedge/short leg
quantity: Number of spread contracts
net_debit: Net debit paid as a string (e.g. "3.00")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_hash | Yes | ||
| option_type | Yes | ||
| long_symbol | Yes | ||
| short_symbol | Yes | ||
| quantity | Yes | ||
| net_debit | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||