addedOutput schema / $defs / UsAssetOverview
Added value: +{
+ "properties": {
+ "account_type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cash_buy_power": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cash_list": {
+ "items": {
+ "$ref": "#/$defs/UsCashPosition"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "crypto_list": {
+ "items": {
+ "$ref": "#/$defs/UsCryptoPosition"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "multi_leg": {},
+ "option_list": {
+ "items": {
+ "$ref": "#/$defs/UsOptionPosition"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "overnight_buy_power": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "stock_list": {
+ "items": {
+ "$ref": "#/$defs/UsStockPosition"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}
addedOutput schema / $defs / UsCashPosition
Added value: +{
+ "properties": {
+ "currency": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "frozen_buy_cash": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "outstanding": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "settled_cash": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total_amount": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total_cash": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}
addedOutput schema / $defs / UsCryptoPosition
Added value: +{
+ "properties": {
+ "average_cost": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "symbol": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}
addedOutput schema / $defs / UsOptionPosition
Added value: +{
+ "properties": {
+ "average_cost": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "due_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "market_price": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "position_side": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "quantity": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "strike_price": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "symbol": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "today_pl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "underlying_code": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}
addedOutput schema / $defs / UsStockPosition
Added value: +{
+ "properties": {
+ "average_cost": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "industry_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "last_done": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "market": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "market_price": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "position_side": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "prev_close": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "quantity": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "symbol": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "today_pl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / us_asset_overview
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/$defs/UsAssetOverview"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}