Touchstone Re 2023 API Reference
GetProgramEPAdjustmentModels Method


Air.Services.Proxy Assembly > (Global) Namespace > ReinsuranceProgramManagementServiceClient Class : GetProgramEPAdjustmentModels Method
Contains a GetProgramEPAdjustmentModelsRequest that identifies the Reinsurance Program Sequential Identifier (SID), Business Unit Sequential Identifier (SID), and SQL Instance SID associated with the list of models to retrieve.
Retrieves a list of the existing models that you can apply exceedance probability (EP) curve adjustments for a given reinsurance program.

If you license the program EP (exceedance probability) adjustment feature, you can specify up to 25 EP adjustments for each combination of model and program. An EP adjustment is an amount or percentage that Touchstone Re uses to recalculate the EP curve during a loss analysis. EP adjustments apply to ground-up program losses.

You can apply EP adjustments only to models that you license.

Syntax
Public Function GetProgramEPAdjustmentModels( _
   ByVal request As GetProgramEPAdjustmentModelsRequest _
) As GetProgramEPAdjustmentModelsResponse
Dim instance As ReinsuranceProgramManagementServiceClient
Dim request As GetProgramEPAdjustmentModelsRequest
Dim value As GetProgramEPAdjustmentModelsResponse
 
value = instance.GetProgramEPAdjustmentModels(request)

Parameters

request
Contains a GetProgramEPAdjustmentModelsRequest that identifies the Reinsurance Program Sequential Identifier (SID), Business Unit Sequential Identifier (SID), and SQL Instance SID associated with the list of models to retrieve.

Return Value

A GetProgramEPAdjustmentModelsResponse that contains a list of models associated with the specified reinsurance program, business unit, and SQL Server instance.
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.

To find the Program SID to pass into this method, call the GetPrograms() 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

ReinsuranceProgramManagementServiceClient Class
ReinsuranceProgramManagementServiceClient Members