Touchstone 2022 Database Reference
tEventSet Table
AIRUserSetting Database : tEventSet Table
Description

Stores the event sets that are available in Touchstone. 

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows640
Data Space Used152.00 KB
Index Space Used176.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the event set record.int4   
 

Unique system-generated sequential identifier for the business unit record.

int4   
 

Code that represents the event set type.

For a complete list of codes, see tEventSetType Table.

varchar10   
 Name of the event set as presented on the user interface.varchar1000   
 Alias name of the event set used by API clients.varchar1000   
 

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4  
 Maximum number of simulated years in the event set.  For example, 10K represents 10,000 years.varchar255  
 Name of the region to which the event set applies.varchar255  
 

Represents the perils included within the event set. Note the following:

  • AP = All perils
  • EQ = Earthquake
  • TC = Tropical Cyclone
varchar255  
 Indicates the historical event sets.varchar255  
 Year the event set was released.varchar255  
 Represents the type of catalog.varchar255  
 

Name of the person or company that created the event set. 

Note that the author of event sets provided as part of your company licenses is AIR, Inc. 

varchar255  
 Date and time when the event set was created.date8 
(getutcdate())
 
 Date and time when the event set was last modified.date8 
(getutcdate())
 
 Description of the event set.varchar4000  
 

Code that represents the status.

For a complete list of codes, see tStatus Table.

varchar10 
('A')
 
 

Product version associated with the event set.

This enables users to view results generated from previous version of Touchstone,  even when the models are updated.

Note that for old model results, event description are not accessible because catalog files no longer exist in the Touchstone system.

varchar10 
('3.0.0')
 
 

Indicates whether the event set includes the current or previous version of the AIR models.

  • 1 = Yes (previous version)
  • 0 = No (current version)
bit1 
((0))
 
 XML string that temporarily logs event set details.xml0  
  bit1 
((0))
 
Objects that depend on tEventSet
 Database ObjectObject TypeDescriptionDep Level
tEventSetCatalogXref tabletEventSetCatalogXrefTableSystem reference table used to identify the events sets that are associated with specific catalogs.1
tEventSetInfo tabletEventSetInfoTable

Stores information about the event sets that are available in Touchstone. 

1
See Also

Related Objects

AIRUserSetting Database