Touchstone Re 2023 API Reference
Peril Enumeration


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.Common.Data Namespace : Peril Enumeration
Provides a series of codes to represent the perils that the software models.
Syntax
Public Enum Peril 
   Inherits System.Enum
Dim instance As Peril
public enum Peril : System.Enum 
Members
MemberDescription
CropHailDefines the Crop Hail peril (32768).
EarthquakeShakeDefines the Earthquake Shake peril (4).
FireDefines the Fire peril (8).
FloodDefines the Flood peril (2064).
MPCIDefines the Mulitple Peril Crop Insurance peril (1024).
PandemicDefines the Pandemic peril (16384).
SevereThunderstormDefines the Severe Thunderstorm peril (2).
TerrorismDefines the Terrorism peril (32).
TropicalCycloneDefines the Tropical Cyclone peril (1).
WindAllDefines the Wind All peril (67).
WinterStormDefines the Winter Storm peril (64).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Reinsurance.Common.Data.Peril

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