6.4 File naming conventions
The file name of the Manifest for each batch shall be the string BatchComplete_ followed by the BatchId (as defined above) and the .json file extension
Each message sent in the batch shall be named as follows: MMMM_SSSSS.json with
MMMMbeing either (i) the name (root tag) of the message for JSON messages; andSSSSSbeing a zero padded serial number within that batch.
The file name of the Acknowledgement for each batch shall be the string ACK_, followed by the name of the message that is being acknowledged. The file shall have an .json file extension.