Touchstone Re 2023 API Reference
Quality Enumeration


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace : Quality Enumeration
Provides a set of codes to define the Quality of the exported Aggregate Exposure information (such as sums insured, risk count, payroll, and premium data) from Touchstone. Reinsurers can export the aggregate exposures from Touchstone as UNICEDE2 file and import this file into Touchstone Re for further downstream analysis.
Syntax
Public Enum Quality 
   Inherits System.Enum
Dim instance As Quality
public enum Quality : System.Enum 
Members
MemberDescription
ExcellentDefines an excellent quality of exposure information (1).
FairDefines fair quality of exposure information (3).
GoodDefines good quality of exposure information (2).
PoorDefines poor quality of exposure information (4).
VeryPoorDefines very poor quality of exposure information (5).
Inheritance Hierarchy

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

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