Portfolio Allocation (Single)
Portfolio Allocation (Single)
Information about the account’s portfolio allocation by Asset Class, Industry and Category. /portfolio/accounts or /portfolio/subaccounts must be called prior to this endpoint.
GET /portfolio/{accountId}/allocation
Request Object
Path Params
accountId: String. Required
Specify the account ID for the request.
Python
Abap
Response Object
assetClass: Object.
Contains details pertaining to specific security types.
{
long: Object.
Returns the value of the asset class currently traded long.
short: Object.
Returns the value of the asset class currently traded short.
},
sector: Object.
Contains details pertaining to specific trade sectors.
{
long: Object.
Returns the value of the trade sector currently traded long.
short: Object.
Returns the value of the trade sector currently traded short.
},
group: Object.
Contains details pertaining to specific industry groups.
{
long: Object.
Returns the value of the industry group currently traded long.
short: Object.
Returns the value of the industry group currently traded short.
}

