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

# TransactionState

> Possible states for transactions.

## Values

| Value                 | Description                                                                                    |
| --------------------- | ---------------------------------------------------------------------------------------------- |
| `ABANDONED`           | Given to transactions that are no longer active and have been abandoned.                       |
| `AFTER_CLOSING`       | Given to transactions that have closed.                                                        |
| `BEFORE_CLOSING`      | Given to transactions that are active and before the scheduled closing date.                   |
| `CLOSING_IN_PROGRESS` | Given to transactions that are actively closing on the closing date.                           |
| `COMPLETED`           | Given to transactions that are fully complete, no further work on the transaction is required. |
| `PENDING`             | Given to transactions that are yet to be setup by the primary clients.                         |
