Touchstone Re 2023 API Reference
BuildingDeductible Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > StepFunctionDetail Class : BuildingDeductible Property
Contains the building deductible that can be used, for example, to account for fire policies before applying Step Functions.
Syntax
Public Property BuildingDeductible As Nullable(Of Double)
Dim instance As StepFunctionDetail
Dim value As Nullable(Of Double)
 
instance.BuildingDeductible = value
 
value = instance.BuildingDeductible
public Nullable<double> BuildingDeductible {get; set;}
Remarks
If the Trigger Type for the corresponding Step Function is 1, 2, 4, or 5, specify the deductible as a monetary value or a percentage (as a decimal greater than or equal to 0 and less than or equal to 1), for example, 0.12 for "12%." This field is not applicable if the trigger type is "Building+Contents" (3).
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

StepFunctionDetail Class
StepFunctionDetail Members