# Export Withdrawable Profit

Administrators can export the filtered table to CSV using the **Export Icon** button. The export respects all applied filters, sort, and search parameters.

| Export Key              | Description                                                          |
| ----------------------- | -------------------------------------------------------------------- |
| **AccountID**           | Trading account login ID                                             |
| **UserName**            | User's first and last name                                           |
| **UserEmail**           | Email address of the user                                            |
| **ProgramName**         | Program name associated with the account                             |
| **ProgramCurrency**     | Currency of the program (e.g., `USD`, `EUR`)                         |
| **TradingPlatform**     | Name of the trading platform (e.g., `MT5`, `cTrader`)                |
| **AccountProfit**       | `Total Profit = Current Balance - Initial Balance`                   |
| **EligibleProfit**      | Profit eligible for withdrawal according to internal rule            |
| **ProfitSplit**         | Profit share percentage assigned to the trader                       |
| **WithdrawableProfit**  | `Eligible Profit * Profit Split`                                     |
| **NextWithdrawalDate**  | The next date the user is allowed to request a payout (`YYYY-MM-DD`) |
| **WithdrawEligibility** | Indicates if the account currently qualifies for payout              |
| **AccountBalance**      | Current account balance                                              |
| **AccountEquity**       | Current account equity                                               |
