Touchstone 11.0 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
All Defines the set of all the Financial Perspectives that the software supports (-1).
Gross Defines the Gross Financial Perspective (2).
GrossLessPostCATNet Defines the Gross Less Post-CAT Net Financial Perspective (128).
GrossLessPreCATNet Defines the Gross Less Pre-CAT Net Financial Perspective (64).
GrossPreLayer Defines the Pre-Layer Gross Financial Perspective (8).
GroundUp Defines the Ground-up Financial Perspective (1).
NetPostCatastrophe Defines the Post-CAT Net Financial Perspective (32).
NetPreCatastrophe Defines the Net of Pre-CAT Financial Perspective (16).
PostCATNetLessPreCATNet Defines the Post-CAT Net Less Pre-CAT Net Financial Perspective (256).
Retained Defines the Retained Financial Perspective (4).
Treaty Defines 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