Interface UserLoanInfo
interface UserLoanInfo {
borrows: UserLoanInfoBorrow[];
borrowUtilisationRatio: bigint;
collaterals: UserLoanInfoCollateral[];
currentRound?: number;
escrowAddress: string;
liquidationMargin: bigint;
loanToValueRatio: bigint;
netRate: bigint;
netYield: bigint;
totalBorrowBalanceValue: bigint;
totalBorrowedAmountValue: bigint;
totalCollateralBalanceValue: bigint;
totalEffectiveBorrowBalanceValue: bigint;
totalEffectiveCollateralBalanceValue: bigint;
userAddress: string;
}
borrows: UserLoanInfoBorrow[];
borrowUtilisationRatio: bigint;
collaterals: UserLoanInfoCollateral[];
currentRound?: number;
escrowAddress: string;
liquidationMargin: bigint;
loanToValueRatio: bigint;
netRate: bigint;
netYield: bigint;
totalBorrowBalanceValue: bigint;
totalBorrowedAmountValue: bigint;
totalCollateralBalanceValue: bigint;
totalEffectiveBorrowBalanceValue: bigint;
totalEffectiveCollateralBalanceValue: bigint;
userAddress: string;
}
Properties
borrows
borrowUtilisationRatio
borrowUtilisationRatio: bigint
collaterals
Optional
currentRound
currentRound?: number
escrowAddress
escrowAddress: string
liquidationMargin
liquidationMargin: bigint
loanToValueRatio
loanToValueRatio: bigint
netRate
netRate: bigint
netYield
netYield: bigint
totalBorrowBalanceValue
totalBorrowBalanceValue: bigint
totalBorrowedAmountValue
totalBorrowedAmountValue: bigint
totalCollateralBalanceValue
totalCollateralBalanceValue: bigint
totalEffectiveBorrowBalanceValue
totalEffectiveBorrowBalanceValue: bigint
totalEffectiveCollateralBalanceValue
totalEffectiveCollateralBalanceValue: bigint
userAddress
userAddress: string