November, 2024
Highlights
The November release introduces updates to Exposure Batch and Locations API operations.
- Operations to generate summary reports now enable the client to specify the currency used to calculate losses in the report.
- UnderwriteIQ reports now return a
metricTypes
array that lists all metric types within the report.
Learn More
Analysis
The Generate Exposure Summary Report by Analysis, Generate Account Summary Report by Account, and Generate Portfolio Summary Report by Portfolio operations all now accept a custom currency object in the body of the request.
If specified, the exposure summary report returns losses in the specified currency. If no currency object is specified, the exposure summary report calculates losses in USD
.
Reports
The Search Reports operation (GET /platform/riskdata/v1/reports
) and Get Report operation (GET /platform/riskdata/v1/reports/{reportId}
) now return a metricTypes
array that lists all metric types within the report.
This new property can be used to filter report views by metric type using the Search Report Views operation.