Example
                
{
  "Allocation": {
    "TradesPerAssetType": {
      "ClosedTradesAllocations": [
        {
          "AssetClassType": "stringValue",
          "AssetType": "WarrantDoubleKnockOut",
          "InstrumentDescription": "stringValue",
          "InstrumentSymbol": "stringValue",
          "InstrumentUic": 99,
          "ReturnAttribution": 10,
          "TradeCount": 99,
          "TradePercent": 10
        }
      ]
    },
    "TradesPerInstrument": {
      "ClosedTradesAllocations": [
        {
          "AssetClassType": "stringValue",
          "AssetType": "CertificateUncappedCapitalProtection",
          "InstrumentDescription": "stringValue",
          "InstrumentSymbol": "stringValue",
          "InstrumentUic": 99,
          "ReturnAttribution": 10,
          "TradeCount": 99,
          "TradePercent": 10
        }
      ]
    }
  },
  "AverageTradeDurationInMinutes": 10,
  "AverageTradesPerWeek": 10,
  "NumberOfDaysTraded": 10,
  "NumberOfLongTrades": 10,
  "NumberOfShortTrades": 10,
  "TopTradedInstruments": [
    "stringValue"
  ],
  "TradeActivity": {
    "TradesPerDay": [
      {
        "Date": "2021-05-21T00:00:00+00:00",
        "TradeCount": 99
      }
    ]
  },
  "TradedInstruments": [
    "WarrantOpenEndKnockOut"
  ],
  "TradesTotalCount": 10,
  "TradesWonCount": 10
}