Touchstone Re 2023 API Reference
Reinstatement Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Data Namespace > Layer Class : Reinstatement Property
(Optional) Contains the maximum number of times the risk limit can be reinstated after the application of a loss amount during the coverage period, where 0 represents no reinstatements.
Syntax
Public Property Reinstatement As Nullable(Of Short)
Dim instance As Layer
Dim value As Nullable(Of Short)
 
instance.Reinstatement = value
 
value = instance.Reinstatement
public Nullable<short> Reinstatement {get; set;}
Remarks
Default: 1

Reinstatements apply only to catastrophe excess of loss and industry loss warranty programs

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