Touchstone Re 2023 API Reference
AdjustmentMethod Enumeration


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Data Namespace : AdjustmentMethod Enumeration
Provides a series of codes that represent types of exceedance probability (EP) curve adjustments.

For each reinsurance program, you can specify model-specific EP adjustments. 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.

Syntax
Public Enum AdjustmentMethod 
   Inherits System.Enum
Dim instance As AdjustmentMethod
public enum AdjustmentMethod : System.Enum 
Members
MemberDescription
AmountDefines the Amount adjustment method (0).
PercentDefines the Percent adjustment method (0).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Reinsurance.ProgramManagement.Data.AdjustmentMethod

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

AIR.Services.Reinsurance.ProgramManagement.Data Namespace