# FundingAccount ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **currency** | **str** | Currency name | [optional] **available** | **str** | Available assets to lend, which is identical to spot account `available` | [optional] **locked** | **str** | Locked amount. i.e. amount in `open` loans | [optional] **lent** | **str** | Amount that is loaned but not repaid | [optional] **total_lent** | **str** | Amount used for lending. total_lent = lent + locked | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)