Touchstone Re 2023 API Reference
Sublimits Property (Sublimit)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > Sublimit Class : Sublimits Property
(Optional) Contains a list of Sublimits for this Layer.

Each object in this list contains detailed information about a specific Sublimit.

Syntax
Public Property Sublimits As List(Of Sublimit)
Dim instance As Sublimit
Dim value As List(Of Sublimit)
 
instance.Sublimits = value
 
value = instance.Sublimits
public List<Sublimit> Sublimits {get; set;}
Remarks
A sublimit is the maximum amount of loss that an insurer/reinsurer will pay by geography or by peril. Sublimits can reduce an insurer/reinsurer's liability to known hazards.

Note: Two or more Sublimits cannot cover the same peril and cannot have the same Sublimit Area. Note that this Sublimit Area restriction includes the "no Sublimit Area" case. That is, two or more Sublimits cannot apply to all associated Locations.

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

Sublimit Class
Sublimit Members