# FeeBasisPointsExceedHalfMax

Git Source

The total basis points for a fee schedule, policy fee receivers at policy creation, or maker bp cannot be greater than half of LibConstants.BP_FACTOR. This is to prevent the total basis points of a fee schedule with additional fee receivers (policy fee receivers for fee payments on premiums) from being greater than 100%.

error FeeBasisPointsExceedHalfMax(uint256 actual, uint256 expected);