Trading 212 · Schema

ReportDataIncluded

Trading 212 ReportDataIncluded schema

InvestingFinanceTradingStocksPortfolioCommission-FreeISA

Properties

Name Type Description
includeDividends boolean
includeInterest boolean
includeOrders boolean
includeTransactions boolean
View JSON Schema on GitHub

JSON Schema

ReportDataIncluded.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/ReportDataIncluded.json",
  "title": "ReportDataIncluded",
  "description": "Trading 212 ReportDataIncluded schema",
  "properties": {
    "includeDividends": {
      "type": "boolean"
    },
    "includeInterest": {
      "type": "boolean"
    },
    "includeOrders": {
      "type": "boolean"
    },
    "includeTransactions": {
      "type": "boolean"
    }
  },
  "type": "object"
}