Touchstone Re 2023 API Reference
CededAmount Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > Reinsurance Class : CededAmount Property
Contains the ceded amount (percentage) for this Reinsurance Treaty.
Syntax
Public Property CededAmount As Nullable(Of Double)
Dim instance As Reinsurance
Dim value As Nullable(Of Double)
 
instance.CededAmount = value
 
value = instance.CededAmount
public Nullable<double> CededAmount {get; set;}
Remarks
Default: 100.00

Touchstone® interprets any values that are less than or equal to 1 as percentages (e.g., 0.12 as 12%).

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