Trading 212 · Schema

FillWalletImpact

Trading 212 FillWalletImpact schema

InvestingFinanceTradingStocksPortfolioCommission-FreeISA

Properties

Name Type Description
currency string
fxRate number
netValue number
realisedProfitLoss number
taxes array
View JSON Schema on GitHub

JSON Schema

FillWalletImpact.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/FillWalletImpact.json",
  "title": "FillWalletImpact",
  "description": "Trading 212 FillWalletImpact schema",
  "properties": {
    "currency": {
      "type": "string"
    },
    "fxRate": {
      "type": "number"
    },
    "netValue": {
      "type": "number"
    },
    "realisedProfitLoss": {
      "type": "number"
    },
    "taxes": {
      "items": {
        "$ref": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/Tax"
      },
      "type": "array"
    }
  },
  "type": "object"
}