February, 2024

🥥

Highlights

The February 2024 release of the Risk Modeler adds post analysis actions and exporting data enhancements.

  • The Convert Event Rates and Losses operation now supports overriding of eventIds in an analysis
  • The Export Data Module to File operation now supports a maximum of 100 analyses for RDM export type

Learn More

Convert Event Rates and Losses

The Convert Event Rates and Losses operation (POST /platform/riskdata/v1/analyses/{analysisId}/convert-event-rate-loss) now supports a new boolean parameter overrideEventIds

When overrideEventIds set as true, each event ID in the original analysis will be overridden in the new resulting analysis with the custom ID (if present) defined in externalId of each event rate in the event rate schemes provided in the request.

Sample Request Body:

{
  "analysisName": "New Analysis Name",
  "eventRateSchemeIds": [
    {{eventRateSchemeId}}
  ],
  "eventLossAdjustmentSchemeIds": [],
  "overrideEventIds": true
}

Export Data Module to File

The Export Data Module to File operation (POST /riskmodeler/v2/exports) now supports a maximum of 100 analyses in analysisIds array for the exportType= RDM.

❗️

Warning

Export of analyses into an RDM may encounter issues if the size of the analyses is too large. Please split the export job into multiple jobs based on the size.