1using System.Collections.Generic;
2using System.Runtime.Serialization;
10 #region Public Properties
15 [DataMember(Order = 30)]
16 [GreaterThan(1,
true)]
17 public int nth {
get;
set; }
20 [DataMember(Order = 31)]
23 #endregion Public Properties
Indicates that the property, if left null, will be given a default value by the server corresponding ...
Representation of a Catastrophe Excess of Loss (CatXL) layer.
int nth
The number of times the limit is exhausted (minus one) before this layer attaches....
List< Reinstatement > reinstatements
A list of reinstatement provisions applicable by this layer.
CatXL()
Construct a new CatXL Layer with an empty reinstatements list.
Abstract representation of a base Excess of Loss layer.
Abstract representation of a layer with terms.