Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

The SENSI_LADDERS table contains the definition of sensitivity ladder shifts. If you are using a database that does not support native vector aggregation, the SCALE field is omitted and the ladder vectors are present in the SENSI_LADDERS_VECTOR table.
Column NameTypeNot NullCube FieldDefault Value1Description
AS_OF_DATEDATEYTimestamp (at close of business) for the data.
RISK_CLASSSTRINGYN/AThe risk class for which the ladder scale is defined.
SHIFT_TYPESTRINGYRThe type of the scale (‘A’ for absolute, ‘R’ for relative).
SCALEARRAY<DOUBLE>YThe ladder shift vector. This field is omitted if the database does not support native vector aggregation.

Unique Key

Columns
AS_OF_DATE
RISK_CLASS

Incoming Joins

Source TableSource ColumnsTarget Columns
SENSI_LADDERS_VECTORAS_OF_DATE
RISK_CLASS
AS_OF_DATE
RISK_CLASS

  1. If the default value is marked as empty, it means that the default value is ‘null’ for nullable fields, and that a value needs to be explicitly set for non-nullable fields.  ↩︎