Hi Harry, I have to convert SUMMIT XML message type to FpML 5.2 message type using the transformation tool Volante Designer.I need to produce the value 12:00:00 for the hourMinuteTime element in FpmL. I can’t just hard code the value “12:00:00” as it will be considered as a string and the data type of this field is ISOTime.I tried many ways to map this value to that field but while simulating its getting the value 12:00:00-05:00 and hence throwing the error “The value ’12:00:00-05:00′ of element ‘hourMinuteTime’ is not facet-valid with respect to pattern ‘[0-2][0-9]:[0-5][0-9]:00′”. Could you please suggest me the proper way to get this done ? Thank You, Nikhil