IAutoPoolFEYProduct
Inherits: IFEYProduct
Functions
processRedemption
function processRedemption(uint256, uint256) external;
getTokenRate
function getTokenRate(DataTypes.Tranche _tranche, uint256 _amountOut)
external
view
returns (bool, uint256, uint256, uint256);
yieldSource
function yieldSource() external view returns (IAutoPoolYieldSource);
getSrFrFactor
function getSrFrFactor(bool _isProrated) external view returns (uint256 _srFrFactor);