Touchstone Re 2023 API Reference
MarginalImpactPerilSetCode Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : MarginalImpactPerilSetCode Enumeration
Provides a series of codes to represent the perils that Touchstone® supports for marginal impact analyses. You use the codes to configure the Perils option of the marginal impact loss analysis options object.
Syntax
Public Enum MarginalImpactPerilSetCode 
   Inherits System.Enum
Dim instance As MarginalImpactPerilSetCode
public enum MarginalImpactPerilSetCode : System.Enum 
Members
MemberDescription
AllLicensedPerilsDefines the set of all the perils that you have licensed (-1).
CoastalFloodDefines the Coastal Flood peril (16).
EarthquakeDefines the Earthquake peril (4333708).
FireFollowingEarthquakeDefines the FireFollowingEarthquake peril (8).
HailDefines the Hail peril (1048578).
InlandFloodDefines the Inland Flood peril (2048).
LandslideDefines the Landslide peril (131072).
LiquefactionDefines the Landslide peril (4194304).
PrecipitationFloodDefines the Precipitation Flood peril (4096).
SevereThunderstormDefines the Severe Thunderstorm peril (11534338).
SprinklerLeakageDefines the SprinklerLeakage peril (128).
StormSurgeDefines the Storm Surge peril (256).
StraightLineWindsDefines the StraightLineWinds peril (8388610).
TerrorismDefines the Terrorism peril (32).
TornadoDefines the Tornado peril (2097154).
TropicalCycloneDefines the Tropical Cyclone peril (4353).
TsunamiDefines the Tsunami peril (8192).
WildfireDefines the Wildfire peril (512).
WinterStormDefines the Winter Storm peril (64).
Remarks
Use AllLicensedPerils (-1) to represent the set of all perils that you have licensed. Use None to represent no perils.
Inheritance Hierarchy

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

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