@folks-finance/algorand-sdk
Function calcLTVRatio
calcLTVRatio
(
totalBorrowBalanceValue
:
bigint
,
totalCollateralBalanceValue
:
bigint
,
)
:
bigint
Calculates the loan's LTV ratio
Parameters
totalBorrowBalanceValue
:
bigint
(4dp)
totalCollateralBalanceValue
:
bigint
(4dp)
Returns
bigint
LTVRatio (4dp)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@folks-finance/algorand-sdk
Calculates the loan's LTV ratio