Touchstone Re 2023 API Reference
TriggerStartingEventNumber Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Data Namespace > Layer Class : TriggerStartingEventNumber Property
(Optional) Contains the trigger starting event number.

The starting event number indicates the first event during the year that the software applies the terms of the reinsurance layer to.

The software counts only the events that could potentially produce reinsurer losses toward the starting event number.

Syntax
Public Property TriggerStartingEventNumber As Nullable(Of Integer)
Dim instance As Layer
Dim value As Nullable(Of Integer)
 
instance.TriggerStartingEventNumber = value
 
value = instance.TriggerStartingEventNumber
public Nullable<int> TriggerStartingEventNumber {get; set;}
Remarks
Default: 1

Valid values: A value between 0 and 999

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

Layer Class
Layer Members