function createMarket(
string tokenNameSuffix,
string tokenSymbolSuffix,
address collateral,
address governance,
uint256 floorLongPrice,
uint256 ceilingLongPrice,
uint256 floorValuation,
uint256 ceilingValuation,
uint256 mintingFee,
uint256 redemptionFee,
uint256 expiryTime
) external