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

ValueDescription

_val

Percentage of interest that will go to AA tranche holders (where 100% is 100000)

Last updated