Resources for importing risk data to the Intelligent Risk Platform
The Import API defines API operations for importing exposure and results data into the Intelligent Risk Platform.
These Import API supports importing data of various file types (e.g. MRI, CED, OED) that are stored in different file formats (BAK, MRI, CSV)
Import Types
The Import API supports importing exposure and results data in various formats.
Data may be uploaded in different file formats depending on the import type:
| Import Type | File Type | Description |
|---|---|---|
CEDE | BAK, MDF | Import CEDE data. Transforms AIR CEDE (Catastrophe Exposure Data Exchange) schema data into EDM exposures and uploads to the Intelligent Risk Platform. |
EDM | BAK, MDF | Import on-premises EDM data. |
EXPOSURE_BULK_EDIT | JSON, GZ | Import exposures from JSON file. |
MRI | CSV, TXT, XLSX | Import exposure data using MRI multi-relational import). |
OED | CSV, TXT | Import exposure data in OED format. Transforms OAS OED (Open Exposure Data) schema data into EDM exposures and uploads to the Intelligent Risk Platform. |
RDM_DATABASE | RDM Database | Import RDM database from Data Bridge server. |
RDM | BAK, MDF | Import analysis data. |
MRI and OED imports support importing structured data from flat files in various file formats (CSV, TXT, or XLSX.) EDM, CEDE, and RDM imports support importing data from a database artifact in the BAK or MDF format.
Collections
The Import API is organized into three collections:
| Collection | Descriptions |
|---|---|
| Import Folders | API resources for managing import folders on AWS. |
| Import Jobs | API resources for managing Import jobs for importing data from an import folder in the Intelligent Risk Platform. |
| Import Files | API resources for managing import files. |
The Import API does not provides API resources for uploading data to import folders. To upload data to an import folder, use the Amazon s3 APIs.
