Collateral Ratio
async collateralRatio()
async collateralRatio()const response = await this.newBorrowingService.getCollateral({
token, userRating: 1, loanAmount, underlying, validity,
loanTerm, collateral
}){
"status" : "Success",
"data" : {
"collateralRatio": 128.71
}
}Last updated