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": [
{
"AssetType": "ContractFutures",
"InstrumentDescription": "30-Year U.S. Treasury Bond - Sep 2016",
"InstrumentSymbol": "ZBU6",
"InstrumentUic": 3626018,
"ReturnAttribution": -0.159871010056843,
"TradeCount": 40,
"TradePercent": 0.0904977375565611
},
{
"AssetType": "FxSpot",
"InstrumentDescription": "British Pound/US Dollar",
"InstrumentSymbol": "GBPUSD",
"InstrumentUic": 31,
"ReturnAttribution": 0.146851552251858,
"TradeCount": 37,
"TradePercent": 0.083710407239819
}
]
}