schwab_order_option_credit_spread
Create a vertical credit spread option order by specifying the short and long legs, net credit, and quantity. Choose CALL for bear spread or PUT for bull spread.
Instructions
Place a vertical credit spread option order.
For CALL: bear call spread. For PUT: bull put spread.
Args:
account_hash: Account hash from schwab_account_numbers
option_type: "CALL" or "PUT"
short_symbol: OCC symbol for the leg you sell (collects premium)
long_symbol: OCC symbol for the hedge/protective leg
quantity: Number of spread contracts
net_credit: Net credit received as a string (e.g. "2.00")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_hash | Yes | ||
| option_type | Yes | ||
| short_symbol | Yes | ||
| long_symbol | Yes | ||
| quantity | Yes | ||
| net_credit | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||