Top Account Exposure

The TopAccountExposure table provides information regarding the exposure of the top active accounts in the system. It stores the account number, total exposure, and its currency of each account. It helps to manage the account exposure accurately, identify potential risks, and better assess the organizations financial health.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 16

The 'BusinessUnit' field is an nvarchar data type with a maximum length of 16 characters in the table 'TopAccountExposure.' This field stores information about the unit of business that has a top-level exposure within an organization.

string | null

The BusinessPartnerImage field in the TopAccountExposure table is an nvarchar data type field that contains the image path of the business partner that the top account is associated with.

string
required
length ≥ 1

The Reference field in the TopAccountExposure table is an NVARCHAR data type which stores textual references related to a given account exposure. This field can incorporate alphanumeric data and is an important feature to pinpoint and trace particular account exposures accordingly.

string | null

NameHtml is a field of data type nvarchar in the TopAccountExposure table that contains the HTML code of the name to be used as an anchor in the URL link. It is used to display the account's name as a hyperlink.

string | null

TotalHtml in the TopAccountExposure table is used to store an NVARCHAR data type with a maximum length of 4000 characters. It is used to store an HTML blob with all the detailed account exposure information from the top accounts.

double | null

Total represents the total dollar amount of the top account exposures of the present instance in the TopAccountExposure table. This field is a decimal type to facilitate money calculations. The value is calculated by summing up the value present in other columns in the table.

string | null

TotalPositionHtml is a field in the table TopAccountExposure with data type nvarchar and a maximum length of 4000. This field will contain an HTML string representing the total account exposure for the account in question. It will include any data related to the current holdings of the account, such as total market value, total turnover, etc.

double | null

The TotalPosition field in the TopAccountExposure table holds a decimal value representing the total net position for an account across all instruments or products held in the account.

int64 | null

RowNumber is a data field in the TopAccountExposure table of type bigint that holds the number assigned to a record in the table. The purpose of this field is to provide an incremental value to each row in the table, for easier identification and sorting.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!