v_ Overdraft Exposure

The OverdraftExposure table stores data related to a credit facility's overdraft exposure. The table contains details such as the overdraft limit, the start and end dates the overdraft is active, the outstanding balance, and any available collateral. The table is used to provide an aggregate view of the facility's potential overdraft risk and to determine the necessary collaterals.

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 in the OverdraftExposure table stores data about the business unit or division associated with each overdraft transaction. The data type is nvarchar with a maximum length of 16 characters.

string | null

BusinessPartnerImage of data type nvarchar in OverdraftExposure table is used to store uploaded images of business partners. It is used as proof of their identity for processing overdrafts, i.e. storing copies of their id cards, passport or other official documents.

string | null

The AccountReference field in the OverdraftExposure table is a nvarchar (string) data type primary key field which uniquely identifies a customer account record. The AccountReference field should include at least six digits and one character, for example, 1234AB.

string | null

NameHtml is an nvarchar field in the OverdraftExposure table that stores HTML code (data type 'nvarchar') to display the name of an entity associated with a given overdraft exposure. This field can be used to create a visual representation of the name of the entity on the UI.

string | null

TotalHtml is an nvarchar data field in the OverdraftExposure table with a maximum length of 4000 characters. It stores the total HTML content of the Overdraft Exposure records, such as the record's loan fund summary, the bank's summary of overdraft fees, and the overall combined overdraft exposure value.

double
required

Total is a field of decimal data type in the OverdraftExposure table that records the total amount of overdraft exposure associated with a given account. It is typically used to measure the credit risk associated with a particular account.

string | null

TotalPositionHtml is a field in the OverdraftExposure table used to store HTML markup representing the total position of an overdraft exposure in a tabular format. It has a maximum length of 4000 characters.

double
required

The TotalPosition field in the OverdraftExposure table stores the total amount of the current overdraft exposure, as a decimal number with up to two decimal places.

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!