Moody’s strongly recommends that Risk Modeler and UnderwriteIQ tenants use the Platform APIs instead of the Risk Modeler APIs for all future projects. See Migrate to Plaform APIs.

Search aggregate portfolios

Returns a list of aggregate portfolios.

An aggregate portfolio is a collection of exposure values aggregated by geographic unit (e.g., CRESTA) or by line of business (e.g., Commercial). An aggregate portfolio is defined by a cedant, peril, and other attributes.

ALM peril models leverage aggregate portfolio data to deliver streamlined analysis results. ALM analysis enables portfolio management, treaty reinsurance underwriting, and other risk management processes when detailed exposure data is not available.

ALM exposures consists of total insured limits by geographic resolutions (geoIDs) and lines of business (LOBs). ALM analyzes an aggregate portfolio by matching the geographic resolution and the line of business (RMSLOB) of the exposure data to an ALM profile.

Query Params
string

Name of the EDM.

string

Filters query results by evaluating the value of expressions. Supports four types of operators:

  • Comparison: q=[attribute][comparison operator][value] e.g. id=100, id!=100, id>100
  • Logical: q=[expression][logical operator][expression] e.g. id=100 AND name="xyz" , id=100 OR type="abc"
  • List: q=[attribute][list operator][values list] e.g. id IN (1,2,3], name NOT IN ("abc","xyz")
  • Matching: q=[attribute][comparison operator][pattern], e.g. name LIKE "abc " , type NOT LIKE " xyz* "
    To learn more, see Filter Exposure Data.
string

Sort order of records returned. One of ASC (ascending) or DESC (descending).

int32

Number of records returned.

int32

Number of records offset before the first record returned. By default, 0.

Responses

Language
Credentials
URL
Response
Choose an example:
application/json