# UniLend Loan record ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **currency** | **str** | Currency | [optional] [readonly] **current_amount** | **str** | Current amount | [optional] [readonly] **amount** | **str** | Total amount | [optional] [readonly] **lent_amount** | **str** | Lent amount | [optional] [readonly] **frozen_amount** | **str** | Frozen amount | [optional] [readonly] **min_rate** | **str** | Minimum interest rate | [optional] [readonly] **interest_status** | **str** | Interest status: interest_dividend - regular dividend, interest_reinvest - interest reinvestment | [optional] [readonly] **reinvest_left_amount** | **str** | Amount not reinvested | [optional] [readonly] **create_time** | **int** | Created time of the lending order | [optional] [readonly] **update_time** | **int** | Upated time of the lending order | [optional] [readonly] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)