Contains the supporting objects and enums for the contract.
![]() |
SublimitDto
Contains the supporting objects and enums for the contract.
|
| Name | Description | Data Type |
|---|---|---|
| aggregateAttachmentPoint | Contains the aggregate amount of all attachment points under contract layer. | number (double) |
| aggregateDeductible | Contains the maximum deductible amount payable under aggregate deductible limit. | number (double) |
| aggregateDeductibleType | Contains the type of deductible that the service has used to compute the aggregate loss. | AggregateDeductibleType |
| aggregateLimit | Contains the maximum amount payable under contract layer that provides overall maximum loss limitation. | number (double) |
| aggregateLimitType | Contains the aggregate limit type that the service has used to compute the aggregate loss. | AggregateLimitType |
| area | Contains an alphanumeric code that identifies the area for which this sublimit applies. | string |
| attachmentPointA | Contains Coverage A attachment point for by-coverage limit type. | number (double) |
| attachmentPointB | Contains Coverage B attachment point for by-coverage limit type. | number (double) |
| attachmentPointC | Contains Coverage C attachment point for by-coverage limit type. | number (double) |
| attachmentPointD | Contains Coverage D attachment point for by-coverage limit type. | number (double) |
| deductible1 | Contains Deductible 1 amount. | number (double) |
| deductible2 | Contains Deductible 2 amount. | number (double) |
| deductible3 | Contains Deductible 3 amount. | number (double) |
| deductible4 | Contains Deductible 4 amount. | number (double) |
| deductibleType | Contains the sublimit deductible type. | SublimitDeductibleType |
| limit3 | Contains Coverage C limit for by-coverage limit type. | number (double) |
| limit4 | Contains Coverage D limit for by-coverage limit type. | number (double) |
| limitType | Contains the occurrence limit type to sublimit for a single contract. | SublimitOccurrenceLimitType |
| 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 |
| sublimits | Contains a list of sublimits for this sublimit. Each object on this list contains detailed information about a specific sublimit. | Array[SublimitDto] |
| totalLimit | Contains the occurence limit amount. For by-coverage limit type, this is Coverage A limit. | number (double) |
| totalParticipation | Contains the occurrence participation. For by-coverage limit type, this is Coverage B limit. | number (double) |