Mult Repay Record
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] |