2025.08.b
Highlights
The 2025.08.b release introduces updates to the Reports v1 collection.
Reports V1
Search Reports
The Search Reports operation (GET
/riskmodeler/v1/reports
) returns a list of reports.
A report is a collection of exposure-specific metrics and statistics including a peril-specific overview of the exposure's total insurable value (TIV). This report is available for accounts, portfolios, analyses, and accumulations.
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.
Get Reports
The Get Report operation (GET
/riskmodeler/v1/reports/{id}
) returns the specified report.
A report is a collection of exposure-specific metrics and statistics including a peril-specific overview of the exposure's total insurable value (TIV). This report is available for accounts, portfolios, analyses, and accumulations.
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.