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

Stores information about the standard demand surge curves that are available in Touchstone Re

For information about the custom, user-specified demand surge function, see tDemandSurgeFunction Table.

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows81
Data Space Used8.00 KB
Index Space Used72.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the demand surge record.smallint2   
 

Unique system-generated sequential identifier for the business unit associated with the demand surge curves.

int4   
 

Code that represents the demand surge region.

For a complete list of codes, see tDemandSurgeRegion Table.

smallint2   
 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3  
 

Code for the unit of measure used to express the monetary amount, for example, MIL for million.

For a complete list of codes, see tUnit Table.

varchar10  
 

Monetary value used to increment the industry loss range.

For example, if the industry loss range begins at $0 and ends at $10 billion and the Increment value is $2 billion, then the steps in the industry loss range are $0, $2 billion, $4 billion, $6 billion, $8 billion, and $10 billion. Consequently, the application applies one set of demand surge factors to industry losses between $0 and $1,999,999,999 and a different set to losses between $2 billion and $3,999,999,999, and so on.

smallint2  
 

Indicates whether the curve is designated as the standard curve for the region. There can be only one standard and one custom curve per region.

  • 1 = Yes (standard
  • 0 = No (not standard)
bit1 
((0))
 
 

Indicates whether the curve is included with the default curves on the user interface.  

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 
((1))
 
  bit1 
((0))
 
Objects that depend on tDemandSurge
 Database ObjectObject TypeDescriptionDep Level
tDemandSurgeFunction tabletDemandSurgeFunctionTable

Stores information about custom, administrator-specified demand surge functions.

For information about the AIR-provided demand surge curves, see tDemandSurge Table.

1
See Also

Related Objects

AIRUserSetting Database