Nordea e-markets FIX - Rules of Engagement

Size: px
Start display at page:

Download "Nordea e-markets FIX - Rules of Engagement"

Transcription

1 Version: 1.04 Date: Nordea e-markets FIX - Rules of Engagement

2 Page 1 Table of Contents 1. Introduction FIX Protocol Compliance Supported Use-cases User Accounts Main User Account Business User Account Product Offering Trading Scenarios Supported Products Message Flows FIX Session Creation User Session Creation RFQ Trading Session RFS Pricing Session RFS Trading Session Client Implementation On-board Procedure Operation Hours FIX Demo Client Technical Support Appendix A: Supported Tenors Appendix B: Order Rejection Reasons Appendix C: Message Examples Disclaimer Note: The FIX message reference is provided in another document.

3 Page 2 1. Introduction The purpose of this document is to provide details on Nordea e-markets Financial Information exchange (FIX) server. The FIX messaging protocol was developed to facilitate the electronic exchange of information related to securities transactions but was later enhanced to provide support to the Foreign exchange (FX) market. This document provides details of all FX products and pricing/trading scenarios supported by Nordea FIX server. It focuses on the technical aspects of using the FIX server to provide clients with a clear understanding of how a successful connection could be made FIX Protocol Compliance The Nordea e-markets FIX server is fully compliant with FIXT 1.1 for session-level administrative messages. The application level messages that are supported by this FIX server are designed based on FIX 5.0SP2 with some additional customized FIX tags, which are required in order to fully support all products and trading scenarios that Nordea e-markets offers via FIX. Furthermore, the design and implementation of FX trading message flows follows recommendations from FIXProtocol.org. More details can be found at: Supported Use-cases Nordea e-markets FIX server enables clients to Retrieve FX market prices; Execute FX Trades based on provided quotes; Each use-case requires a FIX connection, and therefore a typical client who implements both use-cases requires two FIX connections from their pricing engine and trading engine. These two different types of FIX connections are referred as Pricing FIX Connection and Trading FIX Connection in the rest of this document. Figure 1 shows this typical setup. Pricing Engine Pricing FIX Connection Trading FIX Connection Trading Engine Client Nordea e-markets FIX Server Nordea Figure 1 FIX Connections Each FIX connection has its own SenderCompID, FIX session and sequence numbers so that they are physically independent on each other. However, they are logically interdependent because trading FIX connection creates trades based on quotes from pricing FIX connection. The two FIX connections can be made from the same IP address in case that the client has pricing/trading engine running on a centralized server, or they can be made from two different IP addresses. In both cases, both connections should be established against one endpoint provided by Nordea e-markets.

4 Page User Accounts Two different types of user accounts are required for a client to connect to Nordea e-markets FIX server Main User Account A main account is used by Nordea e-markets to identify the connecting counterparty. A FIX client should always embed username of the main user account in SenderCompID for all their FIX connections. Table 1 describes what SenderCompID to use for each FIX connection: FIX Connection Pricing FIX Connection Trading FIX Connection Main Account {MainAccountUserName} {MainAccountUserName} SenderCompID {MainAccountUserName}-P {MainAccountUserName}-T Table 1 SenderCompID for FIX Connections Nordea e-markets uses SenderCompID to identify a FIX connection from a certain client and it s the client s responsibility to make sure that correct SenderCompID is used for all messages in their FIX connections Business User Account A business account is an identity of a user or a company who wants to trade with Nordea e- Markets via FIX. A business account is created with proper user rights, and it is linked to a main account so that the main account can act on behalf of it. For single user platforms, the client only needs a main user account which can be used to logon to Nordea e-markets FIX server and execute trades. For multi-user platforms, the client should use the main account to logon on behalf of other business accounts each representing a user in the client s platform. It is the client s responsibility to check the identity of a user before logon on behalf of that business user account.

5 Page 4 2. Product Offering This section describes scenarios and FX products that are supported by Nordea e-markets FIX server Trading Scenarios FX quotes are available in two different scenarios by client sending two types of requests (QuoteRequest and MarketDataRequest) to the Nordea e-markets FIX server: Request for Quote (RFQ) and Request for Stream (RFS). An RFQ returns a series of quotes at a set interval for a predetermined amount of time, with each quote replacing the previous one. Nordea e-markets will stop sending quotes at the end of the predetermined period or when the client deals on a quote. An RFS initiates a stream of continuous quotes sent to the client that will continue to be sent even if the client deals on a quote. From the client s perspective, each new quote replaces the previous one. Nordea e-markets only send incremental updates so that the client has the responsibility to cache the full snapshot from the subscribed price stream. The RFS is usually terminated when receiving an unsubscribe message from the client. In both scenarios the client can send in an order with a reference to the quote on which they want to trade and Nordea e-markets reserves the rights of last refusal. If Nordea e- Markets accept the request to deal, whether on an RFQ or RFS quote, it is executed by the backend trading system and results in an executed transaction. Otherwise the order is rejected (see appendix B for more details). The difference between the two trading scenarios is the connection setup: The RFQ scenario only requires trading FIX connection, and quotes are received via the same connection trades are executed. The RFS scenario requires both pricing FIX connection and trading FIX connection. Quotes are sent via pricing FIX connection while trades are executed via trading FIX connection Supported Products Nordea e-markets FIX server supports different types of FX products which are listed below: FX Spot; FX Forward/Outright; FX Swap; FX Uneven Swap; FX Forward-Forward; FX Multi/Block Trades; All the above mentioned products are supported in the RFQ scenario, and FX Spot and FX Forward/Outright are supported in the RFS scenario. Please be aware that Nordea e-markets FIX server uses legs repeating groups in QuoteRequest, Quote and ExecutionReport messages to express multi-leg products (swap trades and block trades) in RFQ scenario. Please refer to the message reference document for details.

6 Page 5 3. Message Flows Due to the nature of FIX protocol, every FIX message is handled within a certain context. We refer those contexts as sessions in this document. By design, Nordea e-markets FIX server handles messages in the following session contexts: FIX Session: A FIX session represents a client connection. It is created immediately after a client is connected to and successfully logged to Nordea e-markets FIX server. Nordea e-markets verify identity of the client to make sure only authorized counterparty can create a FIX session. A FIX session is terminated once the client logoff and closes the connection. Normally a FIX session is created and terminated once a day. User Session: Once a FIX session is created, the client can create multiple user sessions each encapsulating activities from a single user. A user session is created when a user login to e-markets backend system and terminated when the user logoff. The UserRequest message is used to create or terminate a user session. Trading Session: A trading session representing a trading activity performed by an end user and it is created once the user starts either RFQ or RFS scenario. A trading session lives inside a user session and it is dependent on the life cycle of a user session. There are three types of trading sessions a client can create for each user: RFQ Trading Session: RFQ trading session represents a RFQ trading scenario. It is started by receiving a QuoteRequest from the client and terminated when: The client cancels the RFQ session; The RFQ session times out; The client accepts the price and makes a deal. RFQ trading session can only be created via trading FIX connection. RFS Pricing Session: RFS pricing session represents the pricing part of a RFS trading scenario. It is created when the client subscribe to a certain price stream and terminated when the client unsubscribe from the price stream. RFS pricing session can only be created via pricing FIX connection. RFS Trading Session: RFS trading session logically depends on RFS pricing session and it is created when an order with a price that the client receives in a RFS pricing session is received. It is terminated either when Nordea e-markets fulfills the order or reject the order. RFS trading session can only be created via trading FIX connection. This section presents all FIX message flows that are supported by Nordea e-markets FIX server. Each flow described in the subsequent sections can be thought as a life cycle of a particular session described above. Examples of the message flows described in this chapter can be found in Appendix C. The complete FIX message reference is provided in separate document.

7 Page FIX Session Creation After connection has been established between the client and server, the client needs to identify itself to the server by sending a Logon-message with an identification of the caller: the sendercompid. No password is needed because this step only identifies the client endpoint. If the server recognizes the sendercompid, a FIX session is then created and maintained for the duration of the socket-connection or until a Logout-message is sent by client. Figure 2 on next page illustrates creation and termination of a FIX session. All session layer FIX messages such as Heatbeat, SequenceReset, ResendRequest and TestRequest are interpreted in context of FIX sessions, and in practice all session level FIX messages should be handled by FIX engines at client and server side. One and only one FIX session can be created for each FIX connection. Clients with multiple FIX connections need to create one FIX session in each connection, please refer to table 1 for what sendercompid is valid for each FIX connection. Client Server Figure 2 FIX Session 3.2. User Session Creation Once the FIX session is established and the client endpoint identified, the user must be authenticated by the server. For single user systems, this is accomplished by sending a UserRequest with main user account username and corresponding password as shown in table 2. Username Password OnBehalfOfID Main User Account ********* None Table 2 Single User Logon For multi-user platforms, the UserRequest should specify the multi-user platforms main user account in the username tag and this user's password in the password tag, and set the onbehalfofuser tag to be the username of the business user account as shown in table 3. Username Password OnBehalfOfID Main User Account ********* (for Username) Table 3 Logon-on-behalf-of Business User Account In logon-on-behalf-of setup, Nordea e-markets only checks if the main user account has the

8 Page 7 right to logon on behalf of a certain business user account, and no password is required for the business user account. Therefore the FIX client being a multi-user system must validate the identity of the user who tries to logon to e-markets FIX server. User sessions live inside a FIX session, and if a FIX session terminates, all user sessions inside this FIX session are terminated as well. Figure 3 shows the creation and termination of a user session. A UserRequest FIX message supports both login and logout operations by using different values of the UserRequestType tag as figure 3 shows. A UserResponse message is made as a response to a UserRequest, and the client can use the included UserRequestID to match the original UserRequest. Once a user session is created, the user can create multiple trading sessions. The two different trading scenarios are supported inside a trading session, and they are described in the next two sections. Client Server Figure 3 User Session 3.3. RFQ Trading Session This use-case reflects the legacy trading principle. In all it's essence it resembles the historic phone-trading scenario, and is usually implemented where the client counterpart is human. It ensures that a client gets a certain time to react to a quote-update by only providing quoteupdates at certain intervals, usually at least a couple of seconds, and gives the client the ease of referring to a quote through a quote-id which the server has matched to the quote. The quote is guaranteed to be tradable for the duration of the quote-update, and usually also for the duration of the subsequent quote-update. Quotes are short-lived options that the user can trade on until they are replaced by another quote or the trade scenario ends. Figure 4 illustrates this scenario. As figure 4 shows, RFQ trading session is initiated by client sending a QuoteRequest with a unique QuoteReqID. If the QuoteRequest is accepted, it will be forwarded to Nordea e- Markets price engine, and subsequently quotes are sent out to the client. Nordea e-markets FIX server might reject a QuoteRequest in which case a QuoteRequestReject response is sent to the client. Nordea e-markets have the rights to withdraw a previous quote by sending a QuoteCancel message to the client. Once a quote is withdrawn, the client will not be able to trade on this quote. The RFQ trading session is terminated either by the client sending an

9 Page 8 order based on the latest valid quote or a QuoteResponse with QuoteReqID to the server. When a new order is received, the FIX server first sends an acknowledgement (ExecutionReport with OrdStatus=0), and a confirmation or rejection (ExecutionReport with OrdStatus=2 or 8) once the order is handled by the execution system. Please be aware a RFQ trading session can only be created in a trading FIX connection/session. Client Server Figure 1 Request for Quote Please note that it is the clients responsibility to ensure that the ClOrdID is unique and only use once. Nordea e-markets will support a maximum of 50 trade s pr. minute.

10 Page RFS Pricing Session Request for streaming scenario has a different pricing distribution mechanism which is based on publish/subscribe model. A RFS session starts when a client subscribes to a price stream and ends when the client unsubscribes the price stream. In contrast to request for quote, new order doesn't end the trading session, so the client can ideally create multiple orders while keeping the RFS pricing session alive. RFS pricing session is designated to have a longer lifecycle, and it normally lasts several hours or even a whole day. Figure 5 shows the creation and termination of a RFS pricing session. The MarketDataRequest FIX message is used to subscribe and unsubscribe a price stream. Once the subscription is accepted, a MarketDataSnapshotFullRefresh message which contains all relevant quote entries is sent to the client. Whenever there is a quote update, the FIX server sends a MarketDataIncrementalRefresh to the client. A MarketDataIncrementalRefresh contains only quote entries that are updated. Each quote entry is either tradable or indicative (indicated by tag MDQuoteType) and contains a unique QuoteEntryID, and the client must use the ID which refers to a tradable quote entry in order to create an order. Client Server Figure 5 RFS Pricing Session Please note that a RFS pricing session can only be created in a pricing FIX connection, and orders should be executed via trading FIX connection.

11 Page RFS Trading Session RFS FIX client receives quotes via a pricing FIX connection and executes orders via a trading FIX connection. Figure 6 shows how an order is executed in the context of a RFS trading session. The order execution in RFS scenario is exactly the same as RFQ scenario with the following exceptions: Client can optionally specify a slippage on an order; Client can optionally specify a new amount which is different from what is specified in the corresponding MarketDataRequest; Client should set QuoteEntryID of the quote entry as QuoteID in NewOrderSingle. Client Server Figure 6 RFS Trading Session Please note that it is the clients responsibility to ensure that the ClOrdID is unique and only use once. Nordea e-markets will support a maximum of 50 trades pr. minute.

12 Page Client Implementation This section summarizes all issues that are relevant to FIX client development besides what are mentioned in the previous sections On-board Procedure The client on-boarding procedure can be described in the following phases: Request to Connect: The client requests a connection to Nordea e-markets FIX server. Nordea e-markets handles the request and creates a test account and make necessary network configurations for the client. Once ready, the connecting IP address/port number as well as a test account in e-markets DEMO envrioment is sent to the client. Connection Test: The connection test is carried out by both the client and Nordea e- Markets to make sure that network infrastructure is configured correctly and the FIX engine at client side has no compatibility issue with Nordea e-markets FIX server. Client Development: The client starts to develop the FIX client towards e-markets' DEMO environment. Nordea e-markets may assist the client during the development. Integration Test: The integration test is carried out together by client software engineer and e-markets software engineer to make sure that the FIX client is developed according to the requirements and all integration issues/problems should be concluded in this phase. Pre-prod test: The client receives connect endpoint IP address/port number and a user account to emarkest PROD environment. The client also receives a valid trusted certificate which can be used to establish SSL connection(s) to Nordea e-markets PROD environment. A final check is made in this phase before going live. Launch in prod: When everything works as expected, the FIX connection goes live Operation Hours Nordea e-markets FIX server is open for trading between 07:00 Auckland time Monday and 17:00 New York time Friday. Trading is closed between 17:00 and 17:30 New York time every weekday for date rolling FIX Demo Client FIX Demo client is java-swing application which uses Nordea's latest FIX specification and provides you with a user-friendly front-end to test your connectivity & set-up with nordea FIX Servers. Fix Demo client would help you to ensure: Your network connectivity with Nordea servers Check if your test/production account is set-up properly. Create / Send / Receive Sample FIX Messages. The FIX Demo client is available at: Technical Support Nordea e-markets offers full support for FIX clients, in case of any issue or question please contact the support by phone or below: Hotline: e-markets@nordea.com The support hotline is open every weekday between 07:00 and 24:00 CET and between 18:00 and 24:00 CET on Sundays. The support is monitored between 07:00 and 17:00 CET.

13 Page 12 Appendix A: Supported Tenors FIX supports the use of tenors instead of having to specify a specific date for maturity. This is done by setting a tenor-name instead of an ISO-8601 date in the SettlDate field. The server acknowledges the following tenor-names: TODAY TOM SPOT 1D 1W 2W 3W 1M 2M 3M 4M 5M 6M 7M 8M 9M 10M 11M 12M 1Y 13M 14M 15M 18M 21M 22M 2Y 30M 3Y Table 4 Supported Tenors Appendix B: Order Rejection Reasons An order can be rejected for several reasons. Below is a list of common reasons for rejection. 1. Credit Breach The client is trying to trade an amount for which it has no credit-line. 2. Auto-quoting Limits The trading system has a limit to how large an amount can be automatically traded through Non negotiable execution. When the amount for a trade exceeds this limit, the trade will be rejected even if the client has sufficient credit. The only way to execute the trade is through RFQ-style execution. Autoquoting limits differ depending on currencies and other factors, and may change at any time. Current autoquoting limits are not disclosed to clients. 3. Holidays Trades can only settle on dates that are not bank-holidays in the countries of origin for both the base- and price-currencies. Furthermore, since many of the rates provided through the system are calculated from some of the major currencies, bank-holidays in the countries of origin for those currency-majors may also affect the result. The structure of these dependencies and the holiday-calendar in use is not disclosed to clients. The best way to avoid this type of rejection is to use tenor-names instead of dates for value-dates. 4. Stale Rates Rates can become stale due to market conditions, and in which case orders may be rejected in this period. 5. Speed Bumps If the client is trying to execute trades too rapidly, a subsequent trade may be rejected because the time since the last successful trade is too low. The gap-time in use is not disclosed to clients and can change at any time. 6. Opening Hours and Temporary Suspension of Trading When the backend trading system is closed, either because the trading time is outside opening hours or because trading is temporarily closed, all trades will be rejected. 7. Cut-off Times When trading, the system may reject a trade because the time of the day is after the time

14 Page 13 when the bank is able to handle a given currency. 8. Price Moved If a trade is requested with a rate which is significantly offset from market-rate in the clients favour, the system will reject the trade. 9. Permissioning A user may not have the right to trade a specific currency in which case the trade will be rejected. 10. General Error If a network error or software error on the banks side should occur during execution the trade will most likely be rejected,

15 Page 14 Appendix C: Message Examples This appendix includes examples of messages to and from the FIX client and server. Tags such as <length>, <msg_num>, <time> and <sum> denote the relevant message length, message number, timestamp and check sum as specified by the FIX standard. For a full description of all field definitions, please refer to the complete FIX message reference provided in a separate document. 1. FIX session creation Below are examples of message Message from client to create FIX session: 8=FIXT.1.1 9=<length> 35=A 34=<msg_num> 49=FIX_TEST_USER 52=<time> 56=NORDEA 98=0 108=30 553=TEST_USER 1137=9 10=<sum> Response from server to acknowledge the newly created session: 8=FIXT.1.1 9=<length> 35=A 34=<msg_num> 49=NORDEA 52=<time> 56=FIX_TEST_USER 98=0 108= =9 10=<sum> The FIX Session is now ready to use. Before the connection is terminated the session should be terminated by sending a logout message: 8=FIXT.1.1 9=<length> 35=5 34=<msg_num> 49=FIX_TEST_USER 52=<time> 56=NORDEA 10=<sum> The logout is acknowledged and the FIX session is terminated: 8=FIXT.1.1 9=<length> 35=5 34=<msg_num> 49=NORDEA 52=<time> 56=FIX_TEST_USER 10=<sum> 2. User session creation Once a FIX session is created as above a user session needs to be created by providing a password: 8=FIXT.1.1 9=<length> 35=BE 34=<msg_num> 49=FIX_TEST_USER 52=<time> 56=NORDEA 553=TEST_USER 554=password 923=request_id1 924=1 10=<sum> The FIX server will then acknowledge the new user session. Notice how the request and response are matched via the value of field 923: 8=FIXT.1.1 9=<length> 35=BF 34=<msg_num> 49=NORDEA 52=<time> 56=FIX_TEST_USER 553=TEST_USER 923=request_id1 926=1 10=<sum> The field 926=1 means the user session is now ready to use. The request might also fail, for instance with a response like: 8=FIXT.1.1 9=<length> 35=BF 34=<msg_num> 49=NORDEA 52=<time> 56=FIX_TEST_USER 553=TEST_USER 923=request_id1 926=2 927=Account not found 10=<sum> 3. RFS market data session Suppose a valid FIX session and a valid user session has been established like in the previous sections, we will now try to create a market data session. 8=FIXT.1.1 9=<length> 35=V 34=<msg_num> 49=FIX_TEST_USER 52=<time> 56=NORDEA 262=MDSession1 263=1 267=2 269=0 269=1 553=TEST_USER 146=1 55=NOK/SEK 29998=TEST_BU 15=NOK 64=1D 38= =<sum>

16 Page 15 If the market data request was rejected for any reason the response would be for instance: 8=FIXT.1.1 9=<sum> 35=Y 34=<msg_num> 49=NORDEA 52=<time> 56=FIX_TEST_USER 58=Not authenticated! 262=coswpe3rub 281=3 10=<sum> If the market data request is successful a full snapshot is returned with the price: 8=FIXT.1.1 9=<length> 35=W 34=<msg_num> 49=NORDEA 52=<time> 56=FIX_TEST_USER 262=MDSession1 268=2 269=0 278=quote1bid 270= = =quote1bid 299=quote1bid 1070=0 1026= = =1 278=quote1ask 270= = =quote1ask 299=quote1ask 1070=1 1026= = =<sum> The quote is identified by for instance quote1bid in case the client wish to trade on it. Once the market data session is successful, updates will continuously be sent out of the fix server: 8=FIXT.1.1 9=<length> 35=X 34=<msg_num> 49=NORDEA 52=<time> 56=FIX_TEST_USER 262=MDSession1 268=2 279=1 269=0 270= = =quote2bid 280=quote1bid 299=quote2bid 1026= = =1 279=1 269=1 270= = =quote2ask 280=quote1ask 299=quote2ask 1026= = =1 10=<sum> Notice how the quote that the update replaces is identified by field RFS trading session Suppose you have set up a market data session like described in the previous section and have received a price (quote_id1) on EURSEK that you wish to trade on, the message to execute is for instance: 8=FIXT.1.1 9=<length> 35=D 34=<msg_num> 49=FIX_TEST_USER 52=<time> 56=NORDEA 1128=9 11=trade_id1 38= =E 54=1 117=quote1ask 553=TEST_USER 6950= =<sum> Field 6950 with value means that the client is willing to accept a slight price increase to ensure the order is executed, and field 54 indicates which side the client wish to trade on. Field 11 is a unique trade id chosen by the client. The FIX server will immediately acknowledge the order for trade_id1 is received: 8=FIXT.1.1 9=<length> 35=8 34=<msg_num> 49=NORDEA 52=<time> 56=FIX_TEST_USER 11=trade_id1 39=0 40=E 10=<sum> The status zero (39=0) means that the order is received, but pending execution. Once correctly executed the FIX server will send a final execution report: 8=FIXT.1.1 9=<length> 35=8 34=<msg_num> 49=NORDEA 52=<time> 56=FIX_TEST_USER 11=trade_id1 15=NOK 37= =2 40=E 54=1 55=NOK/SEK 194= = :22:44 555= = TEST_BU 687= = = =SEK 1073= = =<sum> The execution report also contains details about the trade at the rate that was executed on. If for any reason the order is rejected a execution report with status 8 is returned: 8=FIXT.1.1 9=<length> 35=8 34=<msg_num> 49=NORDEA 52=<time> 56=FIX_TEST_USER 11=trade_id1 39=8 40=E 58=Quote denied! 103=99 10=<sum> 5. RFQ session First we will look at a successful subscription and trade in the RFQ scenario. Let s assume we want sell EUR/USD for the worth of EUR. In order to subscribe to this quote we send this to the FIX server: 8=FIXT.1.1 9=<length> 35=R 34=<msg_num> 49=FIX_TEST_USER 52=<time> 56=NORDEA 55 3=TESTUSER 131=<QuoteReqID> 146=1 55=EUR/USD 15=EUR 29998=TESTBU 555=1 687=1000

17 Page =2 588=SPOT 10=084 Please note that the client must ensure that the QuoteReqID is unique. Then the FIX server will respond with a series of quotes, each deprecating the previous one: 8=FIXT.1.1 9=213 35=S 49=FIX_TEST_USER 56=NORDEA 34=<msg_num> 52=<time> 131=<Qu otereqid> 117=<QuoteID> 62=<ValidUntilTime> 188= = =1 681= = =0 1068=0 10=093 The quote we get back is valid for 3 seconds this is the timespan where the client can accept the quote. If the client wishes to accept the quote he sends: 8=FIXT.1.1 9=147 35=D 34=4 49=FIX_TEST_USER 52=<time> 56=NORDEA 553=TESTUSER 11 =<QuoteReqID> 117=<QuoteID> 40=D 54=2 10=226 And in response the client gets two execution reports back: 8=FIXT.1.1 9=96 35=8 49=FIX_TEST_USER 56=NORDEA 34=4 52=<time> 11=<QuoteReqID> 39=0 40=D 10=041 Which acknowledge that the order has been received and: 8=FIXT.1.1 9=261 35=8 49=FIX_TEST_USER 56=NORDEA 34=5 52=<time> 37= =< QuoteReqID> 39=2 55=EUR/USD 40=D 15=EUR 194= =2 60=<TransactTime> 555= =TESTBU DK103A 687= =<LegSettlDate> 637= =USD 107 3=0 1074= =098 When the order is completed. Disclaimer FIX and FIX Protocol are trademarks of FIX Protocol Limited.

18 Page 17

Commander FIX. Rules of Engagement. Corporates and Markets. 5 Jul 2013 Version 1.5

Commander FIX. Rules of Engagement. Corporates and Markets. 5 Jul 2013 Version 1.5 Commander FIX Rules of Engagement Corporates and Markets 5 Jul 2013 Version 1.5 Corporates and Markets Commander FIX 5 Jul 2013 Page 2 Contents 1 Introduction... 4 Purpose... 4 The FIX Protocol... 4 FIX

More information

FIX Global Foreign Exchange Committee Whitepaper 2 Leveraging FIX 5.0 for Foreign Exchange

FIX Global Foreign Exchange Committee Whitepaper 2 Leveraging FIX 5.0 for Foreign Exchange FIX Global Foreign Exchange Committee Whitepaper 2 Leveraging FIX 5.0 for Foreign Exchange Introduction Since its release in 1994, the FIX (Financial Information exchange) Protocol has been continuously

More information

FIX Client API Guide

FIX Client API Guide FIX Client API Guide 1999-2014 Integral Development Corp. All rights reserved. Integral technology is protected under U.S. Patent Nos. 6,347,307; 7,882,011 B2 and 8,417,622 B2, patent pending applications

More information

LMAX Exchange FIX4.4 & API FAQs April 2015

LMAX Exchange FIX4.4 & API FAQs April 2015 LMAX Exchange FIX4.4 & API FAQs April 2015 Disclaimer LMAX Exchange has taken reasonable efforts to ensure that the information contained in this publication is correct at the time of going to press, but

More information

USER GUIDE 360T SEF TEX MULTIDEALER TRADING SYSTEM USER GUIDE 360T SWAP EXECUTION FACILITY FOR THE MARKET MAKER. Exhibit F. User Guide 360T SEF - 1 -

USER GUIDE 360T SEF TEX MULTIDEALER TRADING SYSTEM USER GUIDE 360T SWAP EXECUTION FACILITY FOR THE MARKET MAKER. Exhibit F. User Guide 360T SEF - 1 - Exhibit F User Guide 360T SEF USER GUIDE 360T SEF TEX MULTIDEALER TRADING SYSTEM USER GUIDE 360T SWAP EXECUTION FACILITY FOR THE MARKET MAKER 360 TREASURY SYSTEMS AG, 2015-1 - 1 INTRODUCTION In July 2010,

More information

Moscow Exchange Fix protocol specifications for OTC trades report system (OTC-monitor)

Moscow Exchange Fix protocol specifications for OTC trades report system (OTC-monitor) Moscow Exchange Fix protocol specifications for OTC trades report system (OTC-monitor) Moscow, 2014 1 Table of Contents 1. Introduction... 4 1.1. Document purpose... 4 1.2. General description... 4 2.

More information

Introduction... 2. Configuration & Spam Detection... 2. WinWare Webmail... 3. Email Accounts... 3. Email Account Notes... 4. Definitions...

Introduction... 2. Configuration & Spam Detection... 2. WinWare Webmail... 3. Email Accounts... 3. Email Account Notes... 4. Definitions... Page 1 Table of Contents Introduction... 2 Configuration & Spam Detection... 2 WinWare Webmail... 3 Email Accounts... 3 Email Account Notes... 4 Definitions... 5 Sender Policy Framework (SPF)... 5 Email

More information

MEFFGate Trading FIX INTERFACE SPECIFICATIONS

MEFFGate Trading FIX INTERFACE SPECIFICATIONS MEFFGate Trading FIX INTERFACE SPECIFICATIONS Version T1.2 30 July 2012 The information contained in this document is subject to modification without notice. Unless otherwise noted, the companies, names

More information

MetaTrader 4 for Android TM Guide

MetaTrader 4 for Android TM Guide MetaTrader 4 for Android TM Guide Android is a trademark of Google, Inc. Logging in Upon downloading and installing MetaTrader 4 for Android TM from Google Play, you will see the Metatrader 4 icon appear

More information

TEX MULTIDEALER TRADING SYSTEM

TEX MULTIDEALER TRADING SYSTEM User Guide 360T SEF TEX MULTIDEALER TRADING SYSTEM USER GUIDE 360T SWAP EXECUTION FACILITY FOR THE MARKET MAKER 360 TREASURY SYSTEMS AG, 2015-1 - 1 INTRODUCTION In July 2010, the Dodd-Frank Wall Street

More information

Adyen Merchant Manual. Version 1.10 Adyen B.V.

Adyen Merchant Manual. Version 1.10 Adyen B.V. Adyen Merchant Manual Version 1.10 Adyen B.V. Introduction3 Table of Contents Introduction... 3 Audience...3 Changelog...3 1 Payment Life-cycle in the Adyen System... 4 What Happens to a Payment After

More information

At 17:00 hours (5:00 pm) each Friday, trading will be disabled until Sunday 17:00 hours (5:00 pm).

At 17:00 hours (5:00 pm) each Friday, trading will be disabled until Sunday 17:00 hours (5:00 pm). Trading Hours A Client may execute a trade 24 hours a day beginning at 17:00 hours (5:00 pm) on Sunday, (17:30 hours for off-exchange options) and ending at 17:00 hours (5:00 pm) on Friday for all investment

More information

Online Business Banking FREQUENTLY ASKED QUESTIONS

Online Business Banking FREQUENTLY ASKED QUESTIONS Online Business Banking FREQUENTLY ASKED QUESTIONS» BSP Online Business Banking» Frequently Asked Questions GENERAL Q. What is BSP Online? A. BSP Online allows customers to securely access their BSP Bank

More information

2013 Eon Technologies. 24 Banking Personal Internet Banking U S E R G U I D E

2013 Eon Technologies. 24 Banking Personal Internet Banking U S E R G U I D E 24 Banking Personal Internet Banking U S E R G U I D E CONFIDENTIALITY STATEMENT All materials on this document are protected as the copyrights, trademarks and/ or other intellectual properties owned by

More information

GAIN Capital FOREX.com Australia Pty Limited EXECUTION POLICY for the Dealbook Suite of Platforms

GAIN Capital FOREX.com Australia Pty Limited EXECUTION POLICY for the Dealbook Suite of Platforms GAIN Capital FOREX.com Australia Pty Limited EXECUTION POLICY for the Dealbook Suite of Platforms 1) Introduction The Execution Policy should be read in conjunction with our Account Agreement or General

More information

Cisco Unity Express 8.5 Voice-Mail System User s Guide for Advanced Features

Cisco Unity Express 8.5 Voice-Mail System User s Guide for Advanced Features Cisco Unity Express 8.5 Voice-Mail System User s Guide for Advanced Features First Published: January 18, 2011 This guide provides information about using some of the advanced voice-mail features of your

More information

Complete Citibank Online Internet Banking Manual

Complete Citibank Online Internet Banking Manual Complete Citibank Online Internet Banking Manual 2 Contents 1. INTRODUCTION... 5 2. STARTING AT CITIBANK ONLINE... 5 2.1. REGISTER FOR THE FIRST TIME... 5 2.2. EASY SIGN ON... 6 2.2.1. ACCESS BLOCKING,

More information

WINDSOR BROKERS LTD Ref: 41460 TRADING MECHANISM FOR MINI & MICRO TRADING ACCOUNTS. Contents

WINDSOR BROKERS LTD Ref: 41460 TRADING MECHANISM FOR MINI & MICRO TRADING ACCOUNTS. Contents WINDSOR BROKERS LTD Ref: 41460 TRADING MECHANISM FOR & TRADING ACCOUNTS Contents 1 Purpose and Scope 2 Definitions and Interpretations 3 Financial Instruments offered for trading by the Company 4 Foreign

More information

SWFX - Swiss FX Marketplace Manual V.18.06.2010

SWFX - Swiss FX Marketplace Manual V.18.06.2010 SWFX - Swiss FX Marketplace Manual V.18.06.2010 1/41 Table of contents 1. Disclaimer... 3 1.1. Market Risk... 3 1.2. Operational Risk... 3 1.3. Platform User Guide... 3 1.4. Demo Versus Live Platform...

More information

DocuSign Single Sign On Implementation Guide Published: March 17, 2016

DocuSign Single Sign On Implementation Guide Published: March 17, 2016 DocuSign Single Sign On Implementation Guide Published: March 17, 2016 Copyright Copyright 2003-2016 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents

More information

Supply Chain Finance WinFinance

Supply Chain Finance WinFinance Supply Chain Finance WinFinance Customer User Guide Westpac Banking Corporation 2009 This document is copyright protected. Apart from any fair dealing for the purpose of private study, research criticism

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS PENSIONS INVESTMENTS LIFE INSURANCE FREQUENTLY ASKED QUESTIONS SELF-INVESTED FUND EXECUTION-ONLY TRADING ACCOUNT Table of Contents 1. Introduction 2. How do I login to the Execution-Only Trading Account

More information

CyberSource PayPal Services Implementation Guide

CyberSource PayPal Services Implementation Guide CyberSource PayPal Services Implementation Guide Simple Order API SCMP API September 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information

More information

Installation Troubleshooting Guide

Installation Troubleshooting Guide Installation Troubleshooting Guide Firebird Database Connection Errors DBA Next Generation uses the Firebird Database server for connections to the database. If you have a connection error when launching

More information

BUSINESS INTERNET BANKING SERVICE (BIBS) FREQUENTLY ASKED QUESTIONS (FAQs)

BUSINESS INTERNET BANKING SERVICE (BIBS) FREQUENTLY ASKED QUESTIONS (FAQs) BUSINESS INTERNET BANKING SERVICE (BIBS) FREQUENTLY ASKED QUESTIONS (FAQs) Business Internet Banking Service (BIBS) Frequently Asked Questions (FAQs) Below you can find answers to the most frequently asked

More information

Millennium Exchange - Oslo Børs cash equities and fixed income markets. OSLMIT 502 Guide to Application Certification

Millennium Exchange - Oslo Børs cash equities and fixed income markets. OSLMIT 502 Guide to Application Certification Millennium Exchange - Oslo Børs cash equities and fixed income markets OSLMIT 502 Guide to Application Certification Issue 2.2 10 November 2014 Important note This document has been produced by Oslo Børs

More information

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users Getting Started Getting Started with Time Warner Cable Business Class Voice Manager A Guide for Administrators and Users Table of Contents Table of Contents... 2 How to Use This Guide... 3 Administrators...

More information

POINT OF SALES SYSTEM (POSS) USER MANUAL

POINT OF SALES SYSTEM (POSS) USER MANUAL Page 1 of 24 POINT OF SALES SYSTEM (POSS) USER MANUAL System Name : POSI-RAD System Release Version No. : V4.0 Total pages including this covering : 23 Page 2 of 24 Table of Contents 1 INTRODUCTION...

More information

Trade Reporting Services: Service Description

Trade Reporting Services: Service Description Trade Reporting Services: Service Description Status: Issued BATS Chi-X Europe March 13 th 2015 Version 1.9 1 CONTENTS 1. INTRODUCTION... 4 2. HOW BATS WORKS... 4 3. THE SERVICES... 4 3.1 TDM Service...

More information

Q1.1.1 What is Foreign Exchange and Precious Metal Margin Trading Services?

Q1.1.1 What is Foreign Exchange and Precious Metal Margin Trading Services? FAQs (Updated: 09-Oct 2015) Table of Contents 1. General 1.1 General 1.2 Orders 1.3 Collateral/Settlement Account 2. Cyberbanking Related Questions 3. Trading Platform Related Questions 4. Technical Questions

More information

Terms and Conditions of Use - Connectivity to MAGNET

Terms and Conditions of Use - Connectivity to MAGNET I, as the Client, declare to have read and accepted the terms and conditions set out below for the use of the network connectivity to the Malta Government Network (MAGNET) provided by the Malta Information

More information

London Stock Exchange

London Stock Exchange London Stock Exchange MIT502 - Guide to Application Certification Issue 11 26 June 2015 Contents 1.0 Introduction 4 1.1 Purpose 4 1.2 Readership 4 1.3 Document Series 4 1.4 Document History 4 1.5 Contacts

More information

Authentication Methods

Authentication Methods Authentication Methods Overview In addition to the OU Campus-managed authentication system, OU Campus supports LDAP, CAS, and Shibboleth authentication methods. LDAP users can be configured through the

More information

VERALAB LDAP Configuration Guide

VERALAB LDAP Configuration Guide VERALAB LDAP Configuration Guide VeraLab Suite is a client-server application and has two main components: a web-based application and a client software agent. Web-based application provides access to

More information

Imbalance Settlement Agreement Appendix 2. Collaterals [29.5.2015]

Imbalance Settlement Agreement Appendix 2. Collaterals [29.5.2015] Imbalance Settlement Agreement Appendix 2 Collaterals [29.5.2015] 2 Table of contents 1 Provision of collateral 3 2 Use of collateral 3 3 Calculation of collateral requirement 4 4 Communicating and responding

More information

xstation API Communication Protocol Documentation v. 2.2

xstation API Communication Protocol Documentation v. 2.2 xstation API Communication Protocol Documentation v. 2.2 1. CONTENTS 2. Introduction... 4 3. Definitions... 4 4. General data format... 5 5. Communication with the xstation API... 6 1. Connection validation...

More information

HKEx Orion Market Data Platform MMDH Certification Test Instructions v1.0

HKEx Orion Market Data Platform MMDH Certification Test Instructions v1.0 Session 1: Logon & Password Handling During this session, the client is required to verify the capability of the feed handler to MMDH logon, password and heartbeat handling. From 9:00 to 11:00 am, the

More information

MetaTrader 4 for iphone Guide

MetaTrader 4 for iphone Guide MetaTrader 4 for iphone Guide Logging in When you have first downloaded and installed the app from the App Store, you will see the Metatrader 4 icon appear on your screen. Please select this icon by tapping

More information

London Stock Exchange

London Stock Exchange London Stock Exchange MIT205 - Drop Copy Gateway (FIX 5.0) Issue 11.6 17 August 2015 Contents Disclaimer 4 1.0 Introduction 5 5.2 Possible duplicates 26 5.3 Possible resends 26 5.4 Transmission of missed

More information

Recurring payments manual

Recurring payments manual Recurring payments manual SmartPay Contents Introduction 3 Audience 3 What is a recurring contract? 4 Recurring vs One-Click 4 Usual workflow 4 Creating a recurring contract 5 Setting up the payment 5

More information

Forex Trading. Instruction manual

Forex Trading. Instruction manual Forex Trading Instruction manual 1. IMPORTANT NOTES...2 1.1 General notes...2 1.2 Inactivity Logout...2 1.3 Exit...2 1.4 Performance Indicator...2 1.5 Cancelling transactions...2 2. SUPPORT-HOTLINE...2

More information

OTC Lite F.A.Q. (Frequently Asked Questions)

OTC Lite F.A.Q. (Frequently Asked Questions) OTC Lite F.A.Q. (Frequently Asked Questions) How do I upload a CSV file to the WebGUI? I sent a file via sftp to the US Data center; will this file be automatically routed to the European OTC Lite data

More information

Best Practices for Role Based Video Streams (RBVS) in SIP. IMTC SIP Parity Group. Version 33. July 13, 2011

Best Practices for Role Based Video Streams (RBVS) in SIP. IMTC SIP Parity Group. Version 33. July 13, 2011 Best Practices for Role Based Video Streams (RBVS) in SIP IMTC SIP Parity Group Version 33 July 13, 2011 Table of Contents 1. Overview... 3 2. Role Based Video Stream (RBVS) Best Practices Profile... 4

More information

HP Service Manager. Service Request Catalog (SRC) Tips & Tricks Document

HP Service Manager. Service Request Catalog (SRC) Tips & Tricks Document HP Service Manager Service Request Catalog (SRC) Tips & Tricks Document (note: in process of updating to support v 9.32) 1 The HP Service Request Catalog (SRC) is a more robust and user- friendly version

More information

Allworx Queuing and Automated Call Distribution Guide (Release 7.2.3.x)

Allworx Queuing and Automated Call Distribution Guide (Release 7.2.3.x) Allworx Queuing and Automated Call Distribution Guide (Release 7.2.3.x) No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic,

More information

ecommerce and elearning

ecommerce and elearning ecommerce and elearning A White Paper by Michael Skinner CEO, Operitel Corporation mskinner@operitel.com Dr. Gary Woodill, Ed.D. Chief Learning Officer, Operitel Corporation gwoodill@operitel.com 2004,

More information

DIGIPASS Authentication for Check Point Connectra

DIGIPASS Authentication for Check Point Connectra DIGIPASS Authentication for Check Point Connectra With IDENTIKEY Server 2009 Integration VASCO Data Security. Guideline All rights reserved. Page 1 of 21 Disclaimer Disclaimer of Warranties and Limitations

More information

Achieving PCI COMPLIANCE with the 2020 Audit & Control Suite. www.lepide.com/2020-suite/

Achieving PCI COMPLIANCE with the 2020 Audit & Control Suite. www.lepide.com/2020-suite/ Achieving PCI COMPLIANCE with the 2020 Audit & Control Suite 7. Restrict access to cardholder data by business need to know PCI Article (PCI DSS 3) Report Mapping How we help 7.1 Limit access to system

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Allworx Queuing and Automated Call Distribution Guide (Release 7.1.0.x)

Allworx Queuing and Automated Call Distribution Guide (Release 7.1.0.x) Allworx Queuing and Automated Call Distribution Guide (Release 7.1.0.x) No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic,

More information

Project management integrated into Outlook

Project management integrated into Outlook Project management integrated into Outlook InLoox PM 7.x off-line operation An InLoox Whitepaper Published: October 2011 Copyright: 2011 InLoox GmbH. You can find up-to-date information at http://www.inloox.com

More information

ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015

ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015 ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015 2 Contents Welcome 3 1. Getting Started 4 1.1 Virtual Terminal Activation 4 2. Configuring the Virtual Terminal 7 2.1 General Settings

More information

Offline Payment Methods

Offline Payment Methods Offline Payment Methods STRONGVON Tournament Management System 1 Overview The STRONGVON Tournament Management System allows you to collect online registration, while arranging for offline payment methods

More information

DIGIPASS Authentication for Cisco ASA 5500 Series

DIGIPASS Authentication for Cisco ASA 5500 Series DIGIPASS Authentication for Cisco ASA 5500 Series With IDENTIKEY Server 2010 Integration VASCO Data Security. Guideline All rights reserved. Page 1 of 20 Disclaimer Disclaimer of Warranties and Limitations

More information

Merchant Reporting Tool

Merchant Reporting Tool Merchant Reporting Tool payment and transaction statistic for web shops Transaction reports through web-interface to paysafecard application Table of Content 1. Introduction 2 2. Log In 2 2.1 Merchant

More information

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual TIBCO Spotfire Web Player 6.0 Installation and Configuration Manual Revision date: 12 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Date format, time format, and amount format for trading.

Date format, time format, and amount format for trading. Renesource Capital FX Professional is a Windows-based application that aggregates and ranks FX rates from multiple liquidity providers so you can execute the best trade available. Sophisticated order-matching

More information

Residential and Business

Residential and Business Internet Phone Service Residential and Business Self Service Portal User Guide Version 2.0 www.packet8.net 1.866.TRY.VOIP Contents Introduction to the Packet8 Self Service Portal... 3 How to use your new

More information

Configuring User Identification via Active Directory

Configuring User Identification via Active Directory Configuring User Identification via Active Directory Version 1.0 PAN-OS 5.0.1 Johan Loos johan@accessdenied.be User Identification Overview User Identification allows you to create security policies based

More information

Back Office. Back-Office User Guide v.3.2.0. epdq 2015, All rights reserved.

Back Office. Back-Office User Guide v.3.2.0. epdq 2015, All rights reserved. Back-Office User Guide v.3.2.0 Table of Contents 1 Introduction... 4 2 Login screen... 5 3 Account Menu... 6 3.1 Home... 6 3.2 Menu section:... Support 6 3.2.1 3.2.2 Support menu... 6 Submit a support...

More information

Magento Integration Manual (Version 2.1.0-11/24/2014)

Magento Integration Manual (Version 2.1.0-11/24/2014) Magento Integration Manual (Version 2.1.0-11/24/2014) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

More information

Implementing the Ticketing System

Implementing the Ticketing System April 27, 2010 1 Description Who should use this guide? Duration Prerequisites This manual describes LivePerson's Ticketing system and the options for its implementation. Each option is explained in a

More information

Note that if at any time during the setup process you are asked to login, click either Cancel or Work Offline depending upon the prompt.

Note that if at any time during the setup process you are asked to login, click either Cancel or Work Offline depending upon the prompt. USC Marshall School of Business Academic Information Services Configuring Outlook 2010 RPC Over HTTP Protocol For Windows 7 Home Computers or Wireless Laptops The steps in this document cover how to configure

More information

SafeGuard Enterprise Web Helpdesk. Product version: 6.1

SafeGuard Enterprise Web Helpdesk. Product version: 6.1 SafeGuard Enterprise Web Helpdesk Product version: 6.1 Document date: February 2014 Contents 1 SafeGuard web-based Challenge/Response...3 2 Scope of Web Helpdesk...4 3 Installation...5 4 Allow Web Helpdesk

More information

Assistant Enterprise. User Guide. www.lumosnetworks.com 3-27-08

Assistant Enterprise. User Guide. www.lumosnetworks.com 3-27-08 Assistant Enterprise User Guide www.lumosnetworks.com 3-27-08 Assistant Enterprise (Toolbar) Guide Copyright Notice Trademarks Copyright 2007 BroadSoft, Inc. All rights reserved. Any technical documentation

More information

My Sage Pay User Manual

My Sage Pay User Manual My Sage Pay User Manual Page 1 of 32 Contents 01. About this guide..4 02. Getting started.4 Online help Accessing My Sage Pay Test Servers Live Servers The Administrator account Creating user accounts

More information

Sonian Getting Started Guide October 2008

Sonian Getting Started Guide October 2008 Sonian Getting Started Guide October 2008 Sonian, Inc. For Authorized Use Only 1 Create your new archiving account 3 Configure your firewall for IMAP collections 4 (Skip this step if you will be using

More information

How To Trade In Foreign Stock Exchanges

How To Trade In Foreign Stock Exchanges F.A.Q. AFFIN HWANG CAPITAL EINVEST GLOBAL ONLINE TRADING SYSTEM Version 1.3.1 (A) OPENING OF ACCOUNT 1. Who can apply for trading in foreign stock exchanges? All existing clients are eligible to apply.

More information

Product Disclosure Statement

Product Disclosure Statement Product Disclosure Statement Sumo Forex Limited Level 4, 228 Queen Street, Auckland, 1010, New Zealand Tel: +6498871044 Email: support@sumoforex.com 1. Important Information and Disclaimer 1.1 Financial

More information

IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide

IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide Note Before using

More information

Service Description. 3SKey. Connectivity

Service Description. 3SKey. Connectivity Connectivity 3SKey Service Description This document describes the features and functions of the components of the 3SKey solution and the roles and responsibilities of all parties involved in the 3SKey

More information

How to Logon with Domain Credentials to a Server in a Workgroup

How to Logon with Domain Credentials to a Server in a Workgroup How to Logon with Domain Credentials to a Server in a Workgroup Johan Loos johan@accessdenied.be Version 1.0 Authentication Overview Basically when you logon to a Windows Server you can logon locally using

More information

DIGIPASS Authentication for SonicWALL SSL-VPN

DIGIPASS Authentication for SonicWALL SSL-VPN DIGIPASS Authentication for SonicWALL SSL-VPN With VACMAN Middleware 3.0 2006 VASCO Data Security. All rights reserved. Page 1 of 53 Integration Guideline Disclaimer Disclaimer of Warranties and Limitations

More information

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement).

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement). SERVICE OF PAYMENT CARDS ON THE INTERNET ANNEX 2 TO AGREEMENT Requirements for Queries to I-Payment Terminal This Annex uses the definitions set out in the Agreement on service of payment cards on the

More information

Semantic based Web Application Firewall (SWAF V 1.6) Operations and User Manual. Document Version 1.0

Semantic based Web Application Firewall (SWAF V 1.6) Operations and User Manual. Document Version 1.0 Semantic based Web Application Firewall (SWAF V 1.6) Operations and User Manual Document Version 1.0 Table of Contents 1 SWAF... 4 1.1 SWAF Features... 4 2 Operations and User Manual... 7 2.1 SWAF Administrator

More information

Signicat white paper. Signicat Solutions. This document introduces the Signicat solutions for digital identities and electronic signatures 2015-08

Signicat white paper. Signicat Solutions. This document introduces the Signicat solutions for digital identities and electronic signatures 2015-08 Signicat white paper Signicat Solutions This document introduces the Signicat solutions for digital identities and electronic signatures 2015-08 Version 1.1 2015-08-20 Disclaimer Please note that this

More information

Citrix Online, div. of Citrix Systems Inc. GoToAssist TM. Product Category: Knowledge Management/eSupport Validation Date: 2/22/2005

Citrix Online, div. of Citrix Systems Inc. GoToAssist TM. Product Category: Knowledge Management/eSupport Validation Date: 2/22/2005 , div. of Citrix Systems Inc. GoToAssist TM Product Category: Knowledge Management/eSupport Validation Date: 2/22/2005 Product Abstract GoToAssist enables businesses to securely interact in real time with

More information

Dashboard Admin Guide

Dashboard Admin Guide MadCap Software Dashboard Admin Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

What does the First Mobile app do for me? What else can I do with the mobile banking app beyond the basics? Why should I use the mobile banking app?

What does the First Mobile app do for me? What else can I do with the mobile banking app beyond the basics? Why should I use the mobile banking app? What does the First Mobile app do for me? What else can I do with the mobile banking app beyond the basics? Why should I use the mobile banking app? How do I sign up to use mobile banking? What type of

More information

The latest in online FX trading

The latest in online FX trading The latest in online FX trading UCTrader Professional User Guide UCTrader Getting started 5 Visit https://quantus.unicreditgroup.eu Enter your Login Name and Passcode The PIN field should remain empty

More information

SIX Corporate Bonds AG. Directive 3: Trading. of 23/04/2015 Effective from: 08/05/2015

SIX Corporate Bonds AG. Directive 3: Trading. of 23/04/2015 Effective from: 08/05/2015 SIX Corporate Bonds AG Directive : Trading of /0/05 Effective from: 08/05/05 Directive : Trading 08/05/05 Content. Purpose and principle.... General.... Trading day and trading period.... Clearing day....

More information

INTEGRATION GUIDE. DIGIPASS Authentication for F5 FirePass

INTEGRATION GUIDE. DIGIPASS Authentication for F5 FirePass INTEGRATION GUIDE DIGIPASS Authentication for F5 FirePass Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is provided 'as is'; VASCO Data Security

More information

FX Domain Kick-start for Testers

FX Domain Kick-start for Testers FX Domain Kick-start for Testers A brief introduction to key FX elements. Discussion Document by Mark Crowther, Principle Test Architect Tien Hua, Senior Test Analyst Table of Contents Introduction...

More information

An introduction to the foreign exchange market Moorad Choudhry September 2002

An introduction to the foreign exchange market Moorad Choudhry September 2002 An introduction to the foreign exchange market Moorad Choudhry September 2002 The market in foreign exchange is an excellent example of a liquid, transparent and immediate global financial market. Rates

More information

Enterprise Toolbar User s Guide. Revised March 2015

Enterprise Toolbar User s Guide. Revised March 2015 Revised March 2015 Copyright Notice Trademarks Copyright 2007 DSCI, LLC All rights reserved. Any technical documentation that is made available by DSCI, LLC is proprietary and confidential and is considered

More information

CLS Statistics on Foreign Exchange Activity

CLS Statistics on Foreign Exchange Activity CLS Statistics on Foreign Exchange Activity October 18, 2010 www.cls-group.com CLS and the CLS Logo are registered trademarks of CLS UK Intermediate Holdings Ltd 2010 CLS UK Intermediate Holdings Ltd.

More information

Online Payment Center T-Mobile User s Guide

Online Payment Center T-Mobile User s Guide Online Payment Center T-Mobile User s Guide Table of Contents Introduction... 3 Features... 3 Getting Started... 4 Starting Qpay Online Payment Center... 4 Login... 4 Changing Your Password... 5 Navigating...

More information

OTC Clearing Hong Kong Limited. OTC Account Services Information System ( OASIS ) Web Portal User Manual PART V Appendix

OTC Clearing Hong Kong Limited. OTC Account Services Information System ( OASIS ) Web Portal User Manual PART V Appendix OTC Clearing Hong Kong Limited OTC Account Services Information System ( OASIS ) Web Portal User Manual April 2015 Disclaimer OASIS Web Portal User Manual ==================================================================================

More information

ONLINE UNIT TRUSTS FREQUENTLY ASKED QUESTIONS

ONLINE UNIT TRUSTS FREQUENTLY ASKED QUESTIONS A. General Matters 1. I had forgotten my online login password. How do I reset a new password? You can contact our Customer Service Officer at 1800 747 7000 or visit any of our branches. 2. Am I able to

More information

Virtzone Cloud Control User Guide

Virtzone Cloud Control User Guide Virtzone Cloud Control User Guide August 2013 Table of Contents 1. What is Virtzone Cloud Control?... 3 2. What this document covers... 3 This document covers the basic steps required to log on to and

More information

easy-forex MT4 User Manual Version: 1.5.0.2 Date: April 2010

easy-forex MT4 User Manual Version: 1.5.0.2 Date: April 2010 User Manual Version: 1.5.0.2 Date: April 2010 User Manual 1 Contents Platform Features easy-forex Specs at a Glance Creating an easy-forex Account How to Download/Install and open a Demo Account How to

More information

WallStreet FOREX Robot User Guide

WallStreet FOREX Robot User Guide WallStreet FOREX Robot User Guide - 1 - Contents: - Getting Started -----------------------------------------------------------------3 - The MetaTrader4 (MT4) Trading Platform -------------------------------------4

More information

Software Requirements Specification. Schlumberger Scheduling Assistant. for. Version 0.2. Prepared by Design Team A. Rice University COMP410/539

Software Requirements Specification. Schlumberger Scheduling Assistant. for. Version 0.2. Prepared by Design Team A. Rice University COMP410/539 Software Requirements Specification for Schlumberger Scheduling Assistant Page 1 Software Requirements Specification for Schlumberger Scheduling Assistant Version 0.2 Prepared by Design Team A Rice University

More information

TRADING RULES. TRADING RULES (release 1.0/12.08.2015) 2

TRADING RULES. TRADING RULES (release 1.0/12.08.2015) 2 Sensus Capital c/o GBE Safepay Transactions Ltd. 171, Arch. Makariou III Avenue, 4th floor, Office N & O, 3027, Limassol, Cyprus Phone: +357 250 201 09 Fax: +357 250 288 79 Email: info@sensus-capital.com

More information

Mobile Forex trading with TradeRoom Mini

Mobile Forex trading with TradeRoom Mini Mobile Forex trading with TradeRoom Mini 2014 Forexite Ltd. Contents 1 Contents Introduction 1. TradeRoom Mini startup 2. Trading account opening with Forexite 3. TradeRoom Mini main menu 4. Account funding

More information

Operational Guidelines for Account Conversion Investors Related to the Stock-for-stock Merger of China Merchants Property Development Co., Ltd.

Operational Guidelines for Account Conversion Investors Related to the Stock-for-stock Merger of China Merchants Property Development Co., Ltd. Operational Guidelines for Account Conversion Investors Related to the Stock-for-stock Merger of China Merchants Property Development Co., Ltd. by China Merchants Shekou Industrial Zone Holdings Co., Ltd.

More information

Important Facts Statement

Important Facts Statement Bank of China (Hong Kong) Limited Important Facts Statement Currency Linked Deposits - Premium Deposits Currency Linked Deposits 13 April 2015 This is a structured investment product which is NOT protected

More information

TCP Session Management (SesM) Protocol Specification

TCP Session Management (SesM) Protocol Specification TCP Session Management (SesM) Protocol Specification Revision Date: 08/13/2015 Version: 1.1e Copyright 2015 Miami International Securities Exchange, LLC. All rights reserved. This constitutes information

More information

B-Share Clearing and Settlement Business Guide of China Securities Depository and Clearing Corporation Limited, Shanghai Branch

B-Share Clearing and Settlement Business Guide of China Securities Depository and Clearing Corporation Limited, Shanghai Branch B-Share Clearing and Settlement Business Guide of China Securities Depository and Clearing Corporation Limited, Shanghai Branch China Securities Depository and Clearing Corporation Limited, Shanghai Branch

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information