#
CalculatedFees
struct CalculatedFees {
uint256 totalFees;
uint256 totalBP;
FeeAllocation[] feeAllocations;
}
struct CalculatedFees {
uint256 totalFees;
uint256 totalBP;
FeeAllocation[] feeAllocations;
}