OANDA · Schema

TradePL

The classification of TradePLs.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

TradePL.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TradePL",
  "description": "The classification of TradePLs.",
  "type": "string",
  "enum": [
    "POSITIVE",
    "NEGATIVE",
    "ZERO"
  ]
}