C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.LossSets.ILossSet_Simulated Interface Reference

An interface for pre-simulated loss sets some data associated with them, some hard-coded seasonality assumptions (hence a start_date), some hard-coded trial_count and optionally some pre-simulated reinstatement information if it is net loss set data. More...

Public Member Functions

ShallowCopy< T > ()
 Create a shallow copy of this object.
 

Properties

string collection_name [get]
 The relative path from the root of the API at which the collection of resources of this type reside.
 
DateTime? created [get, set]
 The date and time when the resource was created on the system.
 
LargeDataSubResource data [get]
 An endpoint for accessing or modifying the data file attached to this resource.
 
IReference< DataFiledata_file [get, set]
 A reference to the data attached to this resource. This field will automatically be created if you initiate an upload using the data property, or this can be set to reference an existing file on the server to immediately initiate the commit phase of this resource.
 
string description [get, set]
 A user-friendly description of the resource.
 
string id [get, set]
 The resource's unique identifier. It will be used in the request URL when requesting the resource from the server.
 
LossTypeloss_type [get, set]
 Indicates what types of losses are generated by this loss set. If not specified the server will default to LossGross, except for YLTLossSets, which are assumed to be LossNetOfAggregateTerms by default.
 
Dictionary< string, object > meta_data [get, set]
 Any user-defined metadata for this layer.
 
DateTime? modified [get, set]
 The date and time when the resource was last modified on the system.
 
string Path [get]
 The relative path to this endpoint from the root URL.
 
LossSetProfile profile [get, set]
 A profile of this loss set, generated by the server after post.
 
ReinstatementsDataTypereinstatements_data_type [get, set]
 Dictates whether any reinstatement information associated with the loss set should be interpreted as a fixed dollar amount. (ReinstatementsDataType.currency) or as a percentage of the premium of the layer this loss set gets attached to (ReinstatementsDataType.percentage).
 
DateTime start_date [get, set]
 The date and time when the loss set begins generating losses, i.e. the date that corresponds with sequence 0.
 
TaskStatus status [get, set]
 Validation status of this resource.
 
string status_message [get, set]
 Resource validation status message (if any).
 
int trial_count [get, set]
 Number of trials in these simulated losses.
 
string type [get]
 The server identifier for this resource's polymorphic sub-type.
 

Detailed Description

An interface for pre-simulated loss sets some data associated with them, some hard-coded seasonality assumptions (hence a start_date), some hard-coded trial_count and optionally some pre-simulated reinstatement information if it is net loss set data.

Definition at line 8 of file ILossSet_Simulated.cs.

Inheritance diagram for AnalyzeRe.LossSets.ILossSet_Simulated:
AnalyzeRe.LossSets.ILossSet_WithSeasonality AnalyzeRe.LossSets.ILossSet_WithData AnalyzeRe.LossSets.ILossSet AnalyzeRe.LossSets.ILossSet AnalyzeRe.APITypes.IAPIResource_WithDataEndpoint AnalyzeRe.APITypes.IStoredAPIResource AnalyzeRe.APITypes.IAPI_Polymorphic AnalyzeRe.APITypes.IStoredAPIResource AnalyzeRe.APITypes.IAPI_Polymorphic AnalyzeRe.APITypes.IStoredAPIResource_WithStatus AnalyzeRe.IAPIResource AnalyzeRe.IAPIResource AnalyzeRe.APITypes.IStoredAPIResource AnalyzeRe.IAPIType AnalyzeRe.APITypes.IEndpoint AnalyzeRe.IAPIType AnalyzeRe.APITypes.IEndpoint AnalyzeRe.IAPIResource AnalyzeRe.IAPIType AnalyzeRe.APITypes.IEndpoint AnalyzeRe.LossSets.YELTLossSet AnalyzeRe.LossSets.YLTLossSet

Member Function Documentation

◆ ShallowCopy< T >()

T AnalyzeRe.IAPIType.ShallowCopy< T > ( )
inherited

Create a shallow copy of this object.

Returns
A shallow copy of this object.

Implemented in AnalyzeRe.APIType.

Type Constraints
T :IAPIType 

Property Documentation

◆ collection_name

◆ created

DateTime? AnalyzeRe.APITypes.IStoredAPIResource.created
getsetinherited

The date and time when the resource was created on the system.

Implemented in AnalyzeRe.APITypes.StoredAPIResource.

Definition at line 19 of file IStoredAPIResource.cs.

◆ data

LargeDataSubResource AnalyzeRe.APITypes.IAPIResource_WithDataEndpoint.data
getinherited

An endpoint for accessing or modifying the data file attached to this resource.

Implemented in AnalyzeRe.APITypes.APIResource_WithDataEndpoint, AnalyzeRe.Distributions.CustomDistribution, AnalyzeRe.LossSets.LossSet_WithData, and AnalyzeRe.StaticSimulation.

Definition at line 15 of file IAPIResource_WithDataEndpoint.cs.

◆ data_file

IReference<DataFile> AnalyzeRe.APITypes.IAPIResource_WithDataEndpoint.data_file
getsetinherited

A reference to the data attached to this resource. This field will automatically be created if you initiate an upload using the data property, or this can be set to reference an existing file on the server to immediately initiate the commit phase of this resource.

Implemented in AnalyzeRe.APITypes.APIResource_WithDataEndpoint, AnalyzeRe.Distributions.CustomDistribution, AnalyzeRe.LossSets.LossSet_WithData, and AnalyzeRe.StaticSimulation.

Definition at line 23 of file IAPIResource_WithDataEndpoint.cs.

◆ description

string AnalyzeRe.APITypes.IStoredAPIResource.description
getsetinherited

A user-friendly description of the resource.

Implemented in AnalyzeRe.APITypes.StoredAPIResource.

Definition at line 14 of file IStoredAPIResource.cs.

◆ id

string AnalyzeRe.IAPIResource.id
getsetinherited

The resource's unique identifier. It will be used in the request URL when requesting the resource from the server.

Implemented in AnalyzeRe.APIResource, and AnalyzeRe.Optimization.Candidate.

Definition at line 14 of file IAPIResource.cs.

◆ loss_type

LossType? AnalyzeRe.LossSets.ILossSet.loss_type
getsetinherited

Indicates what types of losses are generated by this loss set. If not specified the server will default to LossGross, except for YLTLossSets, which are assumed to be LossNetOfAggregateTerms by default.

Implemented in AnalyzeRe.LossSet.

Definition at line 15 of file ILossSet.cs.

◆ meta_data

Dictionary<string, object> AnalyzeRe.APITypes.IStoredAPIResource.meta_data
getsetinherited

Any user-defined metadata for this layer.

Implemented in AnalyzeRe.APITypes.StoredAPIResource.

Definition at line 30 of file IStoredAPIResource.cs.

◆ modified

DateTime? AnalyzeRe.APITypes.IStoredAPIResource.modified
getsetinherited

The date and time when the resource was last modified on the system.

Implemented in AnalyzeRe.APITypes.StoredAPIResource.

Definition at line 24 of file IStoredAPIResource.cs.

◆ Path

string AnalyzeRe.APITypes.IEndpoint.Path
getinherited

The relative path to this endpoint from the root URL.

Implemented in AnalyzeRe.API.PortfolioViewMarginals, AnalyzeRe.APITypes.SubResourceEndpoint, AnalyzeRe.APIResource, and AnalyzeRe.Optimization.Candidate.

Definition at line 13 of file IEndpoint.cs.

◆ profile

LossSetProfile AnalyzeRe.LossSets.ILossSet.profile
getsetinherited

A profile of this loss set, generated by the server after post.

Implemented in AnalyzeRe.LossSet.

Definition at line 19 of file ILossSet.cs.

◆ reinstatements_data_type

ReinstatementsDataType? AnalyzeRe.LossSets.ILossSet_Simulated.reinstatements_data_type
getset

Dictates whether any reinstatement information associated with the loss set should be interpreted as a fixed dollar amount. (ReinstatementsDataType.currency) or as a percentage of the premium of the layer this loss set gets attached to (ReinstatementsDataType.percentage).

Implemented in AnalyzeRe.LossSets.YELTLossSet, and AnalyzeRe.LossSets.YLTLossSet.

Definition at line 22 of file ILossSet_Simulated.cs.

◆ start_date

DateTime AnalyzeRe.LossSets.ILossSet_WithSeasonality.start_date
getsetinherited

The date and time when the loss set begins generating losses, i.e. the date that corresponds with sequence 0.

Implemented in AnalyzeRe.LossSets.ParametricLossSet, AnalyzeRe.LossSets.YELTLossSet, and AnalyzeRe.LossSets.YLTLossSet.

Definition at line 10 of file ILossSet_WithSeasonality.cs.

◆ status

TaskStatus AnalyzeRe.APITypes.IStoredAPIResource_WithStatus.status
getsetinherited

◆ status_message

string AnalyzeRe.APITypes.IStoredAPIResource_WithStatus.status_message
getsetinherited

◆ trial_count

int AnalyzeRe.LossSets.ILossSet_Simulated.trial_count
getset

Number of trials in these simulated losses.

Implemented in AnalyzeRe.LossSets.YELTLossSet, and AnalyzeRe.LossSets.YLTLossSet.

Definition at line 11 of file ILossSet_Simulated.cs.

◆ type

string AnalyzeRe.APITypes.IAPI_Polymorphic.type
getinherited

The server identifier for this resource's polymorphic sub-type.

Implemented in AnalyzeRe.APITypes.APIType_Polymorphic, AnalyzeRe.APITypes.StoredAPIResource_Polymorphic, and AnalyzeRe.LayerView< T >.

Definition at line 10 of file IAPI_Polymorphic.cs.


The documentation for this interface was generated from the following file: