C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AggXL.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
3
4namespace AnalyzeRe.Layers
5{
8 {
9 #region Public Properties
11 [DataMember(Order = 30)]
12 [NotNull]
13 [GreaterThan(0, true)]
14 [PropertyAlias("agg limit")]
15 public MonetaryUnit aggregate_limit { get; set; }
16
18 [DataMember(Order = 31)]
19 [NotNull]
20 [GreaterThan(0, true)]
21 [PropertyAlias(new[]
22 {
23 "agg attachment",
24 "agg retention", "aggregate retention",
25 "agg deductible", "aggregate deductible"
26 })]
28 #endregion Public Properties
29 }
30}
Specifies one or more aliases to be used as synonyms for the property's name.
Representation of an Aggregate Catastrophe Excess of Loss layer.
Definition AggXL.cs:8
MonetaryUnit aggregate_attachment
The aggregate attachment applied by this layer.
Definition AggXL.cs:27
MonetaryUnit aggregate_limit
The aggregate limit applied by this layer.
Definition AggXL.cs:15
Abstract representation of a base Excess of Loss layer.
Definition Layer_XL.cs:8
Representation of a monetary value with a currency.
Abstract representation of a layer that has occurrence terms.