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

# Statement fields

| Field          | Type   | Description                                                                             |
| :------------- | :----- | :-------------------------------------------------------------------------------------- |
| `account_guid` | String | The unique identifier for the `account` associated with the `statement`. Defined by MX. |
| `content_hash` | String | The SHA-256 hash value of the statement's byte payload.                                 |
| `created_at`   | String | The date and time the `statement` was created.                                          |
| `guid`         | String | The unique identifier for the `statement`. Defined by MX.                               |
| `member_guid`  | String | The 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 | The 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.    |
