October, 2024
Highlights
The Ocober release introduces updates to Exposure Batch and Locations API operations.
- The Manage Exposure Batch operation now supports a new method of adding exposures. Exposure data can now be uploaded to the Intelligent Risk Platform using a combination of Risk Modeler and AWS S3 API operations, and imported from there into EDMs.
- The Create FR Peril, Update FR Peril, Get FR Peril now supports new FR peril properties in support of the North America Wildfire HD Model 2.0.
Learn More
Exposure Batch
The Manage Exposures in Batch operation (POST
/riskmodeler/v3/exposurebatches
) creates, updates, or deletes exposures in batch. Multiple portfolio, account, location, and policy exposures may be managed in a single request.
This operation now enables workflows that import exposure data into EDMs from a JSON file uploaded to an storage bucket on AWS. In this File Upload method, the request specifies a uploadId
parameter that identifies the uploaded file rather than defining exposures in request body.
Exposure data can be uploaded to Amazon S3 using a combination of Risk Modeler API operations and Amazon S3 services. Once this data has been uploaded, this operation can import that data into an EDM using that file's unique uploadId
:
{
"uploadId":"3ffc7d59-5c33-46ac-9511-5f4354979b69"
}'
This method is similar to other Risk Modeler data migration workflows that leverage Amazon S3 storage buckets to facilitate the migration of large volumes of exposure data, e.g. the MRI workflow.
Note
The UnderwriteIQ dedicated interactive queue is not supported if the File Upload method is used to define exposures or if the number of location exposures specified in the request package exceeds 10000 exposures.
Location
Updated Location FR Peril
Moody's has released version 2.0 of the Moody's RMS™ North America Wildfire HD Model that features an enhanced US region of the model and expands coverage to include the Hawaiian Islands.
Several Risk Data API operations now support several new peril properties: wildFireCommunityMatchFlag
, wildFireCommunityPreparedness
, wildFireIfmMachineryEquipmentLocation
, wildFireIfmSiteHazard
, and wildFireIfmStructureCondition
properties. Also the frPerformance
object now supports values.
- Create FR Peril (
POST
/riskmodeler/v1/locations/{id}/locationfrdetail
) - Update FR Peril (
PUT
/riskmodeler/v1/locations/{id}/locationfrdetail/{locationfrdetailId}
) - Get FR Peril (
GET
/riskmodeler/v1/locations/{id}/locationfrdetail/{locationfrdetailId}
)