---
title: "How do I add break codes to LUSID?"
slug: "how-do-i-add-break-codes-to-lusid"
updated: 2025-08-21T10:49:33Z
published: 2025-08-21T10:49:33Z
canonical: "support.lusid.com/how-do-i-add-break-codes-to-lusid"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.lusid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I add break codes to LUSID?

LUSID comes with a set of built-in break codes for your use in [reviewing reconciliation results](/v1/docs/how-do-i-view-and-manage-reconciliation-results). You can create your own reconciliation break codes using the [LUSID web app](https://www.lusid.com/app).

To do this:

1. Navigate to **Reconciliations > Configuration** and select the **Break codes** tab.
2. Click **Create break code**. ![](https://cdn.document360.io/d575ad81-c0ed-4980-bbd1-d59ac5c3de82/Images/Documentation/image-OG7F4XD1.png)
3. Specify a unique **Code** and a friendly **Description**. ![](https://cdn.document360.io/d575ad81-c0ed-4980-bbd1-d59ac5c3de82/Images/Documentation/image-74C3XR5R.png)
4. Click **Create** to save your new break code.

Provided your reconciliation definition is configured with the correct break code source (see note below), you can subsequently select your break code when you review and manage breaks. [Read more.](/v1/docs/how-do-i-view-and-manage-reconciliation-results)

> [!NOTE]
> Note
> 
> Break codes you create in the LUSID web app are stored within a particular source. If using the [CreateGroupReconciliationDefinition](https://www.lusid.com/docs/api/lusid/endpoints/group-reconciliations/CreateGroupReconciliationDefinition) API to create reconciliation definitions, you must use the following `breakCodeSource` value to be able to use any new break codes you create:
> 
> ```json
> "breakCodeSource": {
>     "dataTypeId": {
>       "scope": "reconciliations",
>       "code": "break-codes"
>     }
>   }
> ```
> 
> Note LUSID sets this value automatically when you create a reconciliation definition via the LUSID web app.
