COMMON MESSAGE INFRASTRUCTURE MQ PROGRAMMER'S GUIDE

Size: px
Start display at page:

Download "COMMON MESSAGE INFRASTRUCTURE MQ PROGRAMMER'S GUIDE"

Transcription

1 COMMON MESSAGE INFRASTRUCTURE MQ PROGRAMMER'S GUIDE MAY 14, 2018

2 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design) is proprietary and protected by copyright, and is for the exclusive use of users authorized by DTCC. If this work is received from DTCC in any electronic medium, authorized users of this work are granted a limited, non-exclusive, non-transferable, nonsublicensable and freely revocable license to make reproductions and transmissions necessary for downloading and storage of this work on the users' computers and to print one or more paper copies from the electronic version for their own use. Other than to this limited extent, no part of this work (including any paper copies thereof or print versions thereof) may be printed, copied, altered, modified, posted, reproduced, displayed, published, sold, licensed, used or distributed (including by transmission) in any form or by any means, or stored in any information storage and retrieval system, without DTCC's prior written permission. DTCC is the brand name under which certain affiliates of The Depository Trust & Clearing Corporation provide services in particular geographic areas. The Depository Trust & Clearing Corporation does not provide services to clients. Each of The Depository Trust & Clearing Corporation s affiliates is a legally separate and independent entity, and each is subject to the laws and regulations of the particular country in which it operates. Please see for more information on the legal structure of The Depository Trust & Clearing Corporation and its related entities. All product or service names are the property of their respective owners. Publication Date: May 14, 2018 Publication Code: CP012 Title: MQ Programmer's Guide

3 CONTENTS Contents 3 Preface 4 About This Guide 4 Audience 4 Changes in This Version of the Document 4 Related Documents and Training 4 Questions? 4 1. Message Envelope and XML Processing (ALERT, CTM, and OASYS) 5 Introduction 5 Syntax Formatting Key 5 XML Processing Instructions and Declarations 5 Column Header Key 6 Message Layout 6 A. Example Messages (CTM and OASYS) 9 Introduction 9 Inbound Messages to DTCC 9 Outbound Messages From DTCC 9 B. Error Codes and Resolutions Handling 11 Introduction 11 CMI Errors 11

4 PREFACE About This Guide The common message infrastructure (CMI) allows you to use an XML interface to send different types of trade messages to multiple Omgeo services. This document describes the CMI message envelope layout and elements required on all messages you submit to and receive from DTCC. This document does not describe the message body for XML trade messages. For those message specifications, see the applicable product documentation. Audience This document is for systems analysts, programmers, and others involved in creating and receiving messages that flow between orderers (usually investment managers), executors (broker/dealers), other trade parties, and the CMI service. Changes in This Version of the Document This version includes branding updates only no content changes. Related Documents and Training For related documents and training in the DTCC Learning Center, go to Institutional Trade Processing area and select the service you are using. Questions? The DTCC Client Center provides general assistance and technical help. Visit to: Enter a service request or check the status of an existing service request Search the knowledge base Obtain contact information Preface 4

5 1. MESSAGE ENVELOPE AND XML PROCESSING (ALERT, CTM, AND OASYS) Introduction CMI treats a message as two parts: The CMI message envelope contains XML fields that make up a common wrapper of every CMI message. The second part is the message body. The content of the message body does not depend on the message envelope. In practice, the message body contains complete messages specific to the target service (such as CTM), or contains XML from the common message. Syntax Formatting Key Table 1.1 outlines the syntax and formatting described in the Syntax column of the message envelope layout (Table 1.3). Table 1.1 Syntax Formatting With Examples Use this symbol... Comprised of... To indicate... n Digits Format Element 16n ProcessingSequence c A B C D E F G H I J K L M N O P Q R S T U V W X Y Z !c A B C D E F G H I J K L M N O P Q R S T U V W X Y Z z The ISO /IEC (Latin 1) characters without <cr> or <lf> Value Uppercase alphanumerics Format example 4c Uppercase alphanumerics with exact field length ISO/IEC (Latin 1) character Element Value Format Element Value Format Element Value <ProcessingSequence> </ProcessingSequence> PartyType <PartyType>TFID</PartyType> 4!c PartyRole <PartyRole>EXEC</PartyRole> 40z PartyValue <PartyValue>BBBBGB2L</PartyValue> XML Processing Instructions and Declarations DTCC recommends that the prolog (first line) of each message have the following XML processing instruction: <?xml version= 1.0 encoding= <encoding value>?> Message Envelope and XML Processing (ALERT, CTM, and OASYS) 5

6 Where <encoding value> represents a valid encoding. You can enter any valid encode value as an encoding value; however, the underlying This version includes branding updates only no content changes. service can require specific encoding values. For example, for Omgeo CTM messages use: <?xml version= 1.0 encoding= iso ?> The first line of the OmgeoMessageContainer element must contain the envelope schema. You can declare additional schema file web addresses in the OmgeoMessageContainer element to parse prefixed elements in the message envelope. These additional schemas depend on the underlying service. See Example Messages (CTM and OASYS) on page 9 for an example. Column Header Key Table 1.2 describes the column headings for the message envelope layout shown in the Table 1.3. Table 1.2 Column Header Key for the Message Envelope Column Header Indent XML Element Min. Description The nesting level of the message envelope element. Indent level 1 is the highest level in the hierarchy. Child elements in composites are inset from the left with numbers that indicate nested levels. The name of the element in the message envelope. Minimum number of occurrences of the message envelope element: 0 indicates an optional element. Some optional composites have required child fields. If you use an optional composite on an inbound message to DTCC, ensure that you provide values in its required child fields. 1 indicates a mandatory XML element. Max. Syntax Notes/Enumerated Values Maximum number of occurrences of the message envelope element. Do not expect to receive more than the number of allowed occurrences of the element. An asterisk (*) indicates that no established maximum exists. The size and data type of the message envelope field. A composite element contains one or more other message envelope fields, and has the label Composite in the Syntax column. Composite element rows are shaded in blue. Contains more information about the element. Message Layout Table 1.3 describes the CMI message envelope elements. Composite element rows are shaded in blue. Table 1.3 Message Envelope Elements Ind. XML Element Min. Max. Syntax Notes/Enumerated Values 1 OmgeoMessageContainer 1 1 Composite 2 MessageParties 1 1 Composite 3 SenderParty 1 1 Composite Identifies the sender according to message direction: When inbound to [[[Undefined variable OmgeoVariables.CompanyName]]] identifies the client When outbound to you value is Omgeo 4 PartyRole 1 1 4!c Valid value is MEOR (Message Originator). 4 PartyType 1 1 4c Valid values: TFID Thomson Financial Identifier BIC Bank Identifier Code OTM OASYS-TradeMatch SM. Message Envelope and XML Processing (ALERT, CTM, and OASYS) 6

7 Table 1.3 Message Envelope Elements (continued) Ind. XML Element Min. Max. Syntax Notes/Enumerated Values 4 PartyValue z Valid identifier of the sender according to the PartyType. 3 ReceiverParty 1 1 Composite Identifies the message owner in the OmgeoMessage component field, which occurs later in this message. When inbound to DTCC value is Omgeo. When outbound to you identifies the client. 4 PartyRole 1 1 4!c Valid value is MERE (Message Recipient). 4 PartyType 1 1 4c Valid values: TFID Thomson Financial Identifier BIC Bank Identifier Code OTM OASYS-TradeMatch 4 PartyValue z Valid identifier of the recipient according to the PartyType. 3 DataOwnerParty 1 1 Composite Identifies the owner of the message in the OmgeoMessage component. 4 PartyRole 1 1 4!c Valid values: 4 PartyType 1 1 4c Valid values: INST Instructing Party EXEC Executing Broker UNKN Unknown TFID Thomson Financial Identifier BIC Bank Identifier Code OTM OASYS-TradeMatch 4 PartyValue z The client identification number based on the selected PartyType value. 2 ClientIdentifier z Your client user identifier or other identifier. 2 ClientMessageReference z Your message identifier. This reference is not returned on the outbound response message. 2 QualityOfService 0 1 Composite This group provides additional values to support reliable, concurrent, and ordered message transmission when connecting to your Omgeo CTM service. 3 TransportMessageId z A unique identifier on the envelope or communications layer of a message, which uniquely identifies each message and enables tracking, rollback, and so on. 3 ProcessingHash z Identifies the queue which processes your inbound message to DTCC. For the Omgeo CTM service only. Valid values: Query messages=0 Trade messages= ProcessingSequence n A unique identifier that tracks the processing order of all XML message types and correlating response message from DTCC. 3 Duplicate 0 1 5z Indicates whether an XML message was resent. Valid values: True XML message is a duplicate. False XML message is not a duplicate. 2 Errors 0 1 Composite The group of one or more possible MQ errors that appear on outbound messages only. 3 Error 1 * Composite An individual error appearing on an outbound message to you. Message Envelope and XML Processing (ALERT, CTM, and OASYS) 7

8 Table 1.3 Message Envelope Elements (continued) Ind. XML Element Min. Max. Syntax Notes/Enumerated Values 4 ErrorId n Identifies the error number. This field begins at 1 and increments for each error in the list. 4 ErrorSeverity 1 1 7c Valid values: INFO WARNING FATAL 4 ErrorCode 1 1 8c Identifies the specific error code. 4 ErrorParameter 0 * z The field with an incorrect value prompting an error. 2 OmgeoService 1 1 Composite The parameters that define the DTCC service. 3 Route 1 1 Composite Indicates the target service and service version. 4 Service 1 1 6c Valid values: 4 ServiceVersion 1 1 8z Valid values: ALERT (requires 1.0 or 5.0 as ServiceVersion value) CTM (requires 1.3 as ServiceVersion value) OASYS (requires 7.0 as ServicedVersion value) For ALERT, supply (requires ALERT as Service value): o o 1.0 for GCD 5.0 for API 4 ServiceInfo z Reserved for future use. For CTM, supply 1.3 (requires CTM as Service value) For OASYS, supply 7.0 (requires OASYS as Service value) 3 OmgeoMessage 1 1 ##any This field contains the service-specific message. NA ContentType 1 1 8c Valid values: XML SWIFT (reserved for future use) CSV (reserved for future use) FIX (reserved for future use) RAW (reserved for future use) The indent on this field is NA (not applicable) because ContentType occurs at the end of the preceding OmgeoMessage field. Message Envelope and XML Processing (ALERT, CTM, and OASYS) 8

9 A. EXAMPLE MESSAGES (CTM AND OASYS) Introduction This section contains examples of message envelopes. Inbound Messages to DTCC Figure A.1 shows a message envelope example inbound to DTCC, with OASYS as the underlying service. The example displays a portion of the message body as indicated. Figure A.1 Inbound Message Envelope and Message Body Outbound Messages From DTCC Figure A.2 shows a message envelope example outbound from the CTM service to you. This example displays envelope-specific tags, with a portion of the message body as indicated. Example Messages (CTM and OASYS) 9

10 Figure A.2 Outbound Message Envelope and Message Body Example Messages (CTM and OASYS) 10

11 B. ERROR CODES AND RESOLUTIONS HANDLING Introduction This chapter describes how DTCC handles errors. CMI Errors Table B.1 describes CMI CTM and OASYS service error codes and provides error examples with resolutions. Table B.1 CMI Errors and Resolutions Error Code E2951 E4240 E4362 Error Description Error Example Example Resolution Invalid XML encoding value (envelope line 1) Invalid application and version in input XML message User not authorized to route messages to the service <Errors> <Error> <ErrorId>1</ErrorId> <ErrorSeverity>FATAL </ErrorSeverity> <ErrorCode>E2951</ErrorCode> <ErrorText>Invalid XML Encoding value %1.</ErrorText> <ErrorParameter>utf-8</ErrorParameter> </Error> </Errors> Errors> <Error> <ErrorId>1</ErrorId> <ErrorSeverity>FATAL</ErrorSeverity> <ErrorCode>E4240</ErrorCode> <ErrorText>Invalid Application and Version %1 in input XML message</errortext> <ErrorParameter>OASYS_1.3</ErrorParameter> </Error> </Errors> <Errors> <Error> <ErrorId>1</ErrorId> <ErrorSeverity>FATAL </ErrorSeverity> <ErrorCode>E4362</ErrorCode> <ErrorText>User %1 NOT authorized for the service %2</ErrorText> <ErrorParameter>machj01,SYSTEM_1.0 </ErrorParameter> </Error> </Errors> Correct the encoding value on line 1 of the message envelope (utf-8 is valid). Then, resend the message. Correct the envelope Service element and ServiceVersion element value combination. Then, resend the message. Contact the Client Center to verify subscription and role combination for your organization. Error Codes and Resolutions Handling 11

12 Table B.1 CMI Errors and Resolutions (continued) Error Code E5004 E5025 Error Description Error Example Example Resolution Invalid character in the message Value exceeds max length for field <Errors> <Error> <ErrorId>1</ErrorId> <ErrorSeverity>FATAL </ErrorSeverity> <ErrorCode>E5004</ErrorCode> <ErrorText>XML Parser error at %1. An invalid XML character (Unicode: 0x49) was found in the prolog of the document.</errortext> <ErrorParameter>XMLNSC</ErrorParameter> </Error> </Errors> <Errors> <Error> <ErrorId>1 </ErrorId> <ErrorSeverity>FATAL</ErrorSeverity> <ErrorCode>E5025</ErrorCode> <ErrorText>Schema validation error at %1, The length of value "XXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \XXXXXXXXXXXXX" is "1999" which is not valid with respect to maxlength facet with value"32".</errortext> <ErrorParameter>ClientMessageRef</ErrorParameter> </Error> </Errors> Correct the payload in the message and resend. Correct the envelope element that exceeds the maximum length. Then, resend the message. Error Codes and Resolutions Handling 12

13 FOR MORE INFORMATION DTCC Learning at: or visit us on the web at:

COMMON MESSAGE INFRASTRUCTURE HTTPS USER'S GUIDE

COMMON MESSAGE INFRASTRUCTURE HTTPS USER'S GUIDE COMMON MESSAGE INFRASTRUCTURE HTTPS USER'S GUIDE MAY 01, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation, all text,

More information

ALERT DIRECT INTERFACE

ALERT DIRECT INTERFACE ALERT DIRECT INTERFACE XML MESSAGE SPECIFICATION: GLOBAL CUSTODIANS VERSION 1.0 AUGUST 03, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos,

More information

ALERT OPEN APPLICATION INTERFACE (API) MESSAGE SPECIFICATION BROKER/DEALERS VERSION 1.0 MARCH 28, 2018

ALERT OPEN APPLICATION INTERFACE (API) MESSAGE SPECIFICATION BROKER/DEALERS VERSION 1.0 MARCH 28, 2018 ALERT OPEN APPLICATION INTERFACE (API) MESSAGE SPECIFICATION BROKER/DEALERS VERSION 1.0 MARCH 28, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images,

More information

INSTALLING AND CONFIGURING TWO JAVA RUNTIME ENVIRONMENTS

INSTALLING AND CONFIGURING TWO JAVA RUNTIME ENVIRONMENTS CTM INSTALLING AND CONFIGURING TWO JAVA RUNTIME ENVIRONMENTS APRIL 14, 2015 This document describes how to install and configure two Java Runtime Environments (JREs) on a single machine. Doing so allows

More information

ETF PORTFOLIO DATA SERVICE A DTCC DATAPRO OFFERING

ETF PORTFOLIO DATA SERVICE A DTCC DATAPRO OFFERING ETF PORTFOLIO DATA SERVICE A DTCC DATAPRO OFFERING ETF HISTORICAL UPLOAD TEMPLATE ERROR CODES AND HELPFUL HINTS MARCH 13, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation,

More information

TRADESUITE ID CONFIRM ARCHIVE REFERENCE APRIL 30, 2018

TRADESUITE ID CONFIRM ARCHIVE REFERENCE APRIL 30, 2018 TRADESUITE ID CONFIRM ARCHIVE REFERENCE APRIL 30, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation, all text, images,

More information

ALERT SYSTEM REQUIREMENTS MAY 08, This document describes the supported and certified hardware and software environment for the ALERT platform.

ALERT SYSTEM REQUIREMENTS MAY 08, This document describes the supported and certified hardware and software environment for the ALERT platform. ALERT SYSTEM REQUIREMENTS MAY 08, 2018 This document describes the supported and certified hardware and software environment for the ALERT platform. ALERT System Requirements ALERT SYSTEM REQUIREMENTS

More information

Refer to DTCC Learning Center for current documentation. Historic release document

Refer to DTCC Learning Center for current documentation. Historic release document ALERT PRODUCT RELEASE INFORMATION VERSION 5.11 NOVEMBER 27, 2017 This document outlines the enhancements included in the ALERT platform 5.11 release. TABLE OF CONTENTS What is New in Release 5.11? 3 New

More information

ALERT BROKER/DEALER DIRECT CONFORMANCE GUIDE VERSION 4.1 MAY 11, 2018

ALERT BROKER/DEALER DIRECT CONFORMANCE GUIDE VERSION 4.1 MAY 11, 2018 ALERT BROKER/DEALER DIRECT CONFORMANCE GUIDE VERSION 4.1 MAY 11, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design)

More information

ALERT SETTLEMENT INSTRUCTION (SI) SCAN UPLOAD GUIDE FEBRUARY 27, 2018

ALERT SETTLEMENT INSTRUCTION (SI) SCAN UPLOAD GUIDE FEBRUARY 27, 2018 ALERT SETTLEMENT INSTRUCTION (SI) SCAN UPLOAD GUIDE FEBRUARY 27, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design)

More information

OASYS OASYS WORKSTATION INSTALLATION GUIDE

OASYS OASYS WORKSTATION INSTALLATION GUIDE OASYS OASYS WORKSTATION INSTALLATION GUIDE VERSION 8.0 DECEMBER 21, 2017 Copyright 2017 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design)

More information

DTCC SERVICES OVERVIEW OF ROLES: INSTITUTIONAL TRADE PROCESSING

DTCC SERVICES OVERVIEW OF ROLES: INSTITUTIONAL TRADE PROCESSING DTCC SERVICES OVERVIEW OF ROLES: INSTITUTIONAL TRADE PROCESSING JUNE 13, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation,

More information

ALERT ALERT-SWIFT MAPPING MARCH 16, 2018

ALERT ALERT-SWIFT MAPPING MARCH 16, 2018 ALERT ALERT-SWIFT MAPPING MARCH 16, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design) is proprietary and protected

More information

CTM VIEW ONLY BROKER IMPLEMENTATION GUIDE AND PROCEDURES

CTM VIEW ONLY BROKER IMPLEMENTATION GUIDE AND PROCEDURES CTM VIEW ONLY BROKER IMPLEMENTATION GUIDE AND PROCEDURES JUNE 04, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation,

More information

AUTOMATIC CONFIRMATION CREATION WITH PRORATION: BEST PRACTICES

AUTOMATIC CONFIRMATION CREATION WITH PRORATION: BEST PRACTICES CTM AUTOMATIC CONFIRMATION CREATION WITH PRORATION: BEST PRACTICES AUGUST 06, 2018 Introduction The CTM service can create confirmations and contracts automatically with proration and optional truncation

More information

SMART CONNECTIVITY SERVICES DTCC FEE GUIDE

SMART CONNECTIVITY SERVICES DTCC FEE GUIDE SMART CONNECTIVITY SERVICES DTCC FEE GUIDE AUGUST 27, 2018 Copyright 2018 by The Depository Trust & Clearing Corporation ( DTCC ). All rights reserved. This work (including, without limitation, all text,

More information

GMEI UTILITY BULK REGISTRATION AND RENEWAL USER'S GUIDE FOR TEMPLATE VERSION 5.4 JANUARY 29, 2018

GMEI UTILITY BULK REGISTRATION AND RENEWAL USER'S GUIDE FOR TEMPLATE VERSION 5.4 JANUARY 29, 2018 GMEI UTILITY BULK REGISTRATION AND RENEWAL USER'S GUIDE FOR TEMPLATE VERSION 5.4 JANUARY 29, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos,

More information

ALERT BROKER/DEALER DIRECT

ALERT BROKER/DEALER DIRECT ALERT BROKER/DEALER DIRECT MESSAGE SPECIFICATION VERSION 4.1 FEBRUARY 28, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and

More information

CTM DCIGATE FOR.NET USER GUIDE

CTM DCIGATE FOR.NET USER GUIDE CTM DCIGATE FOR.NET USER GUIDE VERSION 3.01 APRIL 24, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation, all text,

More information

GMEI PORTAL USER'S GUIDE FEBRUARY 05, 2018

GMEI PORTAL USER'S GUIDE FEBRUARY 05, 2018 GMEI PORTAL USER'S GUIDE FEBRUARY 05, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design) is proprietary and protected

More information

COST BASIS REPORTING SERVICE COST BASIS USER MASTER FILE MRO

COST BASIS REPORTING SERVICE COST BASIS USER MASTER FILE MRO COST BASIS REPORTING SERVICE COST BASIS USER MASTER FILE MRO VERSION 1.0 SEPTEMBER 18, 2017 Copyright 2017 by The Depository Trust & Clearing Corporation ( DTCC ). All rights reserved. This work (including,

More information

OASYS INVESTMENT MANAGER USER GUIDE

OASYS INVESTMENT MANAGER USER GUIDE OASYS INVESTMENT MANAGER USER GUIDE VERSION 8 APRIL 2, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation, all text,

More information

SETTLEMENT MQ RAD OUTPUT FUNCTION USER GUIDE

SETTLEMENT MQ RAD OUTPUT FUNCTION USER GUIDE SETTLEMENT 20.16-MQ RAD OUTPUT FUNCTION USER GUIDE NOVEMBER 26, 2018 Copyright 2018 by The Depository Trust & Clearing Corporation ( DTCC ). All rights reserved. This work (including, without limitation,

More information

CTM ERROR CODE DATA REFERENCE

CTM ERROR CODE DATA REFERENCE CTM ERROR CODE DATA REFERENCE MAY 21, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation, all text, images, logos, compilation

More information

Omgeo ALERT SM Onboarding Guide

Omgeo ALERT SM Onboarding Guide Omgeo ALERT SM Onboarding Guide Copyright 2009 Omgeo LLC. All rights reserved. This publication (including, without limitation, any text, image, logo, compilation, code and/or design) is proprietary and

More information

CTM FIX 4.4 Interface Message Specification: Broker/Dealers

CTM FIX 4.4 Interface Message Specification: Broker/Dealers CTM FIX 4.4 Interface Message Specification: Broker/Dealers February 26, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation,

More information

CF2/MQ Transmission Guides MQ DROP NOTIFICATION OUTPUT (FOR DELIVER ORDER AND PLEDGE ACTIVITY)

CF2/MQ Transmission Guides MQ DROP NOTIFICATION OUTPUT (FOR DELIVER ORDER AND PLEDGE ACTIVITY) CF2/MQ Transmission Guides 20.05 MQ DROP NOTIFICATION OUTPUT (FOR DELIVER ORDER AND PLEDGE ACTIVITY) The Depository Trust & Clearing Corporation November 2018 Copyright Copyright 2018 by The Depository

More information

CSDs and Securities Market Infrastructures

CSDs and Securities Market Infrastructures Label Criteria 2017 This document explains the criteria required to obtain the SWIFT Certified Application - CSDs and Securities Market Infrastructures 2017 label for your business application. 27 January

More information

ALERT DATA SEARCH REPORTS FEBRUARY 27, 2018

ALERT DATA SEARCH REPORTS FEBRUARY 27, 2018 ALERT DATA SEARCH REPORTS FEBRUARY 27, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design) is proprietary and protected

More information

Oracle Revenue Management and Billing. File Upload Interface (FUI) - User Guide. Version Revision 1.1

Oracle Revenue Management and Billing. File Upload Interface (FUI) - User Guide. Version Revision 1.1 Oracle Revenue Management and Billing Version 2.6.0.1.0 File Upload Interface (FUI) - User Guide Revision 1.1 E97081-01 May, 2018 Oracle Revenue Management and Billing File Upload Interface (FUI) - User

More information

MDH TRANSMISSION USER GUIDES RELEASE-REQUEST Output Notifications via the MDH System Participant User Guide

MDH TRANSMISSION USER GUIDES RELEASE-REQUEST Output Notifications via the MDH System Participant User Guide MDH MDH TRANSMISSION USER GUIDES 20.04 RELEASE-REQUEST Output Notifications via the MDH System Participant User Guide The Depository Trust Company May 2001 Copyright 1999, 2000, 2001 by The Depository

More information

CTM NOTIFICATION SERVICES REFERENCE

CTM NOTIFICATION SERVICES REFERENCE CTM NOTIFICATION SERVICES REFERENCE JULY 14, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation, all text, images, logos,

More information

TERMS OF SERVICE. Maui Lash Extensions All Rights Reserved.

TERMS OF SERVICE. Maui Lash Extensions All Rights Reserved. TERMS OF SERVICE Electronic Communication: When you visit our website or send e-mails to us, you are communicating with us electronically. You consent to receive communications from us electronically.

More information

CTM TRADE BLOTTER REFERENCE: BROKER/DEALERS

CTM TRADE BLOTTER REFERENCE: BROKER/DEALERS CTM TRADE BLOTTER REFERENCE: BROKER/DEALERS JUNE 04, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation, all text, images,

More information

Business Processes and Rules: Siebel Enterprise Application Integration. Siebel Innovation Pack 2013 Version 8.1/8.

Business Processes and Rules: Siebel Enterprise Application Integration. Siebel Innovation Pack 2013 Version 8.1/8. Business Processes and Rules: Siebel Enterprise Application Integration Siebel Innovation Pack 2013 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software

More information

X12 Implementation Guidelines For Inbound 997 v (I )

X12 Implementation Guidelines For Inbound 997 v (I ) X12 Implementation Guidelines For Inbound 997 v004010 (I9974010) 997-4010 (i9974010) 1 10/12/2009 997 Functional Acknowledgment Functional Group ID=FA Introduction: This Draft Standard for Trial Use contains

More information

Corporates Cash Management

Corporates Cash Management SWIFT Certified Applications Corporates Cash Management Technical validation Guide 2017 Version 1.1 February 2017 Legal notices Copyright SWIFT 2017. All rights reserved. You may copy this publication

More information

SWIFTNet Services Integrator Messaging Hub Interface Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E

SWIFTNet Services Integrator Messaging Hub Interface Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E SWIFTNet Services Integrator Messaging Hub Interface Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Oracle Part Number E51536-01 SWIFTNet Services Integrator Messaging Hub Interface Table

More information

2. Standing Instructions Database Output Notification Specification for Broker-Dealers (SIDINS)

2. Standing Instructions Database Output Notification Specification for Broker-Dealers (SIDINS) Standing Instructions Database 2. Standing Instructions Database Output Notification Specification for Broker-Dealers (SIDINS) Version 01 Release 02 The Depository Trust Company December 1998 ( DTC ).

More information

CTM XML MESSAGE SPECIFICATION: DEBT/EQUITY AND COMMON MESSAGES

CTM XML MESSAGE SPECIFICATION: DEBT/EQUITY AND COMMON MESSAGES CTM XML MESSAGE SPECIFICATION: DEBT/EQUITY AND COMMON MESSAGES September 27, 2017 Copyright 2017 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without

More information

KEYMAN. Security key and certificate management message. Edition 2016

KEYMAN. Security key and certificate management message. Edition 2016 EANCOM 2002 S4 Security key and certificate management message Edition 2016 1. Introduction... 2 2. Message Structure Chart... 3 3. Branching Diagram... 4 4. Segments Description... 5... 6 6. Example(s)...

More information

SWIFT Certified Applications RTGS. Technical validation Guide Version 1.1

SWIFT Certified Applications RTGS. Technical validation Guide Version 1.1 SWIFT Certified Applications RTGS Technical validation Guide 2018 Version 1.1 February 2018 Legal notices Copyright SWIFT 2018. All rights reserved. You may copy this publication within your organisation.

More information

TRADESUITE ID TRADESUITE ID/SWIFT INTEGRATION GUIDE VERSION MARCH 02, 2018

TRADESUITE ID TRADESUITE ID/SWIFT INTEGRATION GUIDE VERSION MARCH 02, 2018 TRADESUITE ID TRADESUITE ID/SWIFT INTEGRATION GUIDE VERSION 8.0.5 MARCH 02, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation

More information

RTGS Application. SWIFT Certified Application. Label Criteria 2018

RTGS Application. SWIFT Certified Application. Label Criteria 2018 Label Criteria 2018 This document explains the business criteria required to obtain the SWIFT Certified Application 2018 label for RTGS applications. 26 January 2018 Table of Contents Table of Contents

More information

RHODE ISLAND Electronic Business Transactions

RHODE ISLAND Electronic Business Transactions RHODE ISLAND Electronic Business Transactions For TRANSACTION SET Functional Acknowledgment Ver/Rel 004010 RI997 (004010UIG) Version: 99.1 8-1-1999 997 Functional Acknowledgment Introduction: RHODE ISLAND

More information

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide Symantec Encryption Management Server and Symantec Data Loss Prevention Integration Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

Oracle Supplier Network

Oracle Supplier Network Oracle Supplier Network Buyer s Guide to Connecting 11i Release 4.3 Part No. B19153-01 June 2005 Oracle Supplier Network Buyer s Guide to Connecting 11i, Release 4.3 Part No. B19153-01 Copyright 2005,

More information

Softshare EDI Notepad Overview Guide

Softshare EDI Notepad Overview Guide Softshare EDI Notepad Overview Guide All rights reserved. No part of this document may be copied, duplicated, or reproduced without written consent from Softshare. EDI Notepad version 5.1, build 122. Copyright

More information

DocuSign Quick Start Guide. Using the Bulk Recipient Feature. Overview. Table of Contents

DocuSign Quick Start Guide. Using the Bulk Recipient Feature. Overview. Table of Contents DocuSign Quick Start Guide Using the Bulk Recipient Feature Overview There might be situations that require a sender to send the same document to a large number of recipients. A typical example is an updated

More information

Siebel Financial Services Enterprise Application Integration Guide. Siebel Innovation Pack 2015 May 2015

Siebel Financial Services Enterprise Application Integration Guide. Siebel Innovation Pack 2015 May 2015 Siebel Financial Services Enterprise Application Integration Guide Siebel May 2015 Copyright 2005, 2014, Oracle. All rights reserved. TThis software and related documentation are provided under a license

More information

Operations Guide - ADVANCE INFORMATION

Operations Guide - ADVANCE INFORMATION Operations Guide - ADVANCE INFORMATION This document provides advance information on changes to the X character set, block structure, and user header in FIN sections as part of the Standards Release 2018.

More information

TCR RELEASE 3.1 Job Aid for Structured Testing

TCR RELEASE 3.1 Job Aid for Structured Testing TCR RELEASE 3.1 Job Aid for Structured Testing June 20, 2018 SPP Customer Training REVISION HISTORY DATE OR VERSION NUMBER AUTHOR CHANGE DESCRIPTION COMMENTS 6/11/2018 Michael Daly Initial Draft For TCR

More information

Veritas ediscovery Platform

Veritas ediscovery Platform Veritas ediscovery Platform Release Notes 8.2 Cumulative Hotfix 3 Release Notes PAGE: 2 Veritas ediscovery Platform : Release Notes 8.2 CHF3 The software described in this book is furnished under a license

More information

Oracle. Sales Cloud Using Customer Data Management. Release 12

Oracle. Sales Cloud Using Customer Data Management. Release 12 Oracle Sales Cloud Release 12 Oracle Sales Cloud Part Number E73021-03 Copyright 2011-2017, Oracle and/or its affiliates. All rights reserved. Authors: Jesna Narayanan, Abhishek Sura, Vijay Tiwary Contributors:

More information

The Assent Materials Declaration Tool User Manual

The Assent Materials Declaration Tool User Manual The Assent Materials Declaration Tool User Manual TABLE OF CONTENTS Welcome to The Assent Materials Declaration Tool... 2 What is The Assent Materials Declaration Tool?... 2 Why Use The Assent Materials

More information

BlackBerry Wireless Handheld. Attachment Service Guide

BlackBerry Wireless Handheld. Attachment Service Guide BlackBerry Wireless Handheld Attachment Service Guide BlackBerry Wireless Handheld Attachment Service Guide Last modified: 21 October 2002 Part number: PDF-05531-005 At the time of publication, this documentation

More information

SWIFT Certified Applications. Trade Finance. Technical validation Guide Version 1.1

SWIFT Certified Applications. Trade Finance. Technical validation Guide Version 1.1 SWIFT Certified Applications Trade Finance Technical validation Guide 2017 Version 1.1 February 2017 Legal Notices Copyright SWIFT 2017. All rights reserved. You may copy this publication within your organisation.

More information

Public UBS MTF. MiFID II Identifier Management

Public UBS MTF. MiFID II Identifier Management Public UBS MTF MiFID II Identifier Management August 2017 Table of contents 1. Revision History 3 2. Summary 3 2.1. Background 3 2.2. Functionality 4 2.3. Service Access 4 2.4. Interface changes 4 3. Submission

More information

SWIFT Certified Applications. Trade Finance. Technical validation Guide Version 1.3

SWIFT Certified Applications. Trade Finance. Technical validation Guide Version 1.3 SWIFT Certified Applications Trade Finance Technical validation Guide 2018 Version 1.3 May 2018 Legal Notices Copyright SWIFT 2018. All rights reserved. You may copy this publication within your organisation.

More information

Siebel Retail Finance Financial Process Integrator Guide

Siebel Retail Finance Financial Process Integrator Guide Siebel Retail Finance Financial Process Integrator Guide Version 2007 April 2007 Copyright 2005, 2007, Oracle. All rights reserved. The Programs (which include both the software and documentation) contain

More information

CTM MESSAGE TRANSLATION INTERFACE SPECIFICATION: DEBT/EQUITY FOR INVESTMENT MANAGERS

CTM MESSAGE TRANSLATION INTERFACE SPECIFICATION: DEBT/EQUITY FOR INVESTMENT MANAGERS CTM MESSAGE TRANSLATION INTERFACE SPECIFICATION: DEBT/EQUITY FOR INVESTMENT MANAGERS JUNE 11, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including,

More information

Handling of EDXL-DE messages for emergency information distribution with JIXEL Share

Handling of EDXL-DE messages for emergency information distribution with JIXEL Share Handling of EDXL-DE messages for emergency information distribution with JIXEL Share Presentation outline Introduction to Intelligence for Environment & Security Solutions (IES Solutions) EDXL-DE introduction

More information

THOMSON REUTERS Tick History MARCH 2017 QUICK START GUIDE

THOMSON REUTERS Tick History MARCH 2017 QUICK START GUIDE THOMSON REUTERS Tick History MARCH 07 QUICK START GUIDE Thomson Reuters 07. All Rights Reserved. Thomson Reuters, by publishing this document, does not guarantee that any information contained herein is

More information

SWIFT Certified Application Exceptions and Investigations

SWIFT Certified Application Exceptions and Investigations SWIFT Certified Application Exceptions and Investigations Technical validation Guide 2016 Version 1 February 2016 Legal notices Copyright SWIFT 2016. All rights reserved. You may copy this publication

More information

Corporates Trade and Supply Chain Finance

Corporates Trade and Supply Chain Finance SWIFT Certified Applications Corporates Trade and Supply Chain Finance Technical validation Guide 2019 Version 1 February 2019 Legal Notices Copyright SWIFT 2019. All rights reserved. You may copy this

More information

IBM emessage Version 9 Release 1 February 13, User's Guide

IBM emessage Version 9 Release 1 February 13, User's Guide IBM emessage Version 9 Release 1 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 471. This edition applies to version

More information

IP Office. IP Office Mailbox Mode User Guide Issue 11b - (15 May 2010)

IP Office. IP Office Mailbox Mode User Guide Issue 11b - (15 May 2010) Mailbox Mode User Guide 15-601131 Issue 11b - (15 May 2010) 2010 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete and

More information

SWIFT Certified Applications. Corporate Actions. Technical validation Guide Version 1.1

SWIFT Certified Applications. Corporate Actions. Technical validation Guide Version 1.1 SWIFT Certified Applications Corporate Actions Technical validation Guide 2018 Version 1.1 February 2018 Legal Notices Copyright SWIFT 2018. All rights reserved. You may copy this publication within your

More information

Informatica Cloud Spring REST API Connector Guide

Informatica Cloud Spring REST API Connector Guide Informatica Cloud Spring 2017 REST API Connector Guide Informatica Cloud REST API Connector Guide Spring 2017 December 2017 Copyright Informatica LLC 2016, 2018 This software and documentation are provided

More information

Error Handling Strategy. DCC Guidance Document

Error Handling Strategy. DCC Guidance Document Error DCC Guidance Document Date: June 2016 Classification: DCC Public Table of Contents 1 Introduction... 3 1.1 Purpose... 3 1.2 Scope... 3 1.3 General Provisions... 3 2 Error Management... 4 2.1 Error

More information

API Documentation. Release Version 1 Beta

API Documentation. Release Version 1 Beta API Documentation Release Version 1 Beta Document Version Control Version Date Updated Comment 0.1 April 1, 2016 Initialize document 1 Release version PROMOTEXTER V3 BETA - API Documentation 1 Table of

More information

Service Segments. Edition 2012

Service Segments. Edition 2012 EANCO 2002 S3 Service Segments Edition 2012 essage Structure Chart... 2 Branching Diagram... 3 Segments... 4 Segments Layout... 5 2. essage Structure Chart UNA 1 C 1 - Service string advice UNB 2 1 - Interchange

More information

IBM WebSphere Adapter for Oracle E-Business Suite Quick Start Tutorials

IBM WebSphere Adapter for Oracle E-Business Suite Quick Start Tutorials IBM WebSphere Adapter for Oracle E-Business Suite 7.5.0.0 Quick Start Tutorials Note: Before using this information and the product it supports, read the information in the "Notices" section, at the end

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES. FLUX Master Data Management Implementation Document v2.1.

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES. FLUX Master Data Management Implementation Document v2.1. EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES Ref. Ares(2017)4691526-26/09/2017 FISHERIES POLICY ATLANTIC, NORTH SEA, BALTIC AND OUTERMOST REGIONS Data Management THE INTEGRATED

More information

MT - MX Conversion Module

MT - MX Conversion Module MT - Conversion Module 1 Overview With the increasing usage of XML based ISO 20022 () messages, financial organizations face the problem that their back office applications are not (yet) capable of processing

More information

PeopleSoft 9.1 PeopleBook: Events and Notifications Framework

PeopleSoft 9.1 PeopleBook: Events and Notifications Framework PeopleSoft 9.1 PeopleBook: Events and Notifications Framework March 2012 PeopleSoft 9.1 PeopleBook: Events and Notifications Framework SKU hcm91fp2eewh-b0312 Copyright 1988, 2012, Oracle and/or its affiliates.

More information

Oracle Service Bus for financial services Solutions Guide. Version 10g Release 3 (10.3)

Oracle Service Bus for financial services Solutions Guide. Version 10g Release 3 (10.3) Oracle Service Bus for financial services Solutions Guide Version 10g Release 3 (10.3) Oracle Service Bus for financial services Solutions Guide... 1 Overview... 3 What is Oracle Service Bus for financial

More information

CGI Subroutines User's Guide

CGI Subroutines User's Guide FUJITSU Software NetCOBOL V11.0 CGI Subroutines User's Guide Windows B1WD-3361-01ENZ0(00) August 2015 Preface Purpose of this manual This manual describes how to create, execute, and debug COBOL programs

More information

FINSTA. Financial statement of an account message. Edition 2008

FINSTA. Financial statement of an account message. Edition 2008 EANCOM 2002 S3 Financial statement of an account message Edition 2008 1. Introduction... 2 2. Message Structure Chart... 4 3. Branching Diagram... 5 4. Segments... 8... 10 6. Example(s)... 32 EANCOM 2002

More information

IP Office Release 7.0 IP Office Essential Edition - Quick Version Embedded Voic User Guide

IP Office Release 7.0 IP Office Essential Edition - Quick Version Embedded Voic User Guide IP Office Essential Edition - Quick Version Embedded Voicemail User Guide 15-604067 Issue 09a - (21 February 2011) 2011 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure

More information

Preface Entity Identifiers Directory Publication BIC Usage...7

Preface Entity Identifiers Directory Publication BIC Usage...7 This document provides specific guidelines for the use of BICs by SWIFT users, in particular as identifiers and addresses within the SWIFT messaging services. 25 August 2017 Table of Contents Table of

More information

T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT SHARED SERVICES (SHRD) FOR

T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT SHARED SERVICES (SHRD) FOR T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT FOR SHARED SERVICES (SHRD) Version: 1.0 Status: FINAL Date: 06/12/2017 Contents 1 EUROSYSTEM SINGLE MARKET INFRASTRUCTURE GATEWAY (ESMIG)... 6 1.1 Overview...

More information

Avaya Conference Viewer Release 5.0 User Guide

Avaya Conference Viewer Release 5.0 User Guide Avaya Conference Viewer Release 5.0 User Guide 04-602196 Release 5.0 August 2007 Issue 1 2007 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in

More information

AUTACK. Secure authentication and acknowledgement message. Edition 2016

AUTACK. Secure authentication and acknowledgement message. Edition 2016 EANCOM 2002 S4 Secure authentication and acknowledgement message Edition 2016 1. Introduction... 2 2. Message Structure Chart... 3 3. Branching Diagram... 4 4. Segments Description... 5 5. Segments Layout...

More information

Oracle Purchasing. 11i XML Transaction Delivery Setup Guide. Release August 2002 Part No. A

Oracle Purchasing. 11i XML Transaction Delivery Setup Guide. Release August 2002 Part No. A Oracle Purchasing 11i XML Transaction Delivery Setup Guide Release 11.5.8 August 2002 Part No. A96668-02 Oracle Purchasing 11i XML Transaction Delivery Setup Guide, Release 11.5.8 Part No. A96668-02 Copyright

More information

Co-Ordinated Retail Market Message Guide

Co-Ordinated Retail Market Message Guide Co-Ordinated Retail Market Message Guide ROI Implementation Market Gateway Activity Document Information Business Area: Status: Author/s: ESB Networks Final ESBN Version Number: 3.1 Reason for Change Co-Ordinated

More information

User guide. Corporate Access Test Tool

User guide. Corporate Access Test Tool User guide Corporate Access Test Tool Page 2 of 13 Table of contents 1 CORPORATE ACCESS TEST TOOL... 3 2 GENERAL OVERVIEW OF THE TEST TOOL SERVICES... 3 3 USER GUIDE FOR TESTING ISO20022 XML MESSAGES...

More information

Routing EDIFACT Documents in Productions

Routing EDIFACT Documents in Productions Routing EDIFACT Documents in Productions Version 2018.1 2018-01-31 InterSystems Corporation 1 Memorial Drive Cambridge MA 02142 www.intersystems.com Routing EDIFACT Documents in Productions InterSystems

More information

FMDComplete User Manual

FMDComplete User Manual FMDComplete User Manual TABLE OF CONTENTS Welcome to FMDComplete... 2 FMDComplete Features... 2 Upload Existing XML Declaration... 3 Generate New XML Declaration... 4 General Information... 4 Company Details...

More information

ForeScout CounterACT. Guest Management Portal for Sponsors. How-to Guide. Version 8.0

ForeScout CounterACT. Guest Management Portal for Sponsors. How-to Guide. Version 8.0 ForeScout CounterACT Guest Management Portal for Sponsors How-to Guide Version 8.0 Table of Contents Welcome... 3 Supported Guest Management Portal Browsers... 4 Sign In to the Guest Management Portal...

More information

Alert Consumption for Business Process Monitoring on MAI with SAP Solution Manager 7.1 SP12 Setup and features of notifications and incidents

Alert Consumption for Business Process Monitoring on MAI with SAP Solution Manager 7.1 SP12 Setup and features of notifications and incidents Alert Consumption for Business Process Monitoring on MAI with SAP Solution Manager 7.1 SP12 Setup and features of notifications and incidents TABLE OF CONTENTS 1 INTRODUCTION... 3 2 FUNCTIONAL OVERVIEW...

More information

Corporates Trade and Supply Chain Finance

Corporates Trade and Supply Chain Finance SWIFT Certified Applications Corporates Trade and Supply Chain Finance Technical validation Guide 2018 Version 1.1 February 2018 Legal Notices Copyright SWIFT 2018. All rights reserved. You may copy this

More information

Quark XML Author October 2017 Update with Business Documents

Quark XML Author October 2017 Update with Business Documents Quark XML Author 05 - October 07 Update with Business Documents Contents Getting started... About Quark XML Author... Working with documents... Basic document features... What is a business document...

More information

Eclipse Business Connect XML. Release (Eterm)

Eclipse Business Connect XML. Release (Eterm) Eclipse Business Connect XML Release 8.6.4 (Eterm) Legal Notices 2008 Activant Solutions Inc. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Activant and the Activant

More information

Attachment Service. Installation and Getting Started Guide

Attachment Service. Installation and Getting Started Guide Attachment Service Installation and Getting Started Guide Attachment Service Installation and Getting Started Guide Last revised: 23 October 2002 Part number: PDF-05356-001 At the time of publication,

More information

Attachment Service. Installation and Getting Started Guide

Attachment Service. Installation and Getting Started Guide Attachment Service Installation and Getting Started Guide Attachment Service Installation and Getting Started Guide Last revised: 23 October 2002 Part number: PDF-05733-001 At the time of publication,

More information

Oracle Endeca Information Discovery

Oracle Endeca Information Discovery Oracle Endeca Information Discovery Glossary Version 2.4.0 November 2012 Copyright and disclaimer Copyright 2003, 2013, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered

More information

AUTACK. Secure authentication and acknowledgement message. Edition 2012

AUTACK. Secure authentication and acknowledgement message. Edition 2012 Secure authentication and acknowledgement message Edition 2012 1. Introduction... 2 2. Message Structure Chart... 3 3. Branching Diagram... 4 4. Segments Description... 5 5. Segments Layout... 6 6. Example(s)...

More information