| ID |
Name |
Abbr |
Presence |
Description |
| 2105 | AttachmentName | Name |
optional |
SYNOPSIS:
Specifies the file name of the attachment.
|
| 2106 | AttachmentMediaType | MediaTyp |
optional |
SYNOPSIS:
The MIME media type (and optional subtype) of the attachment. The values used are those assigned, listed and maintained by IANA (www.iana.org) [RFC2046]. See http://www.iana.org/assignments/media-types/index.html for available types.
Examples values (RFC number provided for reference here only):
"application/pdf" (see [RFC3778])
"application/msword" (for .doc files)
"multipart/signed" (see [RFC1847])
"application/vnd.openxmlformats-officedocument.wordprocessingml.document" (for .docx files)
|
| 2107 | AttachmentClassification | Clsfn |
optional |
SYNOPSIS:
Specifies semantically the type of the attached document from a business perspective. The default classification scheme reuses the FIX standard classification scheme of a high level section (pretrade, trade, posttrade, etc.) and a category, then a specific application or document type. The expression follows {"section/category/application type"}.
The goal here is to map the attachment into the sections and categories of the FIX business messages if possible. The classification scheme can be expanded or replaced by counterparty agreement. This approach permits the introduction and reference to other business ontologies.
Example:
posttrade/confirmation/confirm
pretrade//termsheet
|
| 2108 | AttachmentExternalURL | URL |
optional |
SYNOPSIS:
Used to specify an external URL where the attachment can be obtained.
|
| 2109 | AttachmentEncodingType | EncTyp |
optional |
SYNOPSIS:
The encoding type of the content provided in EncodedAttachment(2112).
|
| 2110 | UnencodedAttachmentLen | UnencAttchmntLen |
optional |
SYNOPSIS:
Unencoded content length in octets. Can be used to validate successful decoding.
|
| 2111 | EncodedAttachmentLen | EncAttchmntLen |
optional |
SYNOPSIS:
Byte length of encoded the EncodedAttachment(2112) field.
|
| 2112 | EncodedAttachment | EncAttchmnt |
optional |
SYNOPSIS:
The content of the attachment in the encoding format specified in the AttachmentEncodingType(2109) field.
|
| 2235 | AttachmentKeywordGrp | Keywd | optional |
The AttachmentKeywordGrp component provides a place to associate keywords with an attachment document to support the current approach of tagging to support metadata.
|