Function: setManagementFeeBps(uint256 _managementFeeBps)
This function sets the global management fee percentage for this FCNProduct. Only callable by the operator admin role.
Inputs
_managementFeeBps
Control: Fully controlled.
Constraints: N/A.
Impact: Modifies the
managementFeeBps
storage variable.
Branches and code coverage (including function calls)
Intended branches
Modifies the
managementFeeBps
storage variable correctly.
Negative behaviour
Should revert if called by a non--operator-admin role.