Touchstone Re 2023 API Reference
AggregateResetDay Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Data Namespace > Layer Class : AggregateResetDay Property
(Optional) Contains the day of the year when the aggregate retention associated with the reinsurance layer resets.

A reset day applies to reinsurance layers that cover more than a one-year period.

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

Valid values: A whole number between 1 and 365

Aggregate retentions apply only to quota share, ground up, aggregate excess of loss, and catastrophe bond 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