C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.APIResourceView Namespace Reference

Classes

class  BaseAPIResourceView
 PortfolioView and LayerView abstract base class. More...
 
class  SimulationResult
 Defines a new SimulationResult endpoint off the current resource. More...
 
class  TargetCurrencyDefault
 Attribute used to define the default value assigned to the target_currency property by the server when this property is left null. More...
 
class  YELTSimulationResult
 A pass-through to the yelt endpoint for configuring and downloading a per-trial simulation result from the analytics engine. More...
 
class  YLTSimulationResult
 A pass-through to the ylt endpoint for configuring and downloading a per-trial simulation result from the analytics engine. More...
 

Enumerations

enum  AggregationMethod { AEP , OEP }
 Specifies the method of aggregating event occurrences in a trial year for computing different types of metrics (AEP or OEP). More...
 
enum  State { Created , Running , Completed , Failed }
 Enumeration for defining different states as used in APIResourceView_Status responses. More...
 

Enumeration Type Documentation

◆ AggregationMethod

Specifies the method of aggregating event occurrences in a trial year for computing different types of metrics (AEP or OEP).

Enumerator
AEP 

Aggregate Exceedance Probability (AEP) is the standard aggregation method for tail metrics and produces a YLT (PML Table) by summing all the event occurrences in a trial year.

OEP 

Occurrence Exceedance Probability (OEP) is a specialized aggregation method that produces a YLT (PML Table) that includes only the largest all the event occurrences in each trial year.

Definition at line 5 of file AggregationMethod.cs.

◆ State

Enumeration for defining different states as used in APIResourceView_Status responses.

Enumerator
Created 

View has been created, but simulation has not been run.

Running 

Simulation is being run.

Completed 

Simulation is done running and results should be ready.

Failed 

Simulation is done running and has failed. Results will not be ready.

Definition at line 4 of file State.cs.