C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
LossSet_WithCurrency.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
3
4namespace AnalyzeRe.LossSets
5{
8 public abstract class LossSet_WithCurrency : LossSet
9 {
11 [DataMember(Order = 18)]
12 [NotNull]
13 [NotEmpty]
14 public string currency { get; set; }
15 }
16}
Base class for all LossSet sub-types. A LossSet is a resource that generates sample (trial) losses wh...
Definition LossSet.cs:13
Base for all conventional loss sets, which generate losses, have a server-generated loss profile,...
string currency
The currency of the losses in this loss set.