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

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

You must license Custom Models and LOBs to use the custom models feature.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows262
Data Space Used40.00 KB
Index Space Used16.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the event set.int4   
 Unique system-generated sequential identifier for the business unit associated with the event set.int4   
 

Indicates whether the event set can be used during portfolio analyses.

  • 1 = Yes (can be used)
  • 0 = No (cannot be used)
smallint2  
 

Code that represents the type of the event set.

  • 1 = Historical
  • 2 = Standard
  • 8 = User created
  • 10 = Realistic Disaster Scenarios (RDS)
  • 12 = Multi year
smallint2   
 

Indicates whether the event set is a system default event set.

  • 1 = System default event set
  • 2 = Linked event set
smallint2   
 Name of the event set.varchar100   
 Description of the event set.varchar255  
 Name of the user that created the event set.varchar255  
 Date and time when the event set was created.datetime4  
 

Numeric code for the peril or set of perils associated with the event set.

For a complete list of codes, see tPerilSet Table.

int4   
 

Indicates whether the event set is a custom event set.

  • 1 = Yes (custom event set)
  • 0 = No (AIR event set)
bit1   
 

Indicates whether the event set is enabled.

  • 1 = Yes (enabled)
  • 0 = No (disabled)
bit1   
 

Unique system-generated sequential identifier for the parent event set associated with the event set.

int4  
 

Order of the event set.

Used internally by Touchstone Re.

int4  
 

Code that represents more details about the type of the event set.

For a complete list of codes, see tCatalogTagType Table.

varchar10  
Objects that depend on tReinsuranceEventSet
 Database ObjectObject TypeDescriptionDep Level
tReinsuranceEventSetCatalogXRef tabletReinsuranceEventSetCatalogXRefTable

System reference table that stores the event catalogs associated with each event set in Touchstone Re, including event sets associated with custom (user-defined) models.

You must license Custom Models and LOBs to use the custom models feature.
1
tReinsuranceEventSetMapEx tabletReinsuranceEventSetMapExTable

System reference table that stores the event sets associated with each parent event set.

A parent event set is a superset of an event set.

1
See Also

Related Objects

AIRUserSetting Database