Touchstone Re 2023 API Reference
IntervalMax Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Data Namespace > ProgramModelEPAdjustments Class : IntervalMax Property
(Optional) Contains the upper bound of the interval that the exceedance probabilty (EP) adjustments apply to.

You can apply EP adjustments to the entire EP curve or to a subsection of the EP curve.

Syntax
Public Property IntervalMax As Nullable(Of Integer)
Dim instance As ProgramModelEPAdjustments
Dim value As Nullable(Of Integer)
 
instance.IntervalMax = value
 
value = instance.IntervalMax
public Nullable<int> IntervalMax {get; set;}
Remarks
Default: 10000
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

ProgramModelEPAdjustments Class
ProgramModelEPAdjustments Members