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

Classes

class  AggregateQuotaShare
 Representation of a Quota Share contract that is limited in annual payouts. More...
 
class  AggXL
 Representation of an Aggregate Catastrophe Excess of Loss layer. More...
 
class  BackAllocatedLayer
 Acts as a replacement for IAPIResourceView.back_allocations. Computes the proportion of some sink structure whose net losses should be attributed to the specified source. This is done on a per-event-occurrence basis, so the result is a new YELT. As such, this Back-Allocated structure can be used like any other layer when simulated. More...
 
class  CatXL
 Representation of a Catastrophe Excess of Loss (CatXL) layer. More...
 
class  DelayedPayment
 A "delayed payment" payment pattern models claims being paid in instalments at fixed delays after the claim occurred. More...
 
class  Filter
 Filter is like a layer whose 'terms' are to filter events out of the loss sources. By referencing some loss sets filters, the result is that only the losses that meet the criteria of the filters are emitted. More...
 
class  FixedDatePayment
 A "delayed payment" payment pattern models claims being paid in instalments at specific dates following the date of occurrence. More...
 
class  FixedRateCurrencyConverter
 A structure that can be used to change the currency of a loss stream from one currency to another at a fixed rate. Loss sets can be converted from one currency to another directly using this structure. Other layers whose losses are output in a currency that needs to be converted at a fixed rate can also be converted by using this structure as the sink of a NestedLayer. This is a unique structure that cannot be saved to the layers endpoint, it can only be inlined within a LayerView. More...
 
class  Generic
 Representation of an Aggregate Catastrophe Excess of Loss layer with reinstatements. More...
 
interface  ILayer_WithAggregateTerms
 Abstract representation of a layer that has occurrence terms. More...
 
interface  ILayer_WithLossSets
 Abstract representation of a layer with terms. More...
 
interface  ILayer_WithOccurrenceTerms
 Abstract representation of a layer that has occurrence terms. More...
 
interface  ILayer_WithReinstatements
 Abstract representation of a layer with terms. More...
 
interface  ILayer_WithTerms
 Abstract representation of a layer with terms. More...
 
class  IndustryLossWarranty
 Representation of an Industry Loss Warranty, which is a layer that triggers a payout (currently expressed as a negative loss) when a specified loss trigger amount is reached on a single event occurrence. More...
 
class  Layer_WithLossSets
 Abstract representation of a layer. This resource type cannot be instantiated instead derived resource types should be used for instantiation. More...
 
class  Layer_WithTerms
 Abstract representation of a layer. This resource type cannot be instantiated instead derived resource types should be used for instantiation. More...
 
class  Layer_XL
 Abstract representation of a base Excess of Loss layer. More...
 
class  LossRank
 The LossRank layer allows one to select a subset of occurrences in a trial year based on the relative loss amount (rank) of the occurrences. More...
 
class  Nested
 Allows one or more source layers or layer_views to be attached as loss sources to some other layer definition (sink), producing a new layer. More...
 
class  NoClaimsBonus
 The No Claims Bonus applies a payout to trials which contain no losses. (i.e. when there are no occurrences, or when the sum of all trial losses is less than or equal to zero) More...
 
class  Policy
 Layer Policy is the rule on RecordType that determines how occurrences belonging to a particular RecordType are treated by the layer. The user can use layer policy to control the individual record type’s behavior within a layer. More...
 
class  QuotaShare
 Representation of a Quota Share contract. More...
 
class  Reinstatement
 Represents a reinstatement premium and brokerage amount. More...
 
class  SurplusShare
 Representation of a Surplus Share contract. More...
 
class  ValueAllocator
 Surfaces the value-allocator specialty structure (which is treated as a "layer definition" by the API). Similar to the Nested layer construct, this structure can reference other layers or layer_views and manipulate their losses in a specific way. The resulting net losses to this structure represent a proportional allocation (multiplication) of the source structures' losses, using the ratio of the "Target" (target) to "Group" (group) structures' loss for each event loss occurrence. More...