Update aggregate exposures

Saves a grid of aggregate exposure values as an aggregate exposures list in the specified ALM import folder. An ALM import job imports every aggregate exposures list saved in the folder.

The request body is the response of the Retrieve aggregate exposures operation minus the read-only errorMessages, with any edits applied to the values grid. Rows may be added to or removed from the grid, so the submitted rows may differ from the rows the Retrieve aggregate exposures operation returned.

This operation is idempotent: resubmitting a grid for the same country and resolution overwrites the previously saved list.

Path Params
string
required

ID of import folder

Body Params
string
enum
required

Type of aggregate exposure data. Case-insensitive.

Allowed:
string
required

Two-letter code of the country of the aggregate exposure data. Must match the country of the retrieved grid.

string
required

Geographic resolution of the rows of the grid. Must match the resolution of the retrieved grid.

string | null
string
string
columnMapping
object
lobs
array of strings
required

Ordered list of line of business column headers. Must match the line of business set for the country and insurance type.

lobs*
resolutionValues
array of objects
required

Ordered list of row labels. One entry per row of values; every code must be valid for the country and resolution.

resolutionValues*
values
array of arrays of doubles
required

Grid of aggregate exposure values to save. The number of rows must match the length of resolutionValues and the width of every row must match the length of lobs. Values must be zero or greater; all-zero rows are valid and are persisted.

values*
Responses

Language
Credentials
URL
LoadingLoading…
Response
Choose an example:
application/json