> ## 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.

# SENSI_LADDERS_VECTOR

The SENSI\_LADDERS\_VECTOR table contains the values of the sensitivity ladder shift.

This table is created when using a database that does not [support native vector aggregation](https://docs.activeviam.com/products/atoti/server/6.1.11/docs/directquery/directquery-vectors/#native-support).
If vector aggregation is supported, the ladder vector is stored as an array in the [SENSI\_LADDERS](./sensi_ladders) table.

| Column Name   | Type   | Not Null | Cube Field | Default Value[1](#fn:1) | Description                                          |
| ------------- | ------ | -------- | ---------- | ----------------------- | ---------------------------------------------------- |
| VECTOR\_INDEX | INT    | Y        |            |                         | Index in the ladder shift vector.                    |
| AS\_OF\_DATE  | DATE   | Y        |            |                         | Timestamp (at close of business) for the data.       |
| RISK\_CLASS   | STRING | Y        |            | N/A                     | The risk class that the ladder scale is defined for. |
| SCALE         | DOUBLE | Y        |            | 0.0                     | The ladder shift.                                    |

## Unique Key

<table><thead><tr><th>Columns</th></tr></thead><tbody><tr><td>VECTOR\_INDEX</td></tr><tr><td>AS\_OF\_DATE</td></tr><tr><td>RISK\_CLASS</td></tr></tbody></table>

## Outgoing Joins

<table><thead><tr><th>Target Table</th><th>Source Columns</th><th>Target Columns</th></tr></thead><tbody><tr><td><a href="./sensi_ladders">SENSI\_LADDERS</a></td><td>AS\_OF\_DATE<br />RISK\_CLASS</td><td>AS\_OF\_DATE<br />RISK\_CLASS</td></tr></tbody></table>

***

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.
    [↩︎](#fnref:1)
