Touchstone Re 2023 API Reference
GetProgramModelEPAdjustments Method


Air.Services.Proxy Assembly > (Global) Namespace > ReinsuranceProgramManagementServiceClient Class : GetProgramModelEPAdjustments Method
Contains a GetProgramModelEPAdjustmentsRequest that identifies the Model Code Reinsurance Program Sequential Identifier (SID), Business Unit Sequential Identifier (SID), and SQL Instance SID associated with the list of EP curve adjustments to retrieve.
Retrieves a list of the existing model-specific 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 GetProgramModelEPAdjustments( _
   ByVal request As GetProgramModelEPAdjustmentsRequest _
) As GetProgramModelEPAdjustmentsResponse
Dim instance As ReinsuranceProgramManagementServiceClient
Dim request As GetProgramModelEPAdjustmentsRequest
Dim value As GetProgramModelEPAdjustmentsResponse
 
value = instance.GetProgramModelEPAdjustments(request)

Parameters

request
Contains a GetProgramModelEPAdjustmentsRequest that identifies the Model Code Reinsurance Program Sequential Identifier (SID), Business Unit Sequential Identifier (SID), and SQL Instance SID associated with the list of EP curve adjustments to retrieve.

Return Value

A GetProgramModelEPAdjustmentsResponse that contains a list of EP curve adjustments associated with the specified model, 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.

To find the Model Code to pass into this method, call the GetProgramEPAdjustmentModels() 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