{
    "Function": "_newFee",
    "File": "contracts/lybra/pools/base/LybraEUSDVaultBase.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Iconfigurator"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _newFee() internal view returns (uint256) {\n        return (poolTotalEUSDCirculation * configurator.vaultMintFeeApy(address(this)) * (block.timestamp - lastReportTime)) / (86400 * 365) / 10000;\n    }"
}