# Currency Metrics

| Field                   | Value                                                                                                    | Type                                                                                                                                                     |
| ----------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **version**             | Numeric version of the account.                                                                          | [Number](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **symbol**              | Symbol of the currency                                                                                   | String, **required**                                                                                                                                     |
| **balance**             | Cash in the corresponding currency                                                                       | [Number](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **allocatedFunds**      | Funds allocated to hold the current portfolio of product positions and / or orders for the whole account | [Number](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **availableFunds**      | Funds in this currency available for trading                                                             | [Number](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **withdrawableBalance** | Funds in this currency available for withdrawal                                                          | [Number](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **convRate**            | Current conversion rate from this currency to account’s base currency                                    | [Number](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **precision**           | Current price precision of this currency                                                                 | [Number](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
