Coming Soon: 2025.08.b
Highlights
The 2025.08.b release introduces updates to the Accumulation API and Risk Data API.
- The Accumulation API now supports accumulation analyses based on accounts and account variations.
- The Risk Data API now supports several new accumulation reports for UnderwriteIQ clients.
Accumulation API
Create Accumulation Job
The Create Accumulation Job operation (POST
/platform/accumulations/v1/job
) initiates a job to create an accumulation analysis based on the specified business hierarchy, portfolio, or portfolio variation.
This operation has been updated to support accumulation analysis based on accounts and account variations. The resourceType
body parameter now accepts a value of account
and the resourceUri
accepts the URI of an account resource.
An accumulation is a type of analysis that enables you to identify areas of concentrated property or workers compensation exposure so that you can assess worst-case scenarios. Accumulations calculate the exposed limit, the maximum loss from a single deterministic event.
Entitlements
This operation requires the
RI-EXPOSUREIQ
,RI-RISKMODELER
, orRI-UNDERWRITEIQ
entitlement. To learn more, see Entitlements.
Search Accumulation Jobs
The Search Accumulation Jobs operation (GET
/platform/accumulation/v1/jobs
) returns a list of accumulation jobs.
This operation has been updated to return the information about accumulation analysis based on accounts and account variations.
An accumulation is a type of analysis that enables you to identify areas of concentrated property or workers compensation exposure so that you can assess worst-case scenarios. Accumulations calculate the exposed limit, the maximum loss from a single deterministic event.
Entitlements
This operation requires the
RI-EXPOSUREIQ
,RI-RISKMODELER
, orRI-UNDERWRITEIQ
entitlement. To learn more, see Entitlements.
Get Accumulation Jobs
The Get Accumulation Job operation (GET
https://{host}/platform/accumulation/v1/jobs/{jobId}
) returns the specified accumulation job.
This operation has been updated to return the information about accumulation analysis based on accounts and account variations.
An accumulation is a type of analysis that enables you to identify areas of concentrated property or workers compensation exposure so that you can assess worst-case scenarios. Accumulations calculate the exposed limit, the maximum loss from a single deterministic event.
Entitlements
This operation requires the
RI-EXPOSUREIQ
,RI-RISKMODELER
, orRI-UNDERWRITEIQ
entitlement. To learn more, see Entitlements.
Risk Data API
Report Views
The Search Report Views operation (GET
/platform/riskdata/v1/reportviews
) returns a list of report views.
A report view is a collection of reports that return exposure-specific metrics and statistics. The report view is generated automatically whenever an UnderwriteIQ client creates exposures in batch using the Exposure Bulk Edit operation.
This operation now returns the following accumulation reports: ACCUMULATIONS_BY_POLICY
, ACCUMULATIONS_BY_LOCATION
, ACCUMULATIONS_BY_GEOGRAPHY_COUNTRY
, ACCUMULATIONS_BY_GEOGRAPHY_ADMIN1
, ACCUMULATIONS_BY_GEOGRAPHY_ADMIN2
, ACCUMULATIONS_BY_GEOGRAPHY_POSTALCODE
, ACCUMULATIONS_BY_TREATY
, and ACCUMULATION_EVENTS
.
Entitlements
This operation requires the
RI-UNDERWRITEIQ
entitlement. To learn more, see Entitlements.
The Get Report View operation (GET
/platform/riskdata/v1/reportviews/{id}
) returns the specified report view.
A report view is a collection of reports that return exposure-specific metrics and statistics. The report view is generated automatically whenever an UnderwriteIQ client creates exposures in batch using the Exposure Bulk Edit operation.
This operation now returns the following accumulation accumulation reports: ACCUMULATIONS_BY_POLICY
, ACCUMULATIONS_BY_LOCATION
, ACCUMULATIONS_BY_GEOGRAPHY_COUNTRY
, ACCUMULATIONS_BY_GEOGRAPHY_ADMIN1
, ACCUMULATIONS_BY_GEOGRAPHY_ADMIN2
, ACCUMULATIONS_BY_GEOGRAPHY_POSTALCODE
, ACCUMULATIONS_BY_TREATY
, and ACCUMULATION_EVENTS
.
Entitlements
This operation requires the
RI-UNDERWRITEIQ
entitlement. To learn more, see Entitlements.
The Search Analysis by Report View operation (GET
/platform/riskdata/v1/reportviews/{id}/analyses
) returns a list of analyses for the specified report view.
This operation now returns the following accumulation reports: ACCUMULATIONS_BY_POLICY
, ACCUMULATIONS_BY_LOCATION
, ACCUMULATIONS_BY_GEOGRAPHY_COUNTRY
, ACCUMULATIONS_BY_GEOGRAPHY_ADMIN1
, ACCUMULATIONS_BY_GEOGRAPHY_ADMIN2
, ACCUMULATIONS_BY_GEOGRAPHY_POSTALCODE
, ACCUMULATIONS_BY_TREATY
, and ACCUMULATION_EVENTS
.
Entitlements
This operation requires the
RI-UNDERWRITEIQ
entitlement. To learn more, see Entitlements.