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

# LoanAllocationStatus

| Value                   | Description                                                                                     |
| :---------------------- | :---------------------------------------------------------------------------------------------- |
| `new`                   | Newly created allocation                                                                        |
| `awaiting-acceptance`   | The allocation is awaiting acceptance                                                           |
| `accepted`              | The allocation has been accepted                                                                |
| `cancelled`             | The allocation has been cancelled                                                               |
| `order-created`         | A withdrawal order has been created for the transfer of funds                                   |
| `awaiting-confirmation` | The allocation is awaiting external confirmation. Only applicable for off-platform loans        |
| `confirmed`             | The allocation has been confirmed. Only applicable for off-platform loans and interest payments |
| `awaiting-funds`        | The underlying withdrawal is pending due to insufficient funds                                  |
| `awaiting-signature`    | The underlying withdrawal is pending due to required signatures                                 |
| `completed`             | The allocation has been completed                                                               |
| `failed`                | The allocation has failed                                                                       |
