[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.11 KB

CrossMarginLoan.md

File metadata and controls

20 lines (15 loc) · 1.11 KB

CrossMarginLoan

Properties

Name Type Description Notes
Id string Loan record ID [optional] [readonly]
CreateTime int64 Creation timestamp, in milliseconds [optional] [readonly]
UpdateTime int64 Update timestamp, in milliseconds [optional] [readonly]
Currency string Currency name
Amount string Borrowed amount
Text string User defined custom ID [optional]
Status int32 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 string Repaid amount [optional] [readonly]
RepaidInterest string Repaid interest [optional] [readonly]
UnpaidInterest string Outstanding interest yet to be paid [optional] [readonly]

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