Touchstone Re 2023 API Reference
PercentOfInitialPremium Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.Common.Data Namespace > ReinstatementPremium Class : PercentOfInitialPremium Property
(Optional) Contains a user-provided percentage of the initial premium amount associated with the reinsurance layer.
Syntax
Public Property PercentOfInitialPremium As Nullable(Of Double)
Dim instance As ReinstatementPremium
Dim value As Nullable(Of Double)
 
instance.PercentOfInitialPremium = value
 
value = instance.PercentOfInitialPremium
public Nullable<double> PercentOfInitialPremium {get; set;}
Remarks
Default: 100 percentage

Valid values: A value between 0 and 100 percentage.

The initial premium amount percent applies only to reinsurance programs, except catastrophe bond programs.

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

ReinstatementPremium Class
ReinstatementPremium Members