Touchstone Re 2023 API Reference
CustomLobFlag Enumeration


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.Common.Data Namespace : CustomLobFlag Enumeration
Provides a set of codes that indicate whether to include custom lines of business during an aggregate loss analysis.
Syntax
Public Enum CustomLobFlag 
   Inherits System.Enum
Dim instance As CustomLobFlag
public enum CustomLobFlag : System.Enum 
Members
MemberDescription
CustomLobOffIndicates that custom lines of business are not included (0).
CustomLobOnIndicates that custom lines of business are included (1).
CustomLobPGMIndicates that custom lines of business are included only if they are enabled for a program included in the analysis. For example, for an aggregate loss analysis on a portfolio of reinsurance treaties, custom lines of business are included only for treaties associated with a reinsurance program that includes custom lines of business.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Reinsurance.Common.Data.CustomLobFlag

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