@folks-finance/algorand-sdk
Function calcBorrowUtilisationRatio
calcBorrowUtilisationRatio
(
totalEffectiveBorrowBalanceValue
:
bigint
,
totalEffectiveCollateralBalanceValue
:
bigint
,
)
:
bigint
Calculates the loan's borrow utilisation ratio
Parameters
totalEffectiveBorrowBalanceValue
:
bigint
(4dp)
totalEffectiveCollateralBalanceValue
:
bigint
(4dp)
Returns
bigint
borrowUtilisationRatio (4dp)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@folks-finance/algorand-sdk
Calculates the loan's borrow utilisation ratio