tastytrade · Schema
FutureOptionProduct
FutureOptionProduct model
FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket
Properties
| Name | Type | Description |
|---|---|---|
| cash-settled | boolean | |
| code | string | |
| display-factor | number | |
| exchange | string | |
| expiration-type | string | |
| is-am-settled | boolean | |
| itm-rule | string | |
| market-sector | string | |
| product-subtype | string | |
| product-type | string | |
| root-symbol | string | |
| settlement-delay-days | integer | |
| supported | boolean |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://developer.tastytrade.com/schemas/instruments/FutureOptionProduct",
"title": "FutureOptionProduct",
"type": "object",
"properties": {
"cash-settled": {
"description": "",
"type": "boolean"
},
"code": {
"description": "",
"type": "string"
},
"display-factor": {
"description": "",
"type": "number",
"format": "double"
},
"exchange": {
"description": "",
"type": "string"
},
"expiration-type": {
"description": "",
"type": "string"
},
"is-am-settled": {
"description": "",
"type": "boolean"
},
"itm-rule": {
"description": "",
"type": "string"
},
"market-sector": {
"description": "",
"type": "string"
},
"product-subtype": {
"description": "",
"type": "string"
},
"product-type": {
"description": "",
"type": "string"
},
"root-symbol": {
"description": "",
"type": "string"
},
"settlement-delay-days": {
"description": "",
"type": "integer",
"format": "int32"
},
"supported": {
"description": "",
"type": "boolean"
}
},
"description": "FutureOptionProduct model"
}