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

# Movements

A Movement represents any transaction that changes the balance of your `Account`. Every time money flows in or out of your account a `Movement` object is created to record the change.

Movements provide a complete audit trail of your account activity, capturing not only the transaction details but also the resulting account balance after each operation.

## Movement Types

Movements can represent various types of financial operations:

| Movement Type | Description                                                                          | Example `resource_id`            |
| :------------ | :----------------------------------------------------------------------------------- | :------------------------------- |
| `transfer`    | `Transfer` object representing money moving between `Accounts` (inbound or outbound) | `tr_30EsX5bIoUCusF2dduyJGY7KmrL` |

## Balance Tracking

Every Movement includes the updated account balance after the transaction is processed. This ensures you have an accurate view of your account's state at any point in time.
