Touchstone 11.0 API Reference
AttachmentPoint Property (Reinsurance)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > Reinsurance Class : AttachmentPoint Property
Contains the attachment point, that is, the amount of original risk above which the limit attaches for this Reinsurance Treaty.
Syntax
Public Property AttachmentPoint As Nullable(Of Double)
Dim instance As Reinsurance
Dim value As Nullable(Of Double)
 
instance.AttachmentPoint = value
 
value = instance.AttachmentPoint
public Nullable<double> AttachmentPoint {get; set;}
Remarks
An attachment point is the loss amount at which excess reinsurance becomes operative. This term is synonymous with "retention" under an excess reinsurance contract.

You can specify deductibles separately or include them as part of the attachment point amount with a $0 deductible used.

For blanket (B) or excess (E) Sublimits, specify the actual monetary value. Not used for all other Sublimits.

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