Coming Soon: 2025.09.b
Highlights
The 2025.09.b release introduces updates to the Accumulation API.
Moody's publishes preliminary information to inform stakeholders ahead of the targeted Intelligent Risk Platform update. Note that these described features are not guaranteed for the next update or any subsequent updates and may be changed without notice. The definitive list of features will be provided in the Changelogs at the time of the official release.
Exposure Batch V3 collection
Manage Exposures in Batch
The Manage Exposures in Batch operation (POST
/riskmodeler/v3/exposurebatches
) creates, updates, or deletes multiple exposures (portfolios, accounts, locations, policies, or treaties) in a single request.
The request body defines an object that consists of five arrays: a portfolios
array, accounts
array, locations
array, policies
, and treaties
array. Where parent-child relationships exist between exposures (e.g. between a portfolio and its accounts, or accounts and locations), child exposures may be nested within the parent exposure.
This operation now manages response objects differently depending on the number of characters returned.
- If less than 10,000 characters are returned, the response returns Account and Portfolio data.
- If more than 10,000 characters are returned, the response returns only Account and Portfolio IDs.
- If more than 100,000 characters are returned, no data is returned in the exposure object itself. The client can download the exposure object from a link.
The request body of this operation now accepts several new parameter objects: wildfireCommunityPreparedness
, wildfireCommunityMatch
, wildfireMechanicalTreatment
, ifmStructCondition
, ifmEquipLocation
, and ifmSiteHazard
. Each object is defined by an id
, code
, and name
.
Locations collection
Get FR Detail
The Get FR Detail operation (/locations/{locationId}/locationfrdetail/{locationfrdetailid}
) returns detailed information about the specified location.
This operation now returns several new properties: wildfireCommunityPreparedness
, wildfireCommunityMatch
, wildfireMechanicalTreatment
, ifmStructCondition
, ifmEquipLocation
, and ifmSiteHazard
.
Update FR Detail
The Update FR Detail operation (/locations/{id}/locationfrdetail/{locationfrdetailid}
) updates a specific fire (FR) peril for a specific location.
This operation now supports several new properties: wildfireCommunityPreparedness
, wildfireCommunityMatch
, wildfireMechanicalTreatment
, ifmStructCondition
, ifmEquipLocation
, and ifmSiteHazard
.
Legacy API
Update Event Rate Scheme
The Update Event Rate Scheme operation (PATCH
/platform/referencedata/eventrateschemes/{eventRateSchemeId}
) updates the status of an event rate scheme.
An event rate scheme is a collection of hypothetical stochastic events that identifies a range of potential peril- and region-specific outcomes based on historical patterns. Within an event rate scheme, each event is associated with an event rate that defines the annual probability of that event occurring.
The isArchive
parameter indicates the status of the event rate scheme . If true
, the event rate scheme is archived.
{
"isArchive": "false"
}