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

# Statements Overview

> With Statements, you can retrieve a user's monthly account statements in PDF format.

This data can be used for solutions like personal financial management or risk analysis.

## Statement Fields

| Field          | Data Type | Definition                                                                              |
| :------------- | :-------- | :-------------------------------------------------------------------------------------- |
| `account_guid` | String    | The unique identifier for the `account` associated with the `statement`. Defined by MX. |
| `created_at`   | String    | The date and time the `statement` was created.                                          |
| `content_hash` | String    | An SHA-256 hash value of the statement's byte payload.                                  |
| `guid`         | String    | The unique identifier for the `statement`. Defined by MX.                               |
| `member_guid`  | String    | A unique identifier for the `member` to which the `statement` belongs. Defined by MX.   |
| `updated_at`   | String    | The date and time at which the `statement` was last updated.                            |
| `uri`          | String    | A URI for accessing the byte payload of the `statement`.                                |
| `user_guid`    | String    | The unique identifier for the `user` associated with the `statement`. Defined by MX.    |
