2using System.Collections.Generic;
3using System.Runtime.Serialization;
12 #region Public Properties
15 [DataMember(Order = 20)]
19 [DataMember(Order = 21)]
21 public Dictionary<string, string>
attributes {
get;
set; }
24 [DataMember(Order = 22)]
31 [DataMember(Order = 23)]
34 #endregion Public Properties
Indicates that the property, if left null, will be given a default value by the server corresponding ...
Indicates that the property, if left null, will have a default value generated and filled in by the s...
Base for all loss sets for which pre-generated loss data must be uploaded.
Representation of a loss set with an associated simulated yearly losses table.
ReinstatementsDataType? reinstatements_data_type
Dictates whether any reinstatement information associated with the loss set should be interpreted as ...
YLTLossSet()
Construct a new YLTLossSet with an empty attributes list.
Dictionary< string, string > attributes
Loss attributes generated by this LossSet.
DateTime start_date
The date and time associated with every loss generated by this loss set.t.
int trial_count
Number of trials in these simulated losses.
An interface for pre-simulated loss sets some data associated with them, some hard-coded seasonality ...
ReinstatementsDataType
Dictates how any reinstatement information associated with a loss set should be interpreted.