# BudgeaClient::Currency ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | ISO 4217 code used as ID | **symbol** | **String** | Symbol representing the currency | **prefix** | **BOOLEAN** | Amount is prefixed or not by the currency | [default to false] **crypto** | **BOOLEAN** | It is a crypto currency or not | [optional] [default to false] **precision** | **Integer** | Numbers of significant digits | [optional] **marketcap** | **Float** | Market Capitalization in EUR | [optional] **datetime** | **DateTime** | Time and date of Market Cap (for cryptos) | [optional]