Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.09 KB

File metadata and controls

20 lines (16 loc) · 1.09 KB

UniLend

Loan record

Properties

Name Type Description Notes
currency str Currency [optional] [readonly]
current_amount str Current amount [optional] [readonly]
amount str Total Lending Amount [optional] [readonly]
lent_amount str Lent Amount [optional] [readonly]
frozen_amount str Pending Redemption Amount [optional] [readonly]
min_rate str Minimum interest rate [optional] [readonly]
interest_status str Interest status: interest_dividend - Normal dividend, interest_reinvest - Interest reinvestment [optional] [readonly]
reinvest_left_amount str Non-reinvested Amount [optional] [readonly]
create_time int Lending Order Creation Time [optional] [readonly]
update_time int Lending Order Last Update Time [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]