Touchstone Re 2023 API Reference
ImportChinaExposureRequest Class
Members 


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.DataImport.Api Namespace : ImportChinaExposureRequest Class
Contains the Business Unit SID and SQL Instance SID to associate with the exposure data to import and disaggregate. Additionally, the request contains an ImportOptions object that enables you to configure the import job. For example, you use the object to specify the path to the comma-separated values (CSV) file that contains the exposure data.
Syntax
Public Class ImportChinaExposureRequest 
   Inherits AIR.Services.Common.Api.RequestBase
Dim instance As ImportChinaExposureRequest
public class ImportChinaExposureRequest : AIR.Services.Common.Api.RequestBase 
Remarks

If you license China perils, you can import exposure data for mainland China in CSV format at the province or city resolution. Touchstone Re then disaggregates the exposure data to the county resolution using weighted averages by line of business. AIR develops the averages using the Industry Exposure Database.

You can import only one file at a time, and the file must be properly formatted. Touchstone Re validates the file before importing the exposure data. For guidance on formatting exposure data for mainland China, refer to the Touchstone Re online help on AIR's Client Portal.

You can use the VerifyChinaExposure() method to validate the exposure data before attempting to import it.

Inheritance Hierarchy

System.Object
      AIR.Services.Reinsurance.DataImport.Api.ImportChinaExposureRequest

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImportChinaExposureRequest Members
AIR.Services.Reinsurance.DataImport.Api Namespace