Touchstone Re 2023 API Reference
FinancialPerspectives Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : FinancialPerspectives Enumeration
Provides a set of codes to describe the financial (loss) perspectives that the software supports.
Syntax
Public Enum FinancialPerspectives 
   Inherits System.Enum
Dim instance As FinancialPerspectives
public enum FinancialPerspectives : System.Enum 
Members
MemberDescription
AllDefines the set of all the Financial Perspectives that the software supports (-1).
GrossDefines the Gross Financial Perspective (2).
GrossLessPostCATNetDefines the Gross Less Post-CAT Net Financial Perspective (128).
GrossLessPreCATNetDefines the Gross Less Pre-CAT Net Financial Perspective (64).
GrossPreLayerDefines the Pre-Layer Gross Financial Perspective (8).
GroundUpDefines the Ground-up Financial Perspective (1).
NetPostCatastropheDefines the Post-CAT Net Financial Perspective (32).
NetPreCatastropheDefines the Net of Pre-CAT Financial Perspective (16).
PostCATNetLessPreCATNetDefines the Post-CAT Net Less Pre-CAT Net Financial Perspective (256).
RetainedDefines the Retained Financial Perspective (4).
TreatyDefines the Treaty Financial Perspective (512).
Remarks
These financial perspectives are approaches to measuring losses from a particular catastrophic event. You use these financial perspectives when running an analysis or retrieving the corresponding results.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Data.FinancialPerspectives

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