Contains the supporting objects and enums for the Average Annual Loss (AAL) summary.
![]() |
AnnualSummaryDto
Contains the supporting objects and enums for the Average Annual Loss (AAL) summary.
|
| Name | Description | Data Type |
|---|---|---|
| coverage | Contains the coverage type for a location or a contract associated with the detailed loss analysis request. | Coverage |
| epAnnualType | Contains the annual exceedance probability (EP) curve type. | EPAnnualType |
| financialPerspective | Contains the financial perspective type for the detailed loss analysis results. | FinancialPerspective |
| mean | Contains the mean annual expected loss, which is determined by taking the sum of all expected losses for the simulation and dividing by the number of years of the simulation. | number (double) |
| perils | Contains all of the perils to include in a detailed loss analysis service request. | PerilDto |
| perils\allLicensedPerils | Contains all licensed perils. | boolean |
| perils\coastalFlood | Coastal flood | boolean |
| perils\cropHail | Crop hail | boolean |
| perils\earthquakeShake | Earthquake shake | boolean |
| perils\fireFollowing | Fire following | boolean |
| perils\hail | Hail | boolean |
| perils\inlandFlood | Inland flood | boolean |
| perils\landslide | Landslide | boolean |
| perils\liquefaction | Liquefaction | boolean |
| perils\multiPerilCrop | Multi-peril crop | boolean |
| perils\pandemic | Pandemic flu | boolean |
| perils\precipitationFlood | Precipitation flood | boolean |
| perils\propertyDamage | Property damage (Cyber) | boolean |
| perils\securityBreach | Security breach (Cyber) | boolean |
| perils\severeThunderstorm | Severe thunderstorm | boolean |
| perils\sprinklerLeakage | Sprinkler leakage | boolean |
| perils\stormSurge | Storm surge | boolean |
| perils\straightLineWinds | Straight line winds | boolean |
| perils\terrorism | Terrorism | boolean |
| perils\tornado | Tornado | boolean |
| perils\tsunami | Tsunami | boolean |
| perils\wildfire | Wildfire/bushfire | boolean |
| perils\wind | Wind | boolean |
| perils\winterStorm | Winter storm | boolean |
| returnPeriods | Contains the list of return periods. | Array[ReturnPeriodDto] |
| standardDeviation | Contains the standard deviation from the mean annual expected loss. | number (double) |
| targetID | Identifies the target record for which losses were produced. | string |
| targetType | Contains the target of the analysis for which losses were produced. | TargetType |