Imports the exposure data for mainland China contained in one comma-separated values (CSV) file.
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, see the Touchstone Re online help.
When submitting the request, you specify the path to the CSV file that contains the exposure data to import.
Syntax
Public Function ImportChinaExposure( _
ByVal As ImportChinaExposureRequest _
) As ImportChinaExposureResponse
Dim instance As ReinsuranceDataImportServiceClient
Dim request As ImportChinaExposureRequest
Dim value As ImportChinaExposureResponse
value = instance.ImportChinaExposure(request)
public ImportChinaExposureResponse ImportChinaExposure(
ImportChinaExposureRequest
)
Parameters
- request
- Contains an ImportChinaExposureRequest that specifies the Business Unit SID and SQL Instance SID to associate with the exposure data to import, as well as the ImportOptions object that enables you to configure the import job.
Return Value
An ImportChinaExposureResponse that contains the results of the validation job.
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