C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ILossSet_WithSeasonality.cs
Go to the documentation of this file.
1using System;
2
3namespace AnalyzeRe.LossSets
4{
7 {
10 DateTime start_date { get; set; }
11 }
12}
Shared interface with loss sets that have seasonality considerations.
DateTime start_date
The date and time when the loss set begins generating losses, i.e. the date that corresponds with seq...
Base Interface for all loss sets.
Definition ILossSet.cs:11