1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
{
"securitiesAccount": {
"type": "CASH",
"accountNumber": "string",
"roundTrips": 0,
"isDayTrader": false,
"isClosingOnlyRestricted": false,
"pfcbFlag": false,
"positions": [
{
"shortQuantity": 0,
"averagePrice": 0,
"currentDayProfitLoss": 0,
"currentDayProfitLossPercentage": 0,
"longQuantity": 0,
"settledLongQuantity": 0,
"settledShortQuantity": 0,
"agedQuantity": 0,
"instrument": {
"cusip": "string",
"symbol": "string",
"description": "string",
"instrumentId": 0,
"netChange": 0,
"type": "SWEEP_VEHICLE"
},
"marketValue": 0,
"maintenanceRequirement": 0,
"averageLongPrice": 0,
"averageShortPrice": 0,
"taxLotAverageLongPrice": 0,
"taxLotAverageShortPrice": 0,
"longOpenProfitLoss": 0,
"shortOpenProfitLoss": 0,
"previousSessionLongQuantity": 0,
"previousSessionShortQuantity": 0,
"currentDayCost": 0
}
]
}
}
]