Touchstone 11.0 API Reference
PerilType Enumeration


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace : PerilType Enumeration
Indicates how Touchstone® should choose which peril to use when calculating data scores for a Data Quality Analysis.
Syntax
Public Enum PerilType 
   Inherits System.Enum
Dim instance As PerilType
public enum PerilType : System.Enum 
Members
MemberDescription
MaximumLossCostPerilIndicates that Touchstone® should use the peril (Earthquake, Hurricane, or Severe Thunderstorm) with the highest modeled loss cost to calculate the scores, based on the location and characteristics of the exposure, for a Data Quality Analysis.
MaximumOfHurricaneAndSevereStormPerilIndicates that Touchstone® should use the peril (Hurricane or Severe Storm only) with the higher modeled loss cost to calculate the scores, based on the location and characteristics of the exposure, for a Data Quality Analysis.
UserProvidedPerilIndicates that Touchstone® should use the selected peril (Earthquake, Hurricane, or Severe Storm) to calculate the scores for all Locations for a Data Quality Analysis.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.DataQualityAnalysis.Data.PerilType

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