Results
Understand analysis resutls.
Overview
Intelligent Risk Platform™ leverages exposure data and peril models to calculate that risk of financial loss posed by a particular exposure. The result of this analysis job is a record called an analysis result. The analysis result contains metrics that estimate of the financial risk posed by an exposure.
The Risk Data API exposes resources that enable you to view analysis results, retrieve metrics from those results, or generate new results based on existing results by means of a post-analysis action.
Analysis IDs
An analysis result resource can be identified by two distinct IDs: analysisId and appAnalysisId.
- The
analysisIdproperty represents a unique ID of an analysis result that can be used to identify that result throughout the Intelligent Risk Platform. This ID is known as a RIID (Risk Intelligence ID). - The
appAnalysisIdproperty represents the ID of an analysis result within the Risk Modeler/UnderwriteIQ application.
The Risk Data API exposes operations for viewing and managing analysis results data. In Platform API operations, specific analysis result resources are always referred to using the analysisId.
For example, the Get Analysis Result operation that returns the analysis result that has been specified in the analysisId path parameter: https://{host}/platform/riskdata/v1/analyses/{analysisId}.
NOTE
Moody's recommends that you always use
analysisIdto refer to analysis results in Intelligent Risk Platform workflows and development projects built using the Platform APIs.
RDM Database Schema
A database schema defines the structure of a relational database including the logical constraints (tables, names data types) that define the relationship between the entities stored in the database.
The Intelligent Risk Platform manages exposure and results data in data modules (the EDM and RDM), which are defined by the proprietary EDM and RDM database schemas.
As new features are added to the Intelligent Risk Platform, Moody’s Insurance Solutions releases new versions of the EDM database schema and RDM database schema that support the required tables, fields, and data types. The Export API supports exporting data to earlier versions of the EDM or RDM schema.
Licensed Intelligent Risk Platform tenants can view detailed RDM database schema documentation in Support Center.
Updated 1 day ago
