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

# LoanStatus

| Value                           | Description                                                     |
| :------------------------------ | :-------------------------------------------------------------- |
| `awaiting-approval`             | Newly booked loan awaiting approval from an authorised approver |
| `awaiting-acceptance`           | Newly booked loan awaiting acceptance by the borrower           |
| `awaiting-collateral`           | The loan is awaiting delivery of the required collateral        |
| `awaiting-interest-payment`     | The loan is awaiting outstanding interest payment               |
| `disbursing`                    | The loan funds are being disbursed                              |
| `active`                        | The loan is active                                              |
| `repaying`                      | The loan funds are being repaid                                 |
| `defaulting`                    | The loan is being defaulted                                     |
| `partially-defaulting`          | The loan is partially defaulting                                |
| `early-termination-in-progress` | The loan is in the process of being early terminated            |
| `early-termination-completed`   | Early termination of the loan has been completed                |
| `defaulted`                     | The loan has been defaulted                                     |
| `default-resolved`              | The loan has been defaulted and the default has been resolved   |
| `cancelled`                     | The loan has been cancelled                                     |
| `rejected`                      | The loan has been rejected                                      |
| `errored`                       | The loan has errored                                            |
| `repaid`                        | The loan funds have been repaid                                 |
| `repaying-interest`             | The loan's interest is being repaid                             |
| `interest-repaid`               | The loan's interest has been repaid                             |
| `securing-collateral`           | The required collateral is being secured                        |
| `collateral-secured`            | The required collateral has been secured                        |
| `releasing-collateral`          | The secured collateral is being returned to the borrower        |
| `collateral-released`           | The secured collateral has been returned to the borrower        |
| `closed`                        | The loan has been repaid, collateral released and is now closed |
