Touchstone 11.0 API Reference
ImportChinaProgram Method


Air.Services.Proxy Assembly > (Global) Namespace > ReinsuranceDataImportServiceClient Class : ImportChinaProgram Method
Contains an ImportChinaProgramRequest that specifies the Business Unit SID and SQL Instance SID to associate with the program data to import, as well as the ImportOptions object that enables you to configure the import job.
Imports the Reinsurance Program data for mainland China contained in one comma-separated values (CSV) file.

If you license the China multiple peril crop insurance (MPCI) peril, you can import program data for mainland China in CSV format at the province or city resolution. Touchstone Re then disaggregates the program data to a finer resolution using data from AIR's Industry Exposure Database.

You can import only one file at a time, and the file must be properly formatted. For guidance on formatting program 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 ImportChinaProgram( _
   ByVal request As ImportChinaProgramRequest _
) As ImportChinaProgramResponse
Dim instance As ReinsuranceDataImportServiceClient
Dim request As ImportChinaProgramRequest
Dim value As ImportChinaProgramResponse
 
value = instance.ImportChinaProgram(request)
public ImportChinaProgramResponse ImportChinaProgram( 
   ImportChinaProgramRequest request
)

Parameters

request
Contains an ImportChinaProgramRequest that specifies the Business Unit SID and SQL Instance SID to associate with the program data to import, as well as the ImportOptions object that enables you to configure the import job.

Return Value

An ImportChinaProgramResponse that contains the results of the validation job.
Remarks
To find the Business Unit SID to pass into this method, call the GetBusinessUnits() method.

To find the SQL Instance SID to pass into this method, call the GetSqlInstances() method.

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

ReinsuranceDataImportServiceClient Class
ReinsuranceDataImportServiceClient Members