Touchstone Re 2023 API Reference
ScalingMethod Enumeration


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Data Namespace : ScalingMethod Enumeration
Provides a series of codes that represent types of scaling methods for exceedance probability (EP) curves.

A scaling method dictates how Touchstone Re restores the monotonicity of an EP curve after applying program-specific EP adjustments.

Syntax
Public Enum ScalingMethod 
   Inherits System.Enum
Dim instance As ScalingMethod
public enum ScalingMethod : System.Enum 
Members
MemberDescription
FlattenDefines the Flatten method (2).
NoneDefines the None method (0).
ScaleDefines the Scale method (1). Touchstone Re extrapolates values for all return periods from smallest to largest.
Inheritance Hierarchy

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

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