Touchstone Re 2022 Database Reference
tEventBasedAdjFactorSet Table
AIRUserSetting Database : tEventBasedAdjFactorSet Table
Description

Stores the details of each set of event-based adjustment factors defined in the Administration Console.

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

You must license event-based adjustment factors to use the event-based adjustment factors feature.

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the set of event-based adjustment factors.int4   
 Name of the set of event-based adjustment factors.nvarchar255   
 Description of the set of event-based adjustment factors.nvarchar4000  
 Path to the location that includes the comma-separated values (CSV) files associated with the set of event-based adjustment factors. Each file includes factors for one model.nvarchar16   
 Date and time that the set of event-based adjustment factors was created.datetime24 
(sysdatetime())
 
 Date and time that the set of set of event-based adjustment factors was last edited.datetime24 
(sysdatetime())
 
 

System-provided status for the event-based adjustment factor set record.

For a complete list of code, see tStatus Table.

varchar10 
([dbo].[fCalcEbafSetStatusCode]([EventBasedAdjFactorSetSID]))
Objects that depend on tEventBasedAdjFactorSet
 Database ObjectObject TypeDescriptionDep Level
tEventBasedAdjFactorFile tabletEventBasedAdjFactorFileTable

Stores information about the comma-separated values (CSV) files used to specify event-based adjustment factors in the Administration Console.

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

You must license event-based adjustment factors to use the event-based adjustment factors feature.

1
Objects that tEventBasedAdjFactorSet depends on
 Database ObjectObject TypeDescriptionDep Level
tEventBasedAdjFactorFile tabletEventBasedAdjFactorFileTable

Stores information about the comma-separated values (CSV) files used to specify event-based adjustment factors in the Administration Console.

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

You must license event-based adjustment factors to use the event-based adjustment factors feature.

1
tReinsuranceCatalog tabletReinsuranceCatalogTable

Stores information about the event catalogs that are available in Touchstone Re, including event catalogs for custom (user-defined) models.

You must license Custom Models and LOBs to use the custom models feature.
1
See Also

Related Objects

AIRUserSetting Database