C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
QCLSLossSet.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
4
5namespace AnalyzeRe.LossSets
6{
13 {
14 #region Public Properties
18 [DataMember(Order = 21)]
19 [GreaterThan(-1, true)]
20 [LessThan(1, true)]
21 public double correlation_coefficient { get; set; }
22
25 [DataMember(Order = 22)]
26 [NotNull]
28
33 [DataMember(Order = 23)]
34 [NotNull]
36 #endregion Public Properties
37 }
38}
Base for all conventional loss sets, which generate losses, have a server-generated loss profile,...
The Quantile-Based Correlated Loss Sampling (QCLS) loss set is a simulated parametric loss set which ...
IReference< Simulation > simulation
The simulated set of events for which to generate losses. Usually represents a model of industry even...
IReference< IContinuousDistribution > distribution
The loss severity distribution associated with this loss set. Can be any ContinuousDistribution or Cu...
double correlation_coefficient
Specifies the correlation of this loss set's severity to the attached simulation, which usually repre...
Base interface for all reference entities.