| Name | Type | Description | Notes |
|---|---|---|---|
| Currency | string | Currency name | [optional] |
| Available | string | Available assets to lend, which is identical to spot account `available` | [optional] |
| Locked | string | Locked amount. i.e. amount in `open` loans | [optional] |
| Lent | string | Amount that is loaned but not repaid | [optional] |
| TotalLent | string | Amount used for lending. total_lent = lent + locked | [optional] |