tastytrade · Schema
Equity
Equity model
FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket
Properties
| Name | Type | Description |
|---|---|---|
| active | boolean | |
| borrow-rate | number | |
| bypass-manual-review | boolean | |
| country-of-incorporation | string | |
| country-of-taxation | string | |
| description | string | |
| halted-at | string | |
| instrument-sub-type | string | |
| instrument-type | string | |
| is-closing-only | boolean | |
| is-etf | boolean | |
| is-fractional-quantity-eligible | boolean | |
| is-illiquid | boolean | |
| is-index | boolean | |
| is-options-closing-only | boolean | |
| lendability | string | |
| listed-market | string | |
| market-time-instrument-collection | string | |
| overnight-trading-permitted | boolean | |
| short-description | string | |
| stops-trading-at | string | |
| streamer-symbol | string | |
| symbol | string | |
| underlying-product-type | string | |
| option-tick-sizes | object | |
| tick-sizes | object |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://developer.tastytrade.com/schemas/instruments/Equity",
"title": "Equity",
"type": "object",
"properties": {
"active": {
"description": "",
"type": "boolean"
},
"borrow-rate": {
"description": "",
"type": "number",
"format": "double"
},
"bypass-manual-review": {
"description": "",
"type": "boolean"
},
"country-of-incorporation": {
"description": "",
"type": "string"
},
"country-of-taxation": {
"description": "",
"type": "string"
},
"description": {
"description": "",
"type": "string"
},
"halted-at": {
"description": "",
"type": "string",
"format": "date-time"
},
"instrument-sub-type": {
"description": "",
"type": "string"
},
"instrument-type": {
"description": "",
"type": "string"
},
"is-closing-only": {
"description": "",
"type": "boolean"
},
"is-etf": {
"description": "",
"type": "boolean"
},
"is-fractional-quantity-eligible": {
"description": "",
"type": "boolean"
},
"is-illiquid": {
"description": "",
"type": "boolean"
},
"is-index": {
"description": "",
"type": "boolean"
},
"is-options-closing-only": {
"description": "",
"type": "boolean"
},
"lendability": {
"description": "",
"type": "string"
},
"listed-market": {
"description": "",
"type": "string"
},
"market-time-instrument-collection": {
"description": "",
"type": "string"
},
"overnight-trading-permitted": {
"description": "",
"type": "boolean"
},
"short-description": {
"description": "",
"type": "string"
},
"stops-trading-at": {
"description": "",
"type": "string",
"format": "date-time"
},
"streamer-symbol": {
"description": "",
"type": "string"
},
"symbol": {
"description": "",
"type": "string"
},
"underlying-product-type": {
"description": "",
"type": "string"
},
"option-tick-sizes": {
"description": "",
"type": "object",
"properties": {
"symbol": {
"description": "",
"type": "string"
},
"threshold": {
"description": "",
"type": "number",
"format": "double"
},
"value": {
"description": "",
"type": "number",
"format": "double"
}
}
},
"tick-sizes": {
"description": "",
"type": "object",
"properties": {
"symbol": {
"description": "",
"type": "string"
},
"threshold": {
"description": "",
"type": "number",
"format": "double"
},
"value": {
"description": "",
"type": "number",
"format": "double"
}
}
}
},
"description": "Equity model"
}