TradesPerInstrument
Defines a data contract for trades allocation where the trades are grouped by the instrument.
- 
                    Name Type Description ClosedTradesAllocations AllocationItem [] The closed trades allocations 
Defines a data contract for trades allocation where the trades are grouped by the instrument.
| Name | Type | Description | 
|---|---|---|
| ClosedTradesAllocations | AllocationItem [] | The closed trades allocations | 
{
  "ClosedTradesAllocations": [
    {
      "AssetClassType": "stringValue",
      "AssetType": "CertificateUncappedOutperformance",
      "InstrumentDescription": "stringValue",
      "InstrumentSymbol": "stringValue",
      "InstrumentUic": 99,
      "ReturnAttribution": 10,
      "TradeCount": 99,
      "TradePercent": 10
    }
  ]
}