Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.4 KB

MultiRepayRecord.md

File metadata and controls

22 lines (18 loc) · 1.4 KB

MultiRepayRecord

Mult Repay Record

Properties

Name Type Description Notes
order_id int Order ID [optional]
record_id int Repayment record ID [optional]
init_ltv str The initial collateralization rate [optional]
before_ltv str Ltv before the operation [optional]
after_ltv str Ltv after the operation [optional]
borrow_time int Borrowing time, timestamp in seconds. [optional]
repay_time int Repayment time, timestamp in seconds. [optional]
borrow_currencies list[RepayRecordCurrency] List of borrowing information [optional]
collateral_currencies list[RepayRecordCurrency] List of collateral information [optional]
repaid_currencies list[RepayRecordRepaidCurrency] Repay Currency List [optional]
total_interest_list list[RepayRecordTotalInterest] Total Interest List [optional]
left_repay_interest_list list[RepayRecordLeftInterest] List of left repay interest [optional]

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