Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.09 KB

CrossMarginLoan.md

File metadata and controls

19 lines (15 loc) · 1.09 KB

CrossMarginLoan

Properties

Name Type Description Notes
id str Loan record ID [optional] [readonly]
create_time int Creation timestamp, in milliseconds [optional] [readonly]
update_time int Update timestamp, in milliseconds [optional] [readonly]
currency str Currency name
amount str Borrowed amount
text str User defined custom ID [optional]
status int Deprecated. Currently, all statuses have been set to 2. Borrow loan status, which includes: - 1: failed to borrow - 2: borrowed but not repaid - 3: repayment complete [optional] [readonly]
repaid str Repaid amount [optional] [readonly]
repaid_interest str Repaid interest [optional] [readonly]
unpaid_interest str Outstanding interest yet to be paid [optional] [readonly]

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