Touchstone 11.0 API Reference
TreatyType Enumeration


Air.Services.Proxy Assembly > AIR.InformationModel.Reinsurance.Data Namespace : TreatyType Enumeration
Provides a series of codes that indicate the type of reinsurance treaty associated with this reinsurance program.
Syntax
Public Enum TreatyType 
   Inherits System.Enum
Dim instance As TreatyType
public enum TreatyType : System.Enum 
Members
MemberDescription
All Defines the all (7) treaty code.
AllButCatExcessOfLoss Defines the all but catastrophe excess of loss (7) treaty code.
AllButPerRiskExcessOfLoss Defines the all but per risk excess of loss (8) treaty code.
CatExcessOfLoss Defines the catastrophe excess of loss (4) treaty code.
Default Defines the default (0) treaty code.
Facultative Defines the facultative (3) treaty code.
PerRiskExcessOfLoss Defines the per risk excess of loss (5) treaty code.
QuotaShare Defines the quota share (2) treaty code.
SurplusShare Defines the surplus share (1) treaty code.
SurplusShareCatExcessOfLoss Defines the surplus share catastrophe excess of loss (9) treaty code.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.InformationModel.Reinsurance.Data.TreatyType

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.InformationModel.Reinsurance.Data Namespace