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

Base for all conventional loss sets, which generate losses, have a server-generated loss profile, and require a currency to be specified. 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.
 
string description [get, set]
 A user-friendly description of the resource.
 
List< IReference< EventCatalog > > event_catalogs [get, set]
 A list of event catalog for which the loss set contains event losses.
 
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.
 
string type [get]
 The server identifier for this resource's polymorphic sub-type.
 

Detailed Description

Base for all conventional loss sets, which generate losses, have a server-generated loss profile, and require a currency to be specified.

Definition at line 8 of file ILossSet_WithEventCatalog.cs.

Inheritance diagram for AnalyzeRe.LossSets.ILossSet_WithEventCatalog:
AnalyzeRe.LossSets.ILossSet AnalyzeRe.APITypes.IStoredAPIResource AnalyzeRe.APITypes.IAPI_Polymorphic AnalyzeRe.IAPIResource AnalyzeRe.IAPIType AnalyzeRe.APITypes.IEndpoint AnalyzeRe.LossSets.ELTLossSet AnalyzeRe.LossSets.YELTLossSet AnalyzeRe.LossSets.PortfolioLossSet AnalyzeRe.LossSets.TreatyLossSet

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.

◆ 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.

◆ event_catalogs

List<IReference<EventCatalog> > AnalyzeRe.LossSets.ILossSet_WithEventCatalog.event_catalogs
getset

A list of event catalog for which the loss set contains event losses.

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

Definition at line 13 of file ILossSet_WithEventCatalog.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.

◆ 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: