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

# Cube Adjustments

Download sample file: [cubeAdjustments.csv](../assets/csv/cubeAdjustments.csv)

Contains data representing the definition of cube-level adjustments. This file is generated when data is exported after the sign-off process for a sign-off process instance is completed.

This Cube Adjustments file type is identified using the pattern: **\*\*cubeAdjustment\*.csv** (as specified by `mr.common.file-patterns.cube-level-adjustment`).
This file is loaded using the **SignOffDigestStore** topic. See the [Topic Aliases table](../dev/dev-mr-application/dev-dlc/dlc-mr-config#topic-aliases) for an understanding of the topic aliases associated with each topic.

For information on the glob patterns used and how to customize them, see note on [File name patterns](.#file-name-patterns)

<table><tr><th>Field</th><th>Key</th><th>Null</th><th>FieldType</th><th>Description</th><th>Example</th></tr><tr><td>Id</td><td>Y</td><td>N</td><td>String</td><td>Id that corresponds to the value of the source field in the base store for the adjustment</td><td>PNL\_ADD\_ON\_0</td></tr><tr><td>TaskId</td><td>N</td><td>N</td><td>String</td><td>The name of the task for which the adjustment was created</td><td>Sensis Bonds</td></tr><tr><td>AsOfDate</td><td>Y</td><td>N</td><td>String with format ‘YYYY-MM-DD’</td><td>The as-of date for which the adjustment was created</td><td>2020-08-03</td></tr><tr><td>PivotId</td><td>N</td><td>N</td><td>String</td><td>The name of the cube for which the adjustment was created</td><td>Sensitivities Cube</td></tr><tr><td>Currency</td><td>N</td><td>N</td><td>String</td><td>The currency used to express the value of the adjustment</td><td>EUR</td></tr><tr><td>Measure</td><td>N</td><td>N</td><td>String</td><td>The name of the measure to adjust</td><td>Delta</td></tr><tr><td>Value</td><td>N</td><td>N</td><td>Double</td><td>The add-on value used for the adjusted measure</td><td>1000.0</td></tr></table>
