Trading 212 · Schema

InvestmentResult

Trading 212 InvestmentResult schema

InvestingFinanceTradingStocksPortfolioCommission-FreeISA

Properties

Name Type Description
priceAvgInvestedValue number
priceAvgResult number
priceAvgResultCoef number
priceAvgValue number
View JSON Schema on GitHub

JSON Schema

InvestmentResult.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/InvestmentResult.json",
  "title": "InvestmentResult",
  "description": "Trading 212 InvestmentResult schema",
  "properties": {
    "priceAvgInvestedValue": {
      "type": "number"
    },
    "priceAvgResult": {
      "type": "number"
    },
    "priceAvgResultCoef": {
      "type": "number"
    },
    "priceAvgValue": {
      "type": "number"
    }
  },
  "type": "object"
}