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

# PortfolioSettlementStatus

| Value                           | Description                                                                                                                                                                                              |
| :------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `not-yet-settled`               | Set on portfolio creation, indicates that the portfolio has not yet settled.                                                                                                                             |
| `eligibility-checks`            | Indicates that the portfolio is going through eligibility checks before settlement. For example: Are there any delegations or undelegations in progress, or is Autodiscovery complete for the portfolio? |
| `awaiting-exchange-calculation` | Portfolio is awaiting PnL data from the exchange.                                                                                                                                                        |
| `in-progress`                   | Settlement for the portfolio is going through order transitions after PnL has been received. This will be the portfolio's state until one of the terminal states has been reached.                       |
| `order-processing`              | Settlement orders have been created and are being executed.                                                                                                                                              |
| `completed`                     | Settlement for the portfolio has been completed.                                                                                                                                                         |
| `failed`                        | Settlement for the portfolio has failed.                                                                                                                                                                 |
| `excluded`                      | Portfolio has been excluded from the latest settlement cycle, comments in settlement details will provide the reason for exclusion.                                                                      |
| `paused-copper`                 | Settlement for the portfolio has been paused by Copper.                                                                                                                                                  |
| `disabled`                      | Settlement for the portfolio has been disabled.                                                                                                                                                          |
