Touchstone Re 2023 API Reference
UpdateProgramModelEPAdjustments Method


Air.Services.Proxy Assembly > (Global) Namespace > ReinsuranceProgramManagementServiceClient Class : UpdateProgramModelEPAdjustments Method
Contains an UpdateProgramModelEPAdjustmentsRequest that identifies the EP curve adjustments to update, as well as the Reinsurance Program Sequential Identifier (SID), Business Unit SID, and SQL Instance SID associated with the EP adjustments.
Updates one existing set of model-specific exceedance probability (EP) curve adjustment 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.

If you specify more than 25 EP adjustments, the application sorts the adjustments in ascending order by value, and then saves only the first 25 adjustments.

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

Syntax
Public Function UpdateProgramModelEPAdjustments( _
   ByVal request As UpdateProgramModelEPAdjustmentsRequest _
) As UpdateProgramModelEPAdjustmentsResponse
Dim instance As ReinsuranceProgramManagementServiceClient
Dim request As UpdateProgramModelEPAdjustmentsRequest
Dim value As UpdateProgramModelEPAdjustmentsResponse
 
value = instance.UpdateProgramModelEPAdjustments(request)

Parameters

request
Contains an UpdateProgramModelEPAdjustmentsRequest that identifies the EP curve adjustments to update, as well as the Reinsurance Program Sequential Identifier (SID), Business Unit SID, and SQL Instance SID associated with the EP adjustments.

Return Value

An UpdateProgramModelEPAdjustmentsResponse that contains the status of the update.
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 EP curve adjustments to pass into this method, call the GetProgramModelEPAdjustments() 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