Loan

Git Source

Namespace for the structs used in {LoanManager}

Structs

Info

struct Info {
    address buyer;
    address seller;
    address receivableAsset;
    uint256 receivableTokenId;
    uint256 principal;
    uint256 drawableFunds;
    uint256 interestRate;
    uint256 lateInterestPremiumRate;
    uint256 startDate;
    uint256 dueDate;
    uint256 originalDueDate;
    uint256 gracePeriod;
    bool isImpaired;
}

LiquidationInfo

PaymentInfo

SortedPayment

Impairment

Last updated