Futures Options

View as MarkdownOpen in Claude

Symbol: String. Specify the underlying symbol of the futures option.

SecType: String. Specify FOP.

Exchange: String. Specify the exchange where the underlying is traded.

Currency: String. Specify the base currency of the futures option.

LastTradeDateOrContractMonth: String. Enter the month the contract expires. In the event there are multiple expiries in the same month, exact date must be specified.

Strike: float. Enter the strike price of the derivative.

Right: String. Enter the right, ā€œCā€ for Calls and ā€œPā€ for Puts.

Multiplier: String. Enter the multiplier of the derivative.

symbol = "GBL"
secType = "FOP"
exchange = "EUREX"
currency = "EUR"
lastTradeDateOrContractMonth = "20230224"
strike = 138
right = "C"
multiplier = "1000"