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
Enhanced Risk Data
Beginning with this release, enhanced risk data (a.k.a. premium hazard data) requires a separate license. In previous relesases this data was available as premium hazard data to all tenants.
Enhanced risk data is not required for modeling, but is made accessible using various peril-specific lookup operations (e.g. Get EQ peril to better understand a location's risk to a particular hazard. To learn more about enhanced risk data licensing, tenant administrators can check the Licenses > Data section of Admin Center.
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.