Touchstone Re 2023 API Reference
GrossLimit Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > Reinsurance Class : GrossLimit Property
Contains the gross limit for this Reinsurance Treaty.
Syntax
Public Property GrossLimit As Nullable(Of Double)
Dim instance As Reinsurance
Dim value As Nullable(Of Double)
 
instance.GrossLimit = value
 
value = instance.GrossLimit
public Nullable<double> GrossLimit {get; set;}
Remarks
The gross Reinsurance Treaty limit is the maximum amount of loss that this Reinsurance Treaty will cover.
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

Reinsurance Class
Reinsurance Members