Links

trancheAPRSplitRatio

Developers > Yield Tranches > Methods > trancheAPRSplitRatio
This method returns the set interest split ratio between the Senior and Junior holders.

Function

function trancheAPRSplitRatio(
) external view returns(uint256);

Return values

Value
Description
_val
Percentage of interest that will go to AA tranche holders (where 100% is 100000)
Last modified 1mo ago