assetManager: address, //Address of the asset manager (this function will be called from their account)
assetURI: string, //The URI where information about this asset can be found
ipfs: string, //The hash of the IPFS file location
modelID: bytes32, //Model ID
fundingLength: uint256, //Funding time in seconds
amountToRaise: uint256, //Funding goal
assetManagerPercent: uint256, //A number less than 100: The percentage to be received by the AssetManager
escrow: uint256, //The amount being kept in collateral priced in the paymentToken
paymentToken: address, //The token being used to pay the collateral. It will be converted to MYB
fundingToken: address//Optional: if this asset is being funded with an ERC-20 token, you must pass the address