SWIFT Module 7.1 SP10.July 2020 | Package Services | WmFIN Package Services | wm.fin.format Folder | wm.fin.format:convertFINBlock4ToISDoc
 
wm.fin.format:convertFINBlock4ToISDoc
This service maps the contents of a formatted block 4 MT message from the back-end MT IS document type.
Input Parameters
finMsgBlock4
String Block 4 of a FIN message according to the SWIFT specification.
version
String Optional. Version number of the SWIFT message record being used, for example, nov10.
msgType
String Optional. SWIFT message type identifier, for example, 199.
relaxed
String Optional. Formats the new line or line feed characters to SWIFT specific control characters “\r\n”.
Note:
As per SWIFT specification the path separator for all the lines in block 4 is “\r\n”. “\r”- is specified as the line feed character and “\n”- as the new line character.
Output Parameters
MTISDoc
Document Back-end MT IS document type.