tastytrade · Schema
TradingStatus
TradingStatus model
FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| account-number | string | |
| are-deep-itm-carry-options-enabled | boolean | |
| are-far-otm-net-options-restricted | boolean | |
| are-options-values-restricted-to-nlv | boolean | |
| are-single-tick-expiring-hedges-ignored | boolean | |
| autotrade-account-type | string | |
| clearing-account-number | string | |
| clearing-aggregation-identifier | string | |
| cmta-override | integer | |
| day-trade-count | integer | |
| enhanced-fraud-safeguards-enabled-at | string | |
| equities-margin-calculation-type | string | |
| ext-crm-id | string | |
| fee-schedule-name | string | |
| futures-margin-rate-multiplier | number | |
| has-intraday-equities-margin | boolean | |
| is-aggregated-at-clearing | boolean | |
| is-ascend-event-contracts-enabled | boolean | |
| is-closed | boolean | |
| is-closing-only | boolean | |
| is-cryptocurrency-closing-only | boolean | |
| is-cryptocurrency-enabled | boolean | |
| is-equity-offering-closing-only | boolean | |
| is-equity-offering-enabled | boolean | |
| is-frozen | boolean | |
| is-full-equity-margin-required | boolean | |
| is-futures-closing-only | boolean | |
| is-futures-enabled | boolean | |
| is-futures-intra-day-enabled | boolean | |
| is-in-day-trade-equity-maintenance-call | boolean | |
| is-in-margin-call | boolean | |
| is-non-retail | boolean | |
| is-pattern-day-trader | boolean | |
| is-portfolio-margin-enabled | boolean | |
| is-risk-reducing-only | boolean | |
| is-roll-the-day-forward-enabled | boolean | |
| is-small-notional-futures-intra-day-enabled | boolean | |
| options-level | string | |
| pdt-reset-on | string | |
| short-calls-enabled | boolean | |
| small-notional-futures-margin-rate-multiplier | number | |
| updated-at | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://developer.tastytrade.com/schemas/account-status/TradingStatus",
"title": "TradingStatus",
"type": "object",
"properties": {
"id": {
"description": "",
"type": "integer",
"format": "int32"
},
"account-number": {
"description": "",
"type": "string"
},
"are-deep-itm-carry-options-enabled": {
"description": "",
"type": "boolean"
},
"are-far-otm-net-options-restricted": {
"description": "",
"type": "boolean"
},
"are-options-values-restricted-to-nlv": {
"description": "",
"type": "boolean"
},
"are-single-tick-expiring-hedges-ignored": {
"description": "",
"type": "boolean"
},
"autotrade-account-type": {
"description": "",
"type": "string"
},
"clearing-account-number": {
"description": "",
"type": "string"
},
"clearing-aggregation-identifier": {
"description": "",
"type": "string"
},
"cmta-override": {
"description": "",
"type": "integer",
"format": "int32"
},
"day-trade-count": {
"description": "",
"type": "integer",
"format": "int32"
},
"enhanced-fraud-safeguards-enabled-at": {
"description": "",
"type": "string",
"format": "date-time"
},
"equities-margin-calculation-type": {
"description": "",
"type": "string"
},
"ext-crm-id": {
"description": "",
"type": "string"
},
"fee-schedule-name": {
"description": "",
"type": "string"
},
"futures-margin-rate-multiplier": {
"description": "",
"type": "number",
"format": "double"
},
"has-intraday-equities-margin": {
"description": "",
"type": "boolean"
},
"is-aggregated-at-clearing": {
"description": "",
"type": "boolean"
},
"is-ascend-event-contracts-enabled": {
"description": "",
"type": "boolean"
},
"is-closed": {
"description": "",
"type": "boolean"
},
"is-closing-only": {
"description": "",
"type": "boolean"
},
"is-cryptocurrency-closing-only": {
"description": "",
"type": "boolean"
},
"is-cryptocurrency-enabled": {
"description": "",
"type": "boolean"
},
"is-equity-offering-closing-only": {
"description": "",
"type": "boolean"
},
"is-equity-offering-enabled": {
"description": "",
"type": "boolean"
},
"is-frozen": {
"description": "",
"type": "boolean"
},
"is-full-equity-margin-required": {
"description": "",
"type": "boolean"
},
"is-futures-closing-only": {
"description": "",
"type": "boolean"
},
"is-futures-enabled": {
"description": "",
"type": "boolean"
},
"is-futures-intra-day-enabled": {
"description": "",
"type": "boolean"
},
"is-in-day-trade-equity-maintenance-call": {
"description": "",
"type": "boolean"
},
"is-in-margin-call": {
"description": "",
"type": "boolean"
},
"is-non-retail": {
"description": "",
"type": "boolean"
},
"is-pattern-day-trader": {
"description": "",
"type": "boolean"
},
"is-portfolio-margin-enabled": {
"description": "",
"type": "boolean"
},
"is-risk-reducing-only": {
"description": "",
"type": "boolean"
},
"is-roll-the-day-forward-enabled": {
"description": "",
"type": "boolean"
},
"is-small-notional-futures-intra-day-enabled": {
"description": "",
"type": "boolean"
},
"options-level": {
"description": "",
"type": "string"
},
"pdt-reset-on": {
"description": "",
"type": "string",
"format": "date"
},
"short-calls-enabled": {
"description": "",
"type": "boolean"
},
"small-notional-futures-margin-rate-multiplier": {
"description": "",
"type": "number",
"format": "double"
},
"updated-at": {
"description": "",
"type": "string",
"format": "date-time"
}
},
"description": "TradingStatus model"
}