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

# Balances and Statements

> How nostro balances are calculated, when statements are produced and what to expect at end of day.

# How Balances and Statements Work

Your nostro accounts are held at the clearing system (CENTROlink or EKS), not in the Inventi Payment Platform. The platform keeps a running view of each nostro balance and stores the statements the clearing system produces. This page explains how the two fit together and what happens at the end of the day.

## How the balance is calculated

The balance shown in the Dashboard and returned by the [balances endpoint](/payments/api/nostro/nostro-account-balances/get-nostro-account-balances) is a calculated value:

```text theme={null}
current balance = closing balance of the latest end-of-day statement
               + all transactions processed by the platform since that statement
```

What this means in practice:

* Every payment, return, reversal, liquidity transfer and fee processed through the platform moves the balance immediately.
* Any movement on the nostro account that did not pass through the platform (for example a manual transfer made directly at the clearing system) is not visible until the next end-of-day statement is imported. At that point the balance is realigned to the statement.
* Statements are the source of truth. Reconcile your ledger against them, and use the running balance for intraday monitoring and liquidity decisions.

<Note>
  The platform tracks balances only at nostro level. Individual customer IBANs registered in the platform do not carry balances - those live in your core system.
</Note>

## End of day

SEPA Credit Transfer (SCT) and SEPA Instant (INST) use separate nostro accounts at the clearing system, and their end-of-day behaviour differs. All times are Lithuanian time.

|                  | SCT nostro                                                                                                                                                                        | INST nostro                                                                                                       |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| End of day       | CENTROlink: 16:45, EKS: 16:03, on every TARGET business day                                                                                                                       | CENTROlink: 22:00, EKS: 21:00, every day                                                                          |
| What happens     | The balance is swept out of the nostro account at end of day and returned at the start of the next business day. The end-of-day statement therefore shows a closing balance of 0. | The balance stays on the account; the account operates 24/7. The statement closes the day at the end-of-day time. |
| Next-day opening | Funds are back on the account at the start of the next TARGET business day, before payment processing begins.                                                                     | The new statement day starts at the end-of-day time with the same balance.                                        |

Consequences for you:

* Do not treat a 0 closing balance on the SCT statement as missing funds; it is the daily sweep.
* Transactions processed after the INST end of day (22:00 at CENTROlink, 21:00 at EKS) belong to the next statement day.
* Balances for a given date are final only once the end-of-day statement for that date has been imported.

## Statements

Statements are produced by the clearing system per nostro account and per business day, and become available in the platform after end of day. Use:

* [Statement dates](/payments/api/nostro/nostro-account-statements/get-nostro-account-statement-dates) to discover for which dates statements exist.
* [Statement page](/payments/api/nostro/nostro-account-statements/get-nostro-account-statement-page) to retrieve the statement content.
* [Batched payment details ZIP](/payments/api/nostro/nostro-account-statements/get-batched-payment-details-zip) to download the underlying payment details in bulk.

For how to match statement entries with platform transactions, see [Track Payments and Reconcile](/payments/integration-guide/payment-information).

## Business days

In production the platform follows the TARGET calendar: weekends and the six fixed TARGET holidays are not business days, regardless of local public holidays. In the TEST environment the clearing systems follow their own schedules, so behaviour on Lithuanian or Latvian public holidays can differ from production.

## What's Next?

<CardGroup cols={2}>
  <Card title="Automatic Liquidity" icon="droplet" href="/payments/automatic-liquidity">
    Monitor balances and configure automatic transfers between nostro accounts
  </Card>

  <Card title="Track and Reconcile" icon="chart-line" href="/payments/integration-guide/payment-information">
    Monitor transactions and reconcile with statements
  </Card>
</CardGroup>
