OANDA · Schema

PositionAggregationMode

The way that position values for an Account are calculated and aggregated.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

PositionAggregationMode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PositionAggregationMode",
  "description": "The way that position values for an Account are calculated and aggregated.",
  "type": "string",
  "enum": [
    "ABSOLUTE_SUM",
    "MAXIMAL_SIDE",
    "NET_SUM"
  ]
}