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

# Atoti product dependencies and version compatibility

> How the Atoti Java SDK and Atoti Python SDK relate to downstream products such as Atoti UI, shown through per-product compatibility tables keyed by each product's own version, with links to further changelog and dependencies details.

Compatible versions matter when combining or upgrading Atoti products.
This page lists compatible versions for every Atoti product, from the core SDKs up through Atoti UI, workflow products, and packaged solutions.

## How do Atoti products depend on each other?

* **[Atoti Java SDK](./engine/java-sdk/6.2/intro/overview)** contains the core Atoti engine and is the primary way to build Atoti sessions. Every other product listed here depends on it, directly or through a bundled solution.
* **[Atoti Python SDK](./engine/python-sdk/6.2/index)** also contains the core Atoti engine, and is an alternative way to build Atoti sessions without writing Java.
* **[Atoti UI](./data-visualization/atoti-ui/5.2/introduction-to-atoti-ui)** is the user interface for an Atoti project.
* **[Atoti Admin UI](./engine/admin-ui/5.2/introduction-to-admin-ui)** is a separate administration interface for the Atoti Java SDK.
* **[Atoti Intelligence](./atoti-intelligence/6.2/intro/intro)** adds AI features (chat, Auto-Explain, and related tools) on top of the Atoti Java SDK and Atoti UI.
* **[Atoti Limits](./atoti-intelligence/workflows/limits/6.2/introduction-to-atoti-limits)** is a workflow product that depends on the Atoti Java SDK and Atoti UI.
* **[Atoti Sign-Off](./atoti-intelligence/workflows/signoff/6.2/introduction-to-atoti-signoff)** is a workflow product for approvals. It depends on the Atoti Java SDK and Atoti UI.
* **Solutions** including Atoti Enterprise Risk depend on the Atoti Java SDK and Atoti UI. Some solutions also depend on other workflow products.

## Which versions of Atoti products are compatible?

The compatibility tables use this key:

* **`≥`**: The listed version is a minimum required version, not an exact release.
* **`X.Y.x`**: Any patch release within that minor version line, e.g. `6.2.x` means any `6.2` release, such as `6.2.0` or `6.2.1`.
* **`X.Y–X.Z`**: Any version within that range.
* **`-sb3`**: The Spring Boot 3 build variant of that release, e.g. `6.0.x-sb3` is the Spring Boot 3 variant of Atoti Java SDK 6.0.x.
* **`–`**: This dependency didn't exist yet for that release, so no version applies.

### Atoti Python SDK

Atoti Python SDK embeds a specific Atoti Java SDK build, plus its own JDK, instead of requiring a separate Java installation.
The embedded version still matters for two reasons:

1. **Security review**: identifies the actual engine code and JDK running underneath, including their patch level.
2. **Development**: determines which [Atoti Java SDK](./engine/java-sdk/6.2/intro/overview) capabilities and configuration options are available when switching to Java.

| Atoti Python SDK | Atoti Java SDK |
| ---------------- | -------------- |
| 6.2.x            | 6.2.x          |
| 0.9.x            | 6.1            |

* See the [Atoti Python SDK changelog](./engine/python-sdk/6.2/changelog) for more details.
* See the [Atoti Python SDK dependencies page](./engine/python-sdk/6.2/dependencies) for other dependencies, such as required Python and third-party package versions.

### Atoti UI

| Atoti UI | Atoti Java SDK | Atoti Python SDK |
| -------- | -------------- | ---------------- |
| ≥5.2     | 6.2.x          | 6.2.x            |
| ≥5.1.19  | 6.1            | 0.9.x            |
| ≥5.0.13  | 6.0.x-sb3      | –                |
| ≥5.0.13  | 6.0            | –                |
| ≥4.3.22  | 5.11           | –                |
| ≥4.3.6   | 5.9–5.10       | –                |
| ≥4.2.0   | 5.7–5.8        | –                |
| ≥4.1.0   | 5.5–5.6        | –                |
| ≥4.0.0   | 5.4            | –                |

* See the [Atoti UI changelog](./data-visualization/atoti-ui/5.2/releases-and-upgrades/changelog) for more details.
* See the [Atoti UI dependencies page](./data-visualization/atoti-ui/5.2/releases-and-upgrades/dependencies) for other dependencies, such as required third-party package versions.

### Atoti Intelligence

| Atoti Intelligence | Atoti Java SDK | Atoti Python SDK | Atoti UI                               |
| ------------------ | -------------- | ---------------- | -------------------------------------- |
| 6.2                | 6.2.0          | 6.2.x            | 5.2.24 (5.2.28 for some chat features) |

* See the [Atoti Intelligence changelog](./atoti-intelligence/6.2/releases-and-upgrades/changelog) for more details.

### Atoti Limits

From 6.1.20 onwards, Atoti Limits version numbers are aligned with the Atoti Java SDK, and dependencies (including Atoti UI) are no longer tracked on a separate dependencies page; the last release under the old versioning scheme was 4.2.3.

#### Aligned versioning (6.1.20 and later)

| Atoti Limits | Atoti Java SDK                 | Atoti UI |
| ------------ | ------------------------------ | -------- |
| 6.1.21–6.2.1 | 6.0.x, 6.0.x-sb3, 6.1.x, 6.2.x | ≥5.2.25  |
| 6.1.20       | 6.1.20                         | ≥5.2.6   |

* See the [Atoti Limits changelog](./atoti-intelligence/workflows/limits/6.2/releases/changelog) for more details.
* See the [Atoti Java SDK dependencies page](./engine/java-sdk/6.2/release/dependencies) for the underlying Spring Boot and Java versions.

From 6.1.21 onwards, Atoti Limits is released together with Atoti UI, requiring Atoti UI ≥5.2.25.

#### Pre-alignment versioning (up to 4.2.3)

| Atoti Limits | Atoti Java SDK | Atoti UI |
| ------------ | -------------- | -------- |
| 4.2.3        | 6.1.20         | ≥5.2.6   |
| 4.2.2        | 6.1.19         | ≥5.2.6   |
| 4.2.1        | 6.1.16         | ≥5.2.6   |
| 4.2.0        | 6.1.13         | ≥5.2.6   |

* See the [Atoti Limits changelog (4.2)](./atoti-intelligence/workflows/limits/6.2/releases/previous-versions/4.2/changelog-4.2) for more details.
* See the [Atoti Limits dependencies page (4.2)](./atoti-intelligence/workflows/limits/6.2/releases/previous-versions/4.2/dependencies-4.2) for other dependencies, such as required third-party package versions.

### Atoti Sign-Off

From 6.1.20 onwards, Atoti Sign-Off version numbers are aligned with the Atoti Java SDK, and dependencies (including Atoti UI) are no longer tracked on a separate dependencies page; the last release under the old versioning scheme was 6.2.2. Atoti UI requirements moved from ≥5.2.6 to ≥5.2.25 starting with Atoti Sign-Off 6.1.23.

#### Aligned versioning (6.1.20 and later)

| Atoti Sign-Off | Atoti Java SDK | Atoti UI |
| -------------- | -------------- | -------- |
| 6.2.1          | 6.2.1          | ≥5.2.25  |
| 6.2.0          | 6.2.0          | ≥5.2.25  |
| 6.1.23         | 6.1.23         | ≥5.2.25  |
| 6.1.22         | 6.1.22         | ≥5.2.6   |
| 6.1.21         | 6.1.21         | ≥5.2.6   |
| 6.1.20         | 6.1.20         | ≥5.2.6   |

* See the [Atoti Sign-Off changelog](./atoti-intelligence/workflows/signoff/6.2/releases/changelog) for more details.
* See the [Atoti Java SDK dependencies page](./engine/java-sdk/6.2/release/dependencies) for the underlying Spring Boot and Java versions.

#### Pre-alignment versioning (up to 6.2.2)

| Atoti Sign-Off | Atoti Java SDK | Atoti UI |
| -------------- | -------------- | -------- |
| 6.2.2          | 6.1.20         | ≥5.2.6   |
| 6.2.1          | 6.1.19         | ≥5.2.6   |
| 6.2.0          | 6.1.15         | ≥5.2.6   |

* See the [Atoti Sign-Off changelog (6.2 pre-alignment)](./atoti-intelligence/workflows/signoff/6.2/releases/previous-versions/6.2-pre-alignment/changelog-6.2-pre-alignment) for more details.
* See the [Atoti Sign-Off dependencies page (6.2 pre-alignment)](./atoti-intelligence/workflows/signoff/6.2/releases/previous-versions/6.2-pre-alignment/dependencies-6.2-pre-alignment) for other dependencies, such as required third-party package versions.

### Atoti Admin UI

| Atoti Admin UI | Atoti Java SDK | Atoti Python SDK |
| -------------- | -------------- | ---------------- |
| ≥5.1.19        | 6.1            | 0.9.x            |
| ≥5.0.9         | 6.0            | –                |
| ≥4.3.22        | 5.11           | –                |
| ≥4.3.6         | 5.9–5.10       | –                |
| ≥4.2.0         | 5.7–5.8        | –                |
| ≥4.1.0         | 5.5–5.6        | –                |
| ≥4.0.0         | 5.4            | –                |

* See the [Atoti Admin UI changelog](./engine/admin-ui/5.2/releases-and-upgrades/changelog) for more details.

### Solutions

Each solution bundles the Atoti Java SDK and Atoti UI together with other workflow products.
Solutions are released independently of the Atoti Java SDK and Atoti UI.

#### Atoti FRTB

| Atoti FRTB | Atoti Java SDK | Atoti UI |
| ---------- | -------------- | -------- |
| 6.0.9      | 6.1.19         | 5.2.x    |
| 6.0.8      | 6.1.17         | 5.2.x    |
| 6.0.7      | 6.1.15         | 5.2.x    |
| 6.0.6      | 6.1.14         | 5.2.x    |
| 6.0.5      | 6.1.12         | 5.2.x    |
| 6.0.4      | 6.1.11         | 5.2.x    |
| 6.0.3      | 6.1.11         | 5.2.x    |
| 6.0.2      | 6.1.9          | 5.2.x    |
| 6.0.1      | 6.1.7          | 5.2.x    |
| 6.0.0      | 6.1.7          | 5.2.x    |

* See the [Atoti FRTB changelog](./solutions/frtb/6.0/dev/dev-release/changelog) for more details.
* See the [Atoti FRTB dependencies page](./solutions/frtb/6.0/dev/dev-release/dependencies) for other dependencies, such as required third-party package versions.

#### Atoti Market Risk

| Atoti Market Risk | Atoti Java SDK | Atoti UI |
| ----------------- | -------------- | -------- |
| 6.0.9             | 6.1.24         | 5.2.x    |
| 6.0.8             | 6.1.19         | 5.2.x    |
| 6.0.7             | 6.1.17         | 5.2.x    |
| 6.0.6             | 6.1.15         | 5.2.x    |
| 6.0.5             | 6.1.13         | 5.2.x    |
| 6.0.4             | 6.1.11         | 5.2.x    |
| 6.0.3             | 6.1.9          | 5.2.x    |
| 6.0.2             | 6.1.6          | 5.2.x    |
| 6.0.1             | 6.1.6          | 5.2.x    |
| 6.0.0             | 6.1.5          | 5.2.x    |

* See the [Atoti Market Risk changelog](./solutions/market-risk/6.0/dev/dev-release/changelog) for more details.
* See the [Atoti Market Risk dependencies page](./solutions/market-risk/6.0/dev/dev-release/dependencies) for other dependencies, such as required third-party package versions.

#### Atoti CVA Risk Capital

| Atoti CVA Risk Capital | Atoti Java SDK | Atoti UI |
| ---------------------- | -------------- | -------- |
| 6.0.0                  | 6.1.19         | 5.2.x    |

* See the [Atoti CVA Risk Capital changelog](./solutions/cva-risk-capital/6.0/dev-release/changelog) for more details.
* See the [Atoti CVA Risk Capital dependencies page](./solutions/cva-risk-capital/6.0/dev-release/dependencies) for other dependencies, such as required third-party package versions.

#### Atoti ISDA-SIMM

| Atoti ISDA-SIMM | Atoti Java SDK | Atoti UI |
| --------------- | -------------- | -------- |
| 3.0.4           | 6.0.11         | 5.1.x    |
| 3.0.3           | 6.0.11         | 5.1.x    |
| 3.0.2           | 6.0.11         | 5.1.x    |
| 3.0.1           | 6.0.5          | 5.1.x    |
| 3.0.0           | 6.0.5          | 5.1.x    |

* See the [Atoti ISDA-SIMM changelog](./solutions/simm/3.0/release-notes/changelog) for more details.
* See the [Atoti ISDA-SIMM dependencies page](./solutions/simm/3.0/release-notes/dependencies) for other dependencies, such as required third-party package versions.
