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

# Adjustments definition

> Schema reference for the AdjustmentsDefinition table in Atoti Sign-Off, listing column names, types, and descriptions for adjustment definition records.

Table name: **AdjustmentsDefinition**

| Column       | Key | Type          | Description                                                                                                                                                       |
| ------------ | --- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| definitionId | Y   | string        | The definition ID                                                                                                                                                 |
| type         |     | string        | The type of adjustment                                                                                                                                            |
| task         |     | string        | The task name associated to the adjustment                                                                                                                        |
| liveFrom     |     | zonedDateTime | The beginning of live range for the object version.                                                                                                               |
| liveTo       |     | zonedDateTime | The end of live range for object version (null if range has no end).                                                                                              |
| validFrom    |     | localDate     | Beginning date (inclusive) for which this definition object applies.                                                                                              |
| validTo      |     | localDate     | Ending date (exclusive) for which this definition object applies (may be null).                                                                                   |
| comment      |     | string        | The comment associated to the definition of the adjustment                                                                                                        |
| reason       |     | string        | The reason defined for the adjustment                                                                                                                             |
| filters      |     | string        | The filters defined for the adjustment                                                                                                                            |
| measures     |     | string        | The measures defined for the adjustment                                                                                                                           |
| input        |     | string        | The input defined for the adjustment                                                                                                                              |
| user         |     | string        | The ID of the user who created the adjustment                                                                                                                     |
| serverName   |     | string        | The name of the application server to which the process definition is related. Used to generate the URLs for calls to RESTful services in the application server. |

<Note>
  The adjustments definitions are "bi-temporal"; meaning they have two time dimensions.

  * **live range** determines which version of the object is live.
  * **valid range** describes which as-of date the definition applies to.

  When creating adjustments instances, the as-of date for the adjustment definition must lie inside the valid range of the adjustment definition.
</Note>
