C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ILossSet_Simulated.cs
Go to the documentation of this file.
2
3namespace AnalyzeRe.LossSets
4{
9 {
11 int trial_count { get; set; }
12
13 // TODO: It just so happens that both pre-simulated loss sets (e.g. with a trial count) support
14 // optional reinstatement information - so this is included in this interface. If one day that
15 // is no longer true, it would make sense to create a separate "ILossSet_WithOptionalReinstatementInfo"
16 // or similar, and have this interface inherit from that it if appropriate.
23 }
24}
Indicates that the property, if left null, will have a default value generated and filled in by the s...
An interface for pre-simulated loss sets some data associated with them, some hard-coded seasonality ...
int trial_count
Number of trials in these simulated losses.
ReinstatementsDataType? reinstatements_data_type
Dictates whether any reinstatement information associated with the loss set should be interpreted as ...
Combines the interfaces for a loss set and a resource with a data endpoint.
Shared interface with loss sets that have seasonality considerations.
ReinstatementsDataType
Dictates how any reinstatement information associated with a loss set should be interpreted.