OANDA · Schema

AccountFinancingMode

The financing mode of an Account

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

AccountFinancingMode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AccountFinancingMode",
  "description": "The financing mode of an Account",
  "type": "string",
  "enum": [
    "NO_FINANCING",
    "SECOND_BY_SECOND",
    "DAILY"
  ]
}