tastytrade · Schema

Warrant

Warrant model

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
active boolean
cusip string
description string
instrument-type string
is-closing-only boolean
listed-market string
symbol string
View JSON Schema on GitHub

JSON Schema

instruments-Warrant.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/instruments/Warrant",
  "title": "Warrant",
  "type": "object",
  "properties": {
    "active": {
      "description": "",
      "type": "boolean"
    },
    "cusip": {
      "description": "",
      "type": "string"
    },
    "description": {
      "description": "",
      "type": "string"
    },
    "instrument-type": {
      "description": "",
      "type": "string"
    },
    "is-closing-only": {
      "description": "",
      "type": "boolean"
    },
    "listed-market": {
      "description": "",
      "type": "string"
    },
    "symbol": {
      "description": "",
      "type": "string"
    }
  },
  "description": "Warrant model"
}