StoneX · JSON-LD Context

Stonex Context

JSON-LD context defining the semantic vocabulary for Stonex from StoneX.

25 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

stonex: https://www.stonex.com/vocab#
fibo: https://spec.edmcouncil.org/fibo/ontology/

Classes

Payment ClearingAccount Trade Position Balance Beneficiary FxRate sell_currency buy_currency exchange_rate buy_amount payment_reference value_date bank_code account_number cash_balance margin_used margin_available unrealized_pnl realized_pnl name status currency country created_at

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "stonex": "https://www.stonex.com/vocab#",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",

    "Payment": "stonex:Payment",
    "ClearingAccount": "stonex:ClearingAccount",
    "Trade": "stonex:Trade",
    "Position": "stonex:Position",
    "Balance": "stonex:Balance",
    "Beneficiary": "stonex:Beneficiary",
    "FxRate": "stonex:FxRate",

    "sell_currency": "stonex:sellCurrency",
    "buy_currency": "stonex:buyCurrency",
    "exchange_rate": "stonex:exchangeRate",
    "buy_amount": "stonex:buyAmount",
    "payment_reference": "stonex:paymentReference",
    "value_date": "stonex:valueDate",
    "bank_code": "stonex:bankCode",
    "account_number": "stonex:accountNumber",
    "cash_balance": "stonex:cashBalance",
    "margin_used": "stonex:marginUsed",
    "margin_available": "stonex:marginAvailable",
    "unrealized_pnl": "stonex:unrealizedPnl",
    "realized_pnl": "stonex:realizedPnl",

    "name": "name",
    "status": "stonex:status",
    "currency": "currency",
    "country": "addressCountry",
    "created_at": "dateCreated"
  }
}