C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
PortfolioLossSet.cs
Go to the documentation of this file.
1using System;
2using System.Runtime.Serialization;
5
6namespace AnalyzeRe.LossSets
7{
9 [Obsolete("This is a legacy class, please just use ELTLossSet instead.")]
11 {
12 #region Public Properties
14 [DataMember(Order = 30)]
16
18 [DataMember(Order = 31)]
19 [NotNull]
20 [NotEmpty]
21 public string perspective { get; set; }
22 #endregion Public Properties
23 }
24}
Representation of a single loss set with an associated event loss table.
Definition ELTLossSet.cs:10
Representation of a PortfolioLossSet.
IReference< VendorPortfolioAnalysis > analysis
A reference to the analysis that resulted in this loss set.
string perspective
The perspective for this PortfolioLossSet.
Base interface for all reference entities.