Touchstone Re 2023 API Reference
GetEventBasedAdjustmentFactorSets Method


Air.Services.Proxy Assembly > (Global) Namespace > ObjectManagementServiceClient Class : GetEventBasedAdjustmentFactorSets Method
Contains a GetEventBasedAdjustmentFactorSetsRequest that identifies the Business Unit SID and SQL Instance SID associated with the event-based adjustment factor sets to retrieve.
Retrieves a set of event-based adjustment factor sets.

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 Function GetEventBasedAdjustmentFactorSets( _
   ByVal request As GetEventBasedAdjustmentFactorSetsRequest _
) As GetEventBasedAdjustmentFactorSetsResponse
Dim instance As ObjectManagementServiceClient
Dim request As GetEventBasedAdjustmentFactorSetsRequest
Dim value As GetEventBasedAdjustmentFactorSetsResponse
 
value = instance.GetEventBasedAdjustmentFactorSets(request)

Parameters

request
Contains a GetEventBasedAdjustmentFactorSetsRequest that identifies the Business Unit SID and SQL Instance SID associated with the event-based adjustment factor sets to retrieve.

Return Value

A GetEventBasedAdjustmentFactorSetsResponse that contains a list of the event-based adjustment factor sets in the specified business unit and SQL Server instance.
Remarks
To find the Business Unit SID to pass into this method, call the GetBusinessUnits() method.

To find the SQL Instance SID to pass into this method, call the GetSqlInstances() method.

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

ObjectManagementServiceClient Class
ObjectManagementServiceClient Members