SWIFT Module 7.1 SP10.July 2020 | Package Services | WmFIN Package Services | wm.fin.dfd Folder | wm.fin.dfd:convertBizNameFormat
 
wm.fin.dfd:convertBizNameFormat
This service converts FIN IData from a specified format to TAGONLY format and merges subfields into a FIN field.
Input Parameters
finIData
Document FIN IData in the format specified in the fromFormat input string.
msgType
String SWIFT message type, for example, 502.
version
String Version number of the SWIFT message record, for example, nov10.
fromFormat
String The format of the generated blocks and fields for the input SWIFT message. Valid values:
*TAG_BIZNAME (default). SWIFT message tag followed by the business name specified in the message DFD, for example, 23G_Function of the Message.
*TAGONLY. SWIFT message tag only, for example, 23G:.
*BIZNAMEONLY. Business name specified in the message DFD, for example, Function of the Message.
*XMLTAG. XML-compatible tag name. This format cannot contain colons or tags that begin with a number, for example, F23G.
subfieldFlag
String Optional. Specifies whether to parse the fields in the input finIData to the subfield level. Valid values:
*true (default). Parse to the subfield level:
*For inbound messages, removes the SWIFT delimiter (/) between subfields.
*For outbound messages, adds the SWIFT delimiter (/) between subfields.
*false. Parse to the field level.
Output Parameters
convertedFinIData
Document Converted FIN IData in the format of TAGONLY.