Touchstone Re 2023 API Reference
EventBasedAdjustmentFactorSetId Property (AggregateLossAnalysisOptionsBase)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.AggregateLossAnalysis.Data Namespace > AggregateLossAnalysisOptionsBase Class : EventBasedAdjustmentFactorSetId Property
(Optional) Contains the identifier of the event-based adjustment factor set to apply during the analysis.

An event-based adjustment factor enables you to adjust ground up modeled loss estimates. If you license event-based adjustment factors, you can specify factors for each event or each combination of event, area, and line of business associated with a given model.

You can manage event-based adjustment factor sets from the Administration Console in the Touchstone Re user interface.

Syntax
Public Property EventBasedAdjustmentFactorSetId As Nullable(Of Integer)
Dim instance As AggregateLossAnalysisOptionsBase
Dim value As Nullable(Of Integer)
 
instance.EventBasedAdjustmentFactorSetId = value
 
value = instance.EventBasedAdjustmentFactorSetId
public Nullable<int> EventBasedAdjustmentFactorSetId {get; set;}
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

AggregateLossAnalysisOptionsBase Class
AggregateLossAnalysisOptionsBase Members