getApr
Developers > Yield Tranches > Methods > getAPR
This method returns the current apr for a tranche based on
trancheAPRSplitRatio
and the provided AA (Senior) ratio.function getApr(
address _tranche
) external view returns (uint256);
Parameter | Description |
---|---|
_tranche | AA or BB Tranche token address |
Value | Description |
---|---|
_val | APR for the specific tranche |
Last modified 1mo ago