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

# Calibrations Support

Download sample file: [calibration-support.tsv](../tsv/calibration-support.tsv)

This file is used to configure tuple verification for etl of calibrations file, as well as validating calibrations lookups

| Field            | Key | Nullable | Type                            | Description                                                                                    | Example               |
| ---------------- | --- | -------- | ------------------------------- | ---------------------------------------------------------------------------------------------- | --------------------- |
| **AsOfDate**     | Y   | N        | String with format 'YYYY-MM-DD' | Risk value date                                                                                | 2019-12-05            |
| **ParameterSet** | Y   | N        | String                          | Must match ParameterSet in the calibrations file                                               | 10d                   |
| **RiskType**     | Y   | N        | String                          | Must match RiskType in the calibrations file                                                   | Calib\_BaseCorr\_Corr |
| Bucket           | N   | N        | String, TRUE or FALSE           | Indicates whether the corresponding field in the calibrations file is expected to be non-empty | TRUE                  |
| Label1           | N   | Y        | String                          | Indicates whether the corresponding field in the calibrations file is expected to be non-empty | TRUE                  |
| Label2           | N   | Y        | String                          | Indicates whether the corresponding field in the calibrations file is expected to be non-empty | TRUE                  |
