Get ELT

Returns the ELT for the specified analysis.

The event loss table (ELT) is an :output table that details event-by-event losses based on a financial perspective. For each loss-causing event, the ELT records the mean loss (positionValue), standard deviations of mean loss (stdDevI and stdDevC), exposure value, and event rate.

The ELT is used by DLM to calculate losses and output statistics for all financial perspectives at all exposure levels. Using output data written to the ELT the Intelligent Risk Platform can calculate summary statistics and compute EP curves.

Knowledge Base

Path Params
int64
required
≥ 1

ID of analysis result.

Query Params
perspectiveCode
array of strings
required

Financial perspective that determines how losses are calculated. See Financial Perspectives

perspectiveCode*
int32
required
≥ 0

ID of exposure resource.

string
enum
required

Type of exposure.

string

Query string to select response data based on property values.

  • If exposureResourceType is POLICY, supports filtering by exposureResourceId using the IN operator only.
  • If exposureResoruceType is any other exposure type, supports filtering by eventId or exposureResourceId using the = or IN operators.

See Filtering Responses.

string

Comma-delimited list of properties. Response is sorted by each property. Sort order defined by one ofASC or DESC.

  • If exposureResourceType is POLICY, supports sorting by eventId, expValue, exposureResourceId, exposureResourceNumber, perspectiveCode, positionValue, rate, stdDevC, stdDevI
  • If exposureResoruceType is any other exposure type, sorting is not supported.

See Response Pagination.

int32
≤ 1000

Number of records returned per page. See Response Pagination

int32

Number of the page displaying the returned records, starting at 0

Responses

Language
Credentials
URL
Response
Choose an example:
application/json