C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ILayer_WithTerms.cs
Go to the documentation of this file.
1using System;
2using System.Collections.Generic;
5
6namespace AnalyzeRe.Layers
7{
10 {
13 [PropertyAlias("share")]
14 double participation { get; set; }
15
17 [PropertyAlias(new[] { "inception", "coverage start", "coverage period start" })]
18 DateTime? inception_date { get; set; }
19
21 [PropertyAlias(new[] { "expiry", "expiration", "expiration date", "coverage end", "coverage period end" })]
22 DateTime? expiry_date { get; set; }
23
26 MonetaryUnit premium { get; set; }
27
29 List<Fee> fees { get; set; }
30 }
31}
Specifies one or more aliases to be used as synonyms for the property's name.
Representation of a monetary value with a currency.
Abstract representation of a layer with terms.
Abstract representation of a layer with terms.
MonetaryUnit premium
The premium expected to be written by this layer excluding reinstatement premiums.
DateTime? inception_date
The date and time when the contract takes effect.
DateTime? expiry_date
The date and time when effect of the contract expires.
double participation
The amount of participation of the reinsurer in this deal as the percentage of loss,...
List< Fee > fees
The fees that are applied to this layer's trials.