Entity Exposure

The EntityExposure table in the Unknown package contains information about the exposure of entities in a variety of different ways. It includes details about the quantity and type of exposure, whether it was direct or indirect, and how long the exposure lasted. This table can be used to measure levels of exposure and better understand the risks associated with the presence of certain entities.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string | null

The BusinessUnit field of data type nvarchar in the EntityExposure database table stores information about an entity's business unit name with maximum length of 16 characters.

string | null

The BusinessPartnerImage field in the EntityExposure table serves as the primary key and holds nvarchar data. It is used to capture an image of the forefront business partner associated with the entity.

string
required
length ≥ 1

The Name of data type nvarchar field in the EntityExposure table stores values that represent the name of the data type associated with a given entity. It uses the nvarchar data type which allows for variable-length Unicode character data to be stored. Each value in this field is up to 150 characters long.

string
required
length between 1 and 128

The Code field in the EntityExposure table stores an alphanumeric value with a maximum length of 128 characters. It is used to identify a unique entity exposure with a single code.

string
required
length ≥ 1

The NameHtml field of data type nvarchar (a variable-length Unicode character string) in the table EntityExposure holds the name of an entity as rendered in HTML, containing the entity's name, HTML tags and styling for display purposes. This ensures that the displayed name of the entity is properly formatted when rendered in web browsers.

double | null

Total is a data type decimal field in EntityExposure table which stores the total amount of an entity's exposure.

string | null

TotalHtml is a field in the EntityExposure table that contains an HTML string of up to 4000 characters for the total exposure of a certain entity.

double | null

TotalPosition is a decimal field in the EntityExposure table that represents the current total position for an entity in a trading portfolio. It is calculated by summing the holdings for a given entity across all accounts and currencies.

string | null

TotalPositionHtml is a non-Unicode character data type (nvarchar) field for the EntityExposure table with a maximum length of 4000 characters. It stores all HTML content related to the total position of the entity expressed as markup text.

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!