Touchstone Re 2023 API Reference
ReinsuranceParticipation Enumeration


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace : ReinsuranceParticipation Enumeration
Provides a series of codes that represent the participation to include in an exported detailed loss file.

The participation level indicates the reinsurer's share of the losses to each reinsurance treaty (or layer).

Syntax
Public Enum ReinsuranceParticipation 
   Inherits System.Enum
Dim instance As ReinsuranceParticipation
public enum ReinsuranceParticipation : System.Enum 
Members
MemberDescription
GrossDefines the Gross participation (1), which represents the reinsurer's share of a reinsurance treaty (or layer).
NetDefines the Net participation (2), which represents the reinsurer's share of a reinsurance treaty (or layer) net any retrocession.
OneHundredDefines the OneHundred participation (0), which represents 100 percent of the losses to a treaty (or layer).
Part3Defines the user-specified Part3 (participation 3) participation (3).
Part4Defines the user-specified Part4 (participation 4) participation (4).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.DataExport.Data.ReinsuranceParticipation

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AIR.Services.DataExport.Data Namespace