MarginOverviewByGroup
Margin utilization for positions, broken down into groups of AssetTypes.
-
Name |
Type |
Description |
Groups
|
MarginOverviewGroup [] |
List of AssetType groups with it's contributing positions and total margin utilization.
|
Example
{
"Groups": [
{
"Contributors": [
{
"AssetTypes": [
"FxSpot"
],
"InstrumentDescription": "EURUSD description",
"InstrumentSpecifier": "EURUSD",
"Margin": 1235,
"Uic": 21
},
{
"AssetTypes": [
"FxSpot"
],
"InstrumentDescription": "GBPUSD description",
"InstrumentSpecifier": "GBPUSD",
"Margin": 789,
"Uic": 22
}
],
"GroupType": "FX",
"TotalMargin": 100000
},
{
"Contributors": [
{
"AssetTypes": [
"CfdOnIndex"
],
"InstrumentDescription": "SP500 description",
"InstrumentSpecifier": "SP500.I",
"Margin": 4321,
"Uic": 4910
},
{
"AssetTypes": [
"CfdOnIndex"
],
"InstrumentDescription": "CSE20 description",
"InstrumentSpecifier": "CSE20.I",
"Margin": 975,
"Uic": 5768
},
{
"AssetTypes": [
"CfdOnIndex"
],
"InstrumentDescription": "DAX description",
"InstrumentSpecifier": "DAX.I",
"Margin": 864,
"Uic": 27098
}
],
"GroupType": "CFDs",
"TotalMargin": 200000
}
]
}