1using System.Runtime.Serialization;
14 #region Public Properties
18 [DataMember(Order = 21)]
19 [GreaterThan(-1,
true)]
25 [DataMember(Order = 22)]
33 [DataMember(Order = 23)]
36 #endregion Public Properties
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.