Touchstone 11.0 API Reference
ReinsField1 Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > Reinsurance Class : ReinsField1 Property
Contains the ceded reinsurance field 1.
Syntax
Public Property ReinsField1 As Nullable(Of Double)
Dim instance As Reinsurance
Dim value As Nullable(Of Double)
 
instance.ReinsField1 = value
 
value = instance.ReinsField1
public Nullable<double> ReinsField1 {get; set;}
Remarks
The ceded reinsurance field 1 can contain up to 20 characters.

If the ceded reinsurance type is PFCP, this field contains the percent of proportional facultative reinsurance ceded. In this case, enter the appropriate percentage as a decimal greater than 0 and less than 1, for example, 0.12 for "12%."

If the ceded reinsurance type is PFCA, this field contains the monetary value of the ceded proportional facultative reinsurance. In this case, enter the monetary value.

If the ceded reinsurance type is NFG or SS, this field contains the Layer number of the ceded excess facultative reinsurance. In this case, enter a positive integer.

Each Layer should be identified by a number (1, 2, 3, etc.).

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