Loss Analysis Service
AnnualDetailDto Json Schema
Loss Analysis Service : AnnualDetailDto Json Schema
Description
Contains the supporting objects and enums for the annual detailed loss analysis.
Overview
AnnualDetailDto
Contains the supporting objects and enums for the annual detailed loss analysis.
coverage : Coverage
Contains the coverage type for a location or a contract associated with the detailed loss analysis request.
epAnnualType : EPAnnualType
Contains the annual exceedance probability (EP) curve type.
financialPerspective : FinancialPerspective
Contains the financial perspective type for the detailed loss analysis results.
perils : PerilDto
Contains all of the perils to include in a detailed loss analysis service request.
allLicensedPerils : boolean
Contains all licensed perils.
coastalFlood : boolean
Coastal flood
cropHail : boolean
Crop hail
earthquakeShake : boolean
Earthquake shake
fireFollowing : boolean
Fire following
hail : boolean
Hail
inlandFlood : boolean
Inland flood
landslide : boolean
Landslide
liquefaction : boolean
Liquefaction
multiPerilCrop : boolean
Multi-peril crop
pandemic : boolean
Pandemic flu
precipitationFlood : boolean
Precipitation flood
propertyDamage : boolean
Property damage (Cyber)
securityBreach : boolean
Security breach (Cyber)
severeThunderstorm : boolean
Severe thunderstorm
sprinklerLeakage : boolean
Sprinkler leakage
stormSurge : boolean
Storm surge
straightLineWinds : boolean
Straight line winds
terrorism : boolean
Terrorism
tornado : boolean
Tornado
tsunami : boolean
Tsunami
wildfire : boolean
Wildfire/bushfire
wind : boolean
Wind
winterStorm : boolean
Winter storm
returnPeriods : Array[ReturnPeriodDto]
Contains a list of return periods.
aggregateLoss : number (double)
Contains the aggregate loss based on all events that occurred during a year.
aggregateYear : integer (int32)
Specifies the year in the event catalog that the service used to compute the aggregate loss.
occurrenceEvent : integer (int32)
Contains the event that produced the largest loss in the simulated year.
occurrenceLoss : number (double)
Contains the single largest loss caused by all events in the simulated year.
occurrenceModel : integer (int32)
Contains the model that produced the largest loss in the simulated year.
occurrencePerils : PerilDto
Contains all of the perils to include in a detailed loss analysis service request.
allLicensedPerils : boolean
Contains all licensed perils.
coastalFlood : boolean
Coastal flood
cropHail : boolean
Crop hail
earthquakeShake : boolean
Earthquake shake
fireFollowing : boolean
Fire following
hail : boolean
Hail
inlandFlood : boolean
Inland flood
landslide : boolean
Landslide
liquefaction : boolean
Liquefaction
multiPerilCrop : boolean
Multi-peril crop
pandemic : boolean
Pandemic flu
precipitationFlood : boolean
Precipitation flood
propertyDamage : boolean
Property damage (Cyber)
securityBreach : boolean
Security breach (Cyber)
severeThunderstorm : boolean
Severe thunderstorm
sprinklerLeakage : boolean
Sprinkler leakage
stormSurge : boolean
Storm surge
straightLineWinds : boolean
Straight line winds
terrorism : boolean
Terrorism
tornado : boolean
Tornado
tsunami : boolean
Tsunami
wildfire : boolean
Wildfire/bushfire
wind : boolean
Wind
winterStorm : boolean
Winter storm
occurrenceYear : integer (int32)
Contains the simulated year for which the occurrence loss is calculated.
returnPeriod : number (double)
Contains the expected value of the interval of time (in years) between years having greater or equal loss.
returnPeriodDetail : ReturnPeriodDetail
Contains the aggreate losses for all events that occurred during a year, or the single largest loss caused by all events in a year (occurrence).
targetID : string
Identifies the target record for which the losses were produced.
targetType : TargetType
Contains the target of the analysis for which losses were produced.
Properties
NameDescriptionData Type
Contains the coverage type for a location or a contract associated with the detailed loss analysis request.Coverage
Contains the annual exceedance probability (EP) curve type.EPAnnualType
Contains the financial perspective type for the detailed loss analysis results.FinancialPerspective
Contains all of the perils to include in a detailed loss analysis service request.PerilDto
Contains all licensed perils.boolean
Coastal floodboolean
Crop hailboolean
Earthquake shakeboolean
Fire followingboolean
Hailboolean
Inland floodboolean
Landslideboolean
Liquefactionboolean
Multi-peril cropboolean
Pandemic fluboolean
Precipitation floodboolean
Property damage (Cyber)boolean
Security breach (Cyber)boolean
Severe thunderstormboolean
Sprinkler leakageboolean
Storm surgeboolean
Straight line windsboolean
Terrorismboolean
Tornadoboolean
Tsunamiboolean
Wildfire/bushfireboolean
Windboolean
Winter stormboolean
Contains a list of return periods.Array[ReturnPeriodDto]
Identifies the target record for which the losses were produced.string
Contains the target of the analysis for which losses were produced.TargetType
See Also
Loss Analysis Service