DataCapture API Version 6.0

Size: px
Start display at page:

Download "DataCapture API Version 6.0"

Transcription

1 DataCapture API Version 6.0 1

2 Document Control Document Location An electronic version of this document is available at: and Disclaimer This documentation is draft and just informative and APX & Belpex reserve the right to modify the information and the structure of APX & Belpex DataCapture API 6.0 v2.1. No rights or obligations can be derived from any documentation or information concerning APX DataCapture API 6.0 v2.1 originating from APX and Belpex. 2

3 Contents page Document Control 2 Document Location 2 Revision History Error! Bookmark not defined. Approvals Error! Bookmark not defined. 1 Introduction [Paragraph title] Environments 6 Power NL 6 Belpex 6 2 The DataCapture process [Paragraph title] 7 3 Requesting Data General Protocol File Formats 8 CSV 8 XML & XML Data Format Error codes 9 CSV 9 XML 10 XML Request & Response Specifications Data Format 12 Parameters for orders request 12 Returned data Own Trade Data on contract time 13 Parameters for own trades request 13 Returned Data Own Trade Data on delivery period 16 Parameters for own trades request 16 Returned Data 17 3

4 4.4 All Trades Data 19 Parameters for all trades request 19 Returned data Chargelines 21 Parameters for chargelines request 21 Returned data General matching report 24 Parameters for general matching request 24 Returned data 24 5 Manifest Errors and Reversed Trades [Paragraph title] 26 6 System requirements [Paragraph title] 27 Using an application 27 Using a web browser 27 7 Usage Guidelines [Paragraph title] Making sure you get all trades when using Private Trade Capture 28 Appendix I: Market Segment Identifiers and Instrument Codes 30 Default Market Set 30 APX Power NL 30 Belpex 30 Appendix II: XML output format 31 OrderCapture 31 TradeCapture 32 Chargelinecapture 33 Appendix III: XML2 output format 36 OrderCapture 36 TradeCapture 37 PublicTradeCapture 39 General matching 41 4

5 Error 44 Appendix IV: Error codes and messages 45 5

6 1 Introduction 1.1 [Paragraph title] The DataCapture system is an environment that provides members the ability to quickly and easily capture a range of information. The data available for capture is: Orders in the market; Members own trades by contract time; Members own trades by delivery period; All trades; Chargelines. This document describes the functionality of this DataCapture system that APX and Belpex offer their members, explaining how the system can be used and what information can be retrieved. Chapter 3 describes the process and explains the flow of information and the overall architecture. Chapter 4 contains specific information about the requests for Order & TradeCapture. Chapter 5 contains information about the requests and the responses. Chapter 6 provides information about the test set up for the DataCapture system. Appendix I contains a description of the Platform Identifiers, Market Segment Identifiers and the Instrument codes. Appendix II and III describe the XML and XML2 response specifications. Appendix IV contains a list of error codes and the related messages. 1.2 Environments The DataCapture system is available for the APX Power NL and Belpex markets, which can be reached through the following URLs: Production: Standby: Test: Power NL The following price and volume units are used for the Power NL exchange: Price: Euros per megawatt hour ( /MWh) Volume unit: Megawatt (MW) Belpex The following price and volume units are used for the Belpex exchange: Price: Euros per megawatt hour ( /MWh) Volume unit: Megawatt (MW) 6

7 2 The DataCapture process 2.1 [Paragraph title] Order and Trade information can be captured from the APX & Belpex web server. Access is available either via the Internet or a leased line connection to APX and Belpex. This environment is connected to the central database used by the trading application, thus delivering real-time information. To retrieve the data a request has to be made to a component situated at an APX & Belpex web server. This request can be made by a custom-made member application or by using a standard web browser. The Data Capture process: APX & Belpex Web server APX & Belpex Trading Database Member Data file received File reception and processing Request Request File display in browser Custom-made member application Web browser Back office systems 7

8 3 Requesting Data 3.1 General The system distinguishes five request types. Members can request: Orders in the market; Members own trades by contract time Members own trades by delivery period; All trades. The five types of requests can be gathered from the base URL with the report parameter. The URL for orders is: The URL for private trades by contract time is: The URL for private trades by delivery period is: The URL for all trades is: The URL for the Chargelines report is: The base URL ( differs slightly between our production, standby and member test environments. 3.2 Protocol APX or Belpex will assign username and initial password combinations to the members. Passwords can be changed by logging on to the BackOffice website, (using the DataCapture username and password). Communication with the DataCapture web server is only possible using a Secure Sockets Layer (SSL) connection. Username and password authentication will happen by passing these as parameters within the URL. It is possible to use a custom made application or a standard web browser to request the system for trades. 3.3 File Formats The DataCapture web server currently supports three output formats: 'csv' and two XML formats: 'xml' and xml2. While default output format is 'csv' we strongly recommend using the xml2 output format since the other formats are only maintained for backwards compatibility. CSV The csv format is known by common spreadsheet software (including Microsoft Excel). This comma-separated data will be sent as plain text. In a web browser this will result in the comma separated data being displayed in the browser window. If you want to load this data in your spreadsheet program, save the outputted data to a text-file and open it in your spreadsheet program. XML & XML2 8

9 DataCapture can also return data in two different XML-formats. Specifications of these XML-formats can be found in Appendix II and Appendix III. These formats are especially suited for applications querying the system. 3.4 Data Format The format of numbers returned, are one of three formats: Integer; Numeric, or Decimal. Integers are whole numbers only. Numeric has a floating number of decimal places; the number following the comma in the format indicates the maximum number of decimals. E.g. Numeric (10,3) has a maximum of three decimal places. Decimals have a fixed number of decimal places; the number following the comma in the format indicates the number of decimals. 3.5 Error codes Due to the nature of Internet communication, data can sometimes be interrupted, causing incomplete information to be received. To be able to identify any problems in the transmission each output format employs its own validation method. In addition to communication errors between the member and the DataCapture server, other errors can occur. In this situation an error-code and message will be returned. An explanation of the error codes can be found in Appendix IV. CSV To verify the completeness of received data the CSV-file returns a special footer line. The last line of the returned data does not contain order or trade data but contains information about the request. If a request was successful, the last line will contain a # followed by the number of returned lines (for example if a request returns 24 data-rows, this will be #24), followed by a comma and then followed by a value consisting of the date and time that the database was last updated. By including the last database update time in the footer, users will know what time to use as the next begin time to ensure that no data is missed. Examples: 1) The current date and time is 09:47:10 on the 10 th October The user specifies a begin time of (10 October :45:00) and no end time. The system finds 24 trades between this begin time and end time and will return 24 comma separated data-rows and then a 25 th row containing: #24, Which means the system time of the last database update was (10 October :46:20) at the time of the request. This date time is then used as the new begin time for the next request. If a request resulted in an error, only a footer line will be returned. This line will consist of: #<errorcode>, <error message>. An explanation of the error codes can be found in Appendix IV. 9

10 Examples: a) The username and password combination is unknown to the system The system will return: -11 Authentication not successful. The username & password provided did not match any in our database. In this case contact APX or Belpex to make sure your credentials are valid. b) There was an error in your request and you provided an invalid date time for begin. The system will return: -21, Invalid value for parameter. Parameter 'begin' is not a valid timestamp In this case check the request parameters and try again. c) Due to a technical error the Trade Capture application cannot reach the database. The system will return: -31, A technical error occurred. Please contact the administrator In this case report this to APX or Belpex and provide the exact request with this report. XML The completeness of an XML document can be easily verified by checking whether it is well-formed. Any request that did not experience connection problems returns a well-formed XML document. At least a <response> element will be returned, containing a status, timestamp and msg attribute. On a successful request the status will be 1. In case of an error the status will contain the error code. The timestamp will be the date time the database was last updated. In case of an error the msg attribute will contain the error-message. Example: For some reason the Trade Capture application has been closed for queries. You requested an XML response. The system will return: <?xml version="1.0" encoding="iso "?> <response status="-41" timestamp="" msg="the system is closed"> </response> In this case try again in a little while or inform APX or Belpex who may be able to explain the reason for this closure. XML2 The completeness of an XML document can be easily verified by checking whether it is well-formed. Any request that did not experience connection problems returns a well-formed XML document. At least a <response> element will be returned, containing <header> element with a status, timestamp and msg element. On a successful request the status will be 1. In case of an error the status will contain the error code. The timestamp will be the date time the database was last updated. In case of an error the msg attribute will contain the error-message. 10

11 Example: The report you ve requested doesn t exist. You requested an XML2 response. The system will return: <?xml version="1.0" encoding="iso "?> <Response xsi:nonamespaceschemalocation=" xmlns:xsi=" <Header> <Status>-101</Status> <Message>Report error: Unknown report: chargeline </Message> <Timestamp> T11:11:48Z</Timestamp> </Header> </Response> In this case try again in a little while or inform APX or Belpex who may be able to explain the reason for this closure. Note that the timestamps in the XML2 specifications comply with the XML Date time standard as described here: 11

12 4 Request & Response Specifications 4.1 Data Format Parameters for orders request ID string>&output=<format>&platform=<platform> The table shows the parameters that should be submitted to the DataCapture URL when requesting Orders: Parameter name Description Definition Mandatory Report The report to display Text Yes User User Name as provided by APX / Belpex Text Yes Pass Password as provided by APX / Belpex Text Yes Market Platform Output Allows orders only in specified market segments to be returned Allows orders only in specified platforms to be returned Specifies the output format to be used. Default format is csv Semi-colon separated text string x;y;z;a;b;c Semi-colon separated text string x;y;z;a;b;c Text, either csv, xml or xml2 The platform identifiers, market segment identifiers and the default market set can be found in Appendix I No, omitting or invalid means default market set will be returned No, omitting or invalid means all platforms will be returned No, omitting or invalid for csv format Examples: To retrieve all, submit the following: To retrieve all orders in the APX Power NL Strips Dutch Base Market Segment in CSV format, submit the following: Replace username and password in the URLs above with those provided. Returned data 12

13 The data returned is a snapshot of all the open orders in the market at the time of the request. The information is anonymous due to all the open orders are returned and so that members are not able to identify orders from other members. The following table describes the fields present in the output file. In the case of a CSV response, the fields will be returned in this order. In the XML response, the values will be put in the appropriate fields (see Appendix II and Appendix III for the XML specifications). Field Format Description Instrument Code Text Identifying the contract type & block Market segment Identifier Text The identifier representing the market segment Buy / Sell Flag Text = B or S denoting Buy or Sell Price Decimal (10,2) or null The order price in the appropriate format Volume Numeric (10,3) The Volume in the appropriate format Order ID Integer ID of the order submitted to the market Version Number Integer Version of the order submitted to the market Begintime in GMT Endtime in GMT Date time, YYYY-MM-DD hh:mm:ss Date time, YYYY-MM-DD hh:mm:ss Begin time of the first delivery period of the order or null for forward trades End time of the last delivery period of the order or null for forward trades Note that the timestamps in the XML2 specifications comply with the XML Date time standard as described here: Example file (CSV): 09JAN08 - PTE 76,NL_PTE,B,10,10, ,0, :45:00, :00:00 09JAN08 - PTE 76,NL_PTE,S,12,10, ,0, :45:00, :00:00 09JAN08 - PTE 77,NL_PTE,B,10,10, ,0, :00:00, :15:00 09JAN08 - PTE 77,NL_PTE,S,12,10, ,0, :00:00, :15:00 09JAN08 - PTE 78,NL_PTE,B,10,10, ,0, :15:00, :30:00 09JAN08 - PTE 79,NL_PTE,B,10,10, ,0, :30:00, :45:00 #6, Order IDs and Version Numbers orders submitted into the Market have a unique Order ID and a version number. If an order is modified, or partially matched then the version number is changed, but the original order ID remains the same. E.g. an order for 100MW is submitted in to the market, and is allocated an order ID = 1234 and version=0. If the order is partially matched for 25MW, then the remaining pending order ID is still 1234 but the version changes to 1, and the volume is now 75MW. Be advised: this report will not return any auction trade data. 4.2 Own Trade Data on contract time Parameters for own trades request egin time>&end=<endtime>&market=<market segment ID string>&account=<integer string>&output=<format>&platform=<platform> 13

14 The table shows the parameters that should be included in the request made to the web server to retrieve your own trades that have been traded within a specific date time range and for some or all market segments, and some or all of your position accounts. Parameter name Description Definition Mandatory Report The report to display Text Yes User User Name as provided by APX / Belpex Text Yes Pass Password as provided by APX / Belpex Text Yes Begin End Market Platform Account Output Trades transacted within this period will be retrieved. (GMT) Allows trades only in specified market segments to be returned Allows orders only in specified platforms to be returned It is possible to specify specific position account(s). Only trades on this account will be retrieved. Specifies the output-format to be used. Default format is csv Date time, YYYYMMDDhh mmss Date time, YYYYMMDDhh mmss Semicolon separated string x;y;z;a;b;c Semicolon separated string x;y;z;a;b;c Semicolon separated Integer string n;n;n;n;n;n Text, either csv, xml or xml2 Note that the begin/end parameters relate to the time the trade was created in the system, NOT the time the trade delivers. The market segment identifiers and the default market set can be found in Appendix I. Position account identifiers will be provided to individual members on request. Yes No, omitting this parameter means until now No, omitting or invalid means default market set will be returned No, omitting or invalid means all platforms will be returned No, omitting or invalid parameter means all accounts No, omitting or invalid for csv format Examples: To retrieve own trades matched at a time greater than 23:10:10 on 9 th June 2012 GMT until present time in XML2 format, submit the following: 0&output=xml2 To retrieve own trades for just one position account, with account ID 2, in APX DAM Hourly (Belpex DAM Hourly) only, traded at a time greater than 16:10:10 on 17 th September 2012 GMT until a time equal to or less than 18:19:07 on 17 th September 2012 GMT, submit the following: 0&end= &market=NL_DAM1H&account=2 Replace username and password in the URLs above with those provided. Returned Data 14

15 The following table describes the fields present in the output file generated by the own trades request. In the case of a CSV response, the fields will be returned in this order. In the XML response, the values will be put in the appropriate fields (see Appendix II and Appendix III for the XML specifications). Field Format Description Contract ID Integer Uniquely identifying the trade and equivalent to ID in Contract book in Trading Application Instrument Code Text Identifying the trade type & block Order number Integer Refers to the order number used in the Trading Application Own Position Account Integer Contains the ID of the position account used by the requesting member Position account of the counterparty Integer For bilateral markets will contain the ID of the position account used by the counterparty, all other markets, field will be null Market Segment Identifier Text The identifier representing the market segment Buy / Sell Flag Text = B or S denoting Buy or Sell Begintime in GMT Endtime in GMT Date time, YYYY-MM-DD hh:mm:ss Date time, YYYY-MM-DD hh:mm:ss Begintime of the first delivery period in a trade, or null for forward trades Endtime of the last delivery period in a trade or null for forward trades Volume Numeric (10,3) A positive number for the trading volume expressed in the appropriate format Price Decimal (10,2) or null The actual trade price in the appropriate format Time of trade GMT Date time, YYYY-MM-DD hh:mm:ss The actual date and time the trade was done LoginID Text The name of the user that submitted the bid or offer. For bilateral trades, this field will be null Reversed Contract ID Integer If this record is for a Trade that reverses an erroneous trade then this field will contain the Contract ID of the Trade reversed, otherwise it will be null (see section 5.6) Note that the timestamps in the XML2 specifications comply with the XML Date time standard as described here: Requesting your own trades will bring back all trades made by you as the Member, including the login that transacted the trade. The login field for bilateral trades will only be populated where the member initiated the bilateral order and not when the member confirmed the order. 15

16 For Members who will be regularly polling the system to retrieve their trades on an ongoing basis, it is recommended that the users submit a 'begin' Date Time equal to the Date Time returned by the system as the used end time, and leave the 'end' Date Time blank. This will ensure that no trades are missed and will keep the load on the system to a minimum. Example for request for own trades on contract time (CSV): ,NL 1H H24, ,725,,NL_DAM1H,B, :00:00, :00:00,150,16, :35:37,APX050674Q, ,NL 1H H24, ,725,,NL_DAM1H,B, :00:00, :00:00,150,16, :35:37,APX050674Q, ,NL 1H H24, ,725,,NL_DAM1H,B, :00:00, :00:00,150,16, :35:37,APX050674Q, #3, Own Trade Data on delivery period Parameters for own trades request begin time>&end=<endtime>&market=<market segment ID string>&account=<integer string>&output=<format>&platform=<platform> The table shows the parameters that should be included in the request made to the web server to retrieve your own trades that have the delivery period within a specific datetime range and for some or all market segments, and some or all of your position accounts. Parameter name Description Definition Mandatory Report The report to display Text Yes User User Name as provided by APX / Belpex Text Yes Pass Password as provided by APX / Belpex Text Yes Begin End Market Platform Account Output Trades with a delivery period within this period will be retrieved. (GMT) Allows orders only in specified market segments to be returned Allows orders only in specified platforms to be returned It is possible to specify specific position account(s). Only trades on this account will be retrieved. Specifies the output-format to be used. Default format is csv Date time, YYYYMMDDhh mmss Date time, YYYYMMDDhh mmss Semicolon separated string x;y;z;a;b;c Semicolon separated string x;y;z;a;b;c Semicolon separated Integer string n;n;n;n;n;n Text, either csv, xml or xml2 Yes No, omitting this parameter means until now No, omitting or invalid means default market set will be returned No, omitting or invalid means all platforms will be returned No, omitting or invalid parameter means all accounts No, omitting or invalid for csv format 16

17 Note that the begin/end parameters relate to the time the trade delivers, NOT the time the trade was created in the system. The market segment identifiers and the default market set can be found in Appendix I. Position account identifiers will be provided to individual members on request. Examples: To retrieve own trades matched with a delivery time greater than 23:10:10 on 16 th September 2012 GMT until present time, submit the following: To retrieve own trades for just one position account, with account ID 2, in the APX DAM Hourly only, with a delivery period within 23:10:10 on 9 th June 2012 and 03:19:07 on 10 th June 2012 in CSV format, submit the following: 10&end= &market=NL_DAM1H&account=2&output=csv Replace username and password in the URLs above with those provided. Returned Data The following table describes the fields present in the output file generated by the own trades request. In the case of a CSV response, the fields will be returned in this order. In the XML response, the values will be put in the appropriate fields (see Appendix II and Appendix III for the XML specifications). 17

18 Field Format Description Contract ID Integer Uniquely identifying the trade and equivalent to ID in Contract book in Trading Application Instrument Code Text Identifying the trade type & block Order number Integer Refers to the order number used in the Trading Application Own Position Account Integer Contains the ID of the position account used by the requesting member Position account of the counterparty Integer For bilateral markets will contain the ID of the position account used by the counterparty, all other markets, field will be null Market Segment Identifier Text The identifier representing the market segment Buy / Sell Flag Text = B or S denoting Buy or Sell Begintime in GMT Endtime in GMT Date time, YYYY-MM-DD hh:mm:ss Date time, YYYY-MM-DD hh:mm:ss Begintime of the first delivery period in a trade, or null for forward trades Endtime of the last delivery period in a trade or null for forward trades Volume Numeric (10,3) A positive number for the trading volume expressed in the appropriate format Price Decimal (10,2) or null The actual trade price in the appropriate format Time of trade GMT Date time, YYYY-MM-DD hh:mm:ss The actual date and time the trade was done LoginID Text The name of the user that submitted the bid or offer. For bilateral trades, this field will be null Reversed Contract ID Integer If this record is for a Trade that reverses an erroneous trade then this field will contain the Contract ID of the Trade reversed, otherwise it will be null (see section 5.6) Note that the timestamps in the XML2 specifications comply with the XML Datetime standard as described here: Requesting your own trades will bring back all trades made by you as the Member, including the login that transacted the trade. The login field for bilateral trades will only be populated where the member initiated the bilateral order and not when the member confirmed the order. For Members who will be regularly polling the system to retrieve their trades on an ongoing basis, it is recommended that the users submit a 'begin' DateTime equal to the DateTime returned by the system as the used endtime, and leave the 'end' DateTime blank. This will ensure that no trades are missed and will keep the load on the system to a minimum. 18

19 Example for request for own trades on delivery period (CSV): ,NL 1H H01, ,725,,NL_DAM1H,B, :00:00, :00:00,150,16.5, :30:32,APX120180A, ,NL 1H H01, ,725,,NL_DAM1H,B, :00:00, :00:00,150,16.5, :30:32,APX120180A, ,NL 1H H01, ,725,,NL_DAM1H,B, :00:00, :00:00,150,16.5, :30:32,APX120180A, #3, All Trades Data Parameters for all trades request me>&end=<endtime>&market=<market segment ID String>&output=<format>&platform=<platform> The table shows the parameters that should be included in the request made to the web server to retrieve all trades traded within a specific datetime range and for some or all market segments: Parameter name Description Definition Mandatory Report The report to display Text Yes User User Name as provided by APX / Belpex Text Yes Pass Password as provided by APX / Belpex Text Yes Begin End Market Platform Output Trades transacted at a time greater than this time will be retrieved (GMT) Trades transacted at a time equal to or before this time within this period will be retrieved (GMT) Allows orders only in specified market segments to be returned Allows orders only in specified platforms to be returned Specifies the output format to be used. Default format is csv Datetime YYYYMMDDhh mmss Datetime YYYYMMDDhh mmss Semicolon separated string x;y;z;a;b;c Semicolon separated string x;y;z;a;b;c Text, either csv, xml or xml2 Yes No, omitting this parameter means until now No, omitting or invalid means default market set will be returned No, omitting or invalid means all platforms will be returned No, omitting or invalid for csv format Note that the begin/end parameters relate to the time the order was created, NOT the time the trade delivers. The market segment identifiers and the default market set can be found in Appendix I. 19

20 Examples: To retrieve all trades traded at a time greater than 23:10:10 on 18 th September 2012 GMT until present time, submit the following: To retrieve all trades matched at a time greater than 23:10:10 on 9 th June 2012 GMT until a time equal to or less than 03:19:07 on 10 th June 2012 GMT in XML format, submit the following: &end= &output=xml To retrieve only working day next week and weekend trades for NL 1H at a time greater than 23:10:10 on 18 th September 2012 GMT until present time in CSV format, submit the following: &market=NL_1H &output=csv Replace username and password in the URLs above with those provided. Note that the timestamps in the XML2 specifications comply with the XML Datetime standard as described here: For members who will be regularly polling the system to retrieve all trades on an ongoing basis, it is recommended that the users submit a 'begin' DateTime equal to the DateTime returned by the system as the used endtime, and leave the 'end' DateTime blank. This will ensure that no trades are missed and will keep the load on the system to a minimum. Returned data The following table describes the columns present in the output file generated by the public trades request. In the case of a CSV response, the fields will be returned in this order. In the XML response, the values will be put in the appropriate fields (see Appendix II and Appendix III for the XML specifications). Field Format Description Contract ID Integer Uniquely identifying the trade Instrument Code Text Identifying the trade type & block Market Segment Identifier Text Identifying the market segment type Buy / Sell Text Contains a B for buying or a S for selling. Begintime in GMT Endtime in GMT Date time, YYYY-MM-DD hh:mm:ss Date time, YYYY-MM-DD hh:mm:ss Begintime of the first delivery period in a trade or null for forward trades Endtime of the last delivery period in a trade or null for forward trades 20

21 Volume Numeric (10,3) A positive number for the trading volume expressed in the appropriate format Price Decimal (10,2) The actual trade price in the appropriate format Time of trade GMT Date time, YYYY-MM-DD hh:mm:ss The actual date and time the trade was done. Reversed Contract ID Integer If this record is for a Trade that reverses an erroneous trade then this field will contain the Contract ID of the Trade reversed, otherwise it will be null. (see section 5.6) Note that the timestamps in the XML2 specifications comply with the XML Datetime standard as described here: Example file (CSV): ,NL 1H H24,NL_DAM1H,B, :00:00, :00:00,150,16, :35:37, ,NL 1H H24,NL_DAM1H,B, :00:00, :00:00,150,16, :35:37, ,NL 1H H24,NL_DAM1H,B, :00:00, :00:00,150,16, :35:37, #3, Chargelines Parameters for chargelines request _M>&begin=<date/month>&end=<date/month>&chargecodes=<charge_code_ID_string>&status=< F or P>&output=<format>&platform=<platform> The table shows the parameters that should be submitted to the DataCapture URL when requesting the chargelines request: Parameter name Description Definition Mandatory User Username as provided by APX / Belpex Text Yes Pass Password as provided by APX / Belpex Text Yes Type = D for daily or Type of the statement to request to retrieve = W for weekly data for = M for monthly Yes Begin End Chargelines for statements with this date/month or later will be returned. Chargelines for statements with this date/month or earlier will be returned Daily / Weekly = YYYYMMDD Monthly =YYYYMM Daily / Weekly = YYYYMMDD Monthly =YYYYMM Yes No, omitting this parameter means end is the same as begin 21

22 charge codes Status Platform Output It is possible to specify specific charge code(s) 1. Only chargelines with these charge code(s) will be retrieved To filter whether only chargelines on final or preliminary statements are returned Allows orders only in specified platforms to be returned Specifies the output format to be used. Default format is csv Semicolon separated Integer string n;n;n;n;n;n = F or = P Semicolon separated string x;y;z;a;b;c Text, either csv, xml or xml2 No, omitting this parameter means all charge codes No, omitting means all chargelines will be returned No, omitting or invalid means all platforms will be returned No, omitting or invalid for csv format Examples: To retrieve all chargelines for the final daily statements from March 1 st 2004 till March 31 st 2004, submit the following: &end= &status=F Replace username and password in the URL above with those provided. To retrieve all chargelines for the monthly statements of March 2004 with the charge codes or 10021, submit the following: &chargecodes=10021 Returned data The data returned is a snapshot of the chargelines in the system at the time of the request. The following table describes the fields present in the output file: 22

23 Field Format Description Chargeline ID Integer (10) Uniquely identifying chargeline identifier Statement Number Integer (10) ID number of the statement the chargeline belongs to Settlement Period Settlement period of the Weekly: Date YYYY-MM-DD statement Type W Type of the statement this chargeline belongs to. Weekly Position Account ID Integer (10) Identifier of the position account for this chargeline, or null Position Account Name String Name of the position account for this chargeline, or null Contract ID Integer (10) Identifier of the contract this chargeline belongs to, or null Instrument Code String Instrument code, or null Charge code Integer (10) Charge code for this chargeline Description String Description for this chargeline Amount Numeric (10,4) Total amount of the charge of this chargeline Price Numeric (14,3) Price per volume or null Total Volume Numeric (14,3) Volume in MWh or null Volume per unit Numeric (10,3) MW or null Charge or Credit 'Charge' or 'Credit' Whether this is a charge or a credit Fee Numeric (5,4) The applicable fee or null VAT Numeric (5,4) VAT rate or null Final Invoice Number String VAT invoice number, or null Example file: ,36749, ,W,726,APX , ,NL 1H H24,11010,Energy Sales,2400,16,150,150,Credit,,, ,36749, ,W,726,APX , ,NL 1H H24,11020,Fee contracted Energy sales,21,,150,150,charge,.14,, ,36749, ,W,726,APX , ,NL 1H H24,11030,19% VAT on Energy sales,456,16,150,150,credit,,.19, ,36749, ,W,726,APX , ,NL 1H H24,11034,19% VAT on Fees Energy sales,3.99,,150,150,charge,.14,.19, #4, The statement ID and the final invoice number are not the same. Each chargeline will have a statement ID which indicates which chargelines belong to which statement. Chargelines on preliminary statements will not have a final invoice number. When a preliminary statement goes final, the final invoice number will be allocated. The final invoice number will be the same as appears on the VAT invoice on the back-office website. When submitting a request with the status parameter set to F, only those Chargelines with a final invoice number will be returned. If the status is set to P, then only those chargelines without a final invoice number will be returned. If the status parameter is omitted, then all will be returned. 23

24 4.6 General matching report Parameters for general matching request utput=<format> The table shows the parameters that should be submitted to the DataCapture URL when requesting the NL Power auction general matching results: Parameter name Description Definition Mandatory Report The report to display Text Yes User User Name as provided by APX Text Yes Pass Password as provided by APX Text Yes Market Semicolon separated Allows orders only in specified market string segments to be returned x;y;z;a;b;c Output Specifies the output format to be used. Default format in csv Text, either csv, xml or xml2 No, omitting or invalid means all platforms will be returned Yes Example file: To retrieve the general matching results: Replace username and password in the URLs above with those provided. Returned data The data returned is the general matching results for the applicable market segment. The following table describes the fields present in the output file. In the XML2 response, the values will be put in the appropriate fields (see Appendix III for the XML2 specifications). Field Format Description Market Segment identifier Text The identifier representing the market segment Time Date time, YYYY-MM-DD hh:mm:ss Time of the auction Delivery start Date time, YYYY-MM-DD hh:mm:ss Time the delivery period atarts Instrument Text Identifying the trade type & block MCP Decimal (10,2) or null Market Clearing Price MCV Numeric (10,3) Market Clearing Volume Note that the timestamps in the XML2 specifications comply with the XML and Date standard as described here: 24

25 Example file (CSV): A_1HR_T, :43:02, :00:00,1H ,0,0 A_1HR_T, :43:02, :00:00,1H ,0,0 A_1HR_T, :43:02, :00:00,1H ,0,0 A_1HR_T, :43:02, :00:00,1H ,0,0 A_1HR_T, :43:02, :00:00,1H ,0,0 A_1HR, :44:26, :00:00,1H ,30,625 A_1HR, :44:26, :00:00,1H ,32,545 A_1HR, :44:26, :00:00,1H ,32,545 A_1HR, :44:26, :00:00,1H ,32,545 A_1HR, :44:26, :00:00,1H ,27,625 A_1HR, :44:26, :00:00,1H ,27,625 A_1HR, :44:26, :00:00,1H ,27,627 A_1HR, :44:26, :00:00,1H ,27,967 A_1HR, :44:26, :00:00,1H ,32,575 A_1HR, :44:26, :00:00,1H ,34,575 A_1HR, :44:26, :00:00,1H ,34,575 A_1HR, :44:26, :00:00,1H ,34,575 A_1HR, :44:26, :00:00,1H ,32,725 A_1HR, :44:26, :00:00,1H ,33,725 A_1HR, :44:26, :00:00,1H ,34,725 A_1HR, :44:26, :00:00,1H ,29,1015 A_1HR, :44:26, :00:00,1H ,34,750 A_1HR, :44:26, :00:00,1H ,34,750 A_1HR, :44:26, :00:00,1H ,34,750 A_1HR, :44:26, :00:00,1H ,34,750 A_1HR, :44:26, :00:00,1H ,34,750 A_1HR, :44:26, :00:00,1H ,34,750 A_1HR, :44:26, :00:00,1H ,33,750 A_1HR, :44:26, :00:00,1H ,32,750 #29,

26 5 Manifest Errors and Reversed Trades 5.1 [Paragraph title] If a Trade has been made in error, then it is cancelled out by entering a reverse trade, i.e. a trade with the same price & volume, but with the Buyer and Seller reversed. The reversing trade will be linked to the original trade by the inclusion of the original trade s contract ID as an additional field in the reversing trade s record. In the All Trades file, a manifest error of this kind will normally result in two reversed trades, as for each cleared trade, there exists two trades in the system: Buyer to APX & Belpex and APX & Belpex to Seller. 26

27 6 System requirements 6.1 [Paragraph title] Using an application Members can connect their own systems to the APX & Belpex DataCapture system making use of the standard https protocol. All modern programming languages include libraries to submit web requests and process the response. Please refer to the documentation of your programming language of choice. Using a web browser It is possible to use a standard web browser to submit a request to the DataCapture system. The web browser will receive the comma-separated data and display it in the browser-window. This can then be saved or copied to a spreadsheet program. 27

28 7 Usage Guidelines 7.1 [Paragraph title] In order to ensure the availability and responsiveness of the Datacapture system, the following usage limits have been implemented: Trade Capture Public Minimal Interval request: 10 seconds Maximum records per request: 1000 Trade Capture Private Minimal Interval request: 10 seconds Maximum records per request: 100 Order Capture Minimal Interval request: 10 seconds Chargeline Minimal Interval request: 10 seconds Maximum records per request: 1000 If these restrictions are violated an error code and error message can be returned. An explanation of the error codes can be found in Appendix IV 7.2 Making sure you get all trades when using Private Trade Capture To ensure system responsiveness and performance while at the same time making sure no trades are missed when running the various reports, the following strategy can be followed: Every trade capture response contains a timestamp. Assuming no end time was specified in the request, the timestamp can be interpreted as the used end time. All trades done between the specified begin time and the returned timestamp are by definition contained in the response. In order to guarantee this the timestamp will typically be seconds behind the current time. If an end time is being specified within the request, this should then be used as the begin time within the next request. By using the returned timestamp as the begin parameter for the next request you will always get every trade. 28

29 Example: Assume first request is done January 9 th 2008 at 14:50: This request gives the following response: ,NL 1H H24, ,725,,NL_DAM1H,B, :00:00, :00:00,50,16, :45:12,APX050674Q, ,NL 1H H24, ,725,,NL_DAM1H,B, :00:00, :00:00,150,16, :46:43,APX050674Q, #2, This means that exactly two trades ( & ) were done between 14:40:00 and 14:48:06. To make sure no data is lost, the timestamp in the response should be used in the next request, which is done January 9 th 2008 at 14:55:00: This request gives the following response: ,NL 1H H24, ,725,,NL_DAM1H,B, :00:00, :00:00,150,16, :49:36,APX050674Q, ,NL 1H H24, ,725,,NL_DAM1H,B, :00:00, :00:00,150,16, :51:17, APX050674Q, #2, This response contains the trade , which was done at 14:49:36, before the first request was performed. By using the timestamp of the first request as the begin time of the second request this trade is not missed. 29

30 Appendix I: Market Segment Identifiers and Instrument Codes Default Market Set If no markets are specified in the request, information regarding all markets will be returned. APX Power NL The following overview displays the available APX Power NL market segments with the corresponding instruments codes and market segment identifiers. Name Market Segment DAY-AHEAD MARKET Segment Code Instrument Code Market Segment Identifier NL 1H H17 APX DAM Hourly NL_DAM1H INTRADAY NL 1H 17DEC07-1H 24 NL_1H Belpex The following overview displays the available Belpex market segments with the corresponding instruments codes and market segment identifiers. Name Market Segment Segment Code Instrument Code Market Segment Identifier Belpex DAM Belpex DAM Hourly BE 1H H17 BE_DAM1H Belpex CIM Belpex ID 1H BE ID 08SEP14 1H - 19 BE_1H 30

31 Appendix II: XML output format OrderCapture XML Schema <?xml version="1.0" encoding="iso "?> <xs:schema xmlns:xs=" elementformdefault="qualified" attributeformdefault="unqualified"> <xs:element name="response"> <xs:sequence> <xs:element name="ord" minoccurs="0" maxoccurs="unbounded"> <xs:attribute name="id" type="xs:positiveinteger" use="required"/> <xs:attribute name="nm" type="xs:string" use="required"/> <xs:attribute name="ms" type="xs:string" use="required"/> <xs:attribute name="s" use="required"> <xs:simpletype> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpletype> </xs:attribute> <xs:attribute name="bt" type="xs:string" use="required"/> <xs:attribute name="et" type="xs:string" use="required"/> <xs:attribute name="p" type="xs:decimal" use="required"/> <xs:attribute name="v" type="xs:decimal" use="required"/> <xs:attribute name="ver" type="xs:int" use="required"/> </xs:sequence> <xs:attribute name="status" type="xs:int" use="required"/> <xs:attribute name="timestamp" type="xs:string" use="required"/> <xs:attribute name="msg" type="xs:string" use="required"/> </xs:schema> Example <?xml version="1.0" encoding="iso "?> <response status="1" timestamp=" " msg=""> <ord id="10345" nm="4h " ms="s_4hb" s="b" bt=" :00:00" et=" :00:00" p="12.00" v="100" ver="2" /> <ord id="10346" nm="4h " ms="s_4hb" s="s" bt=" :00:00" et=" :00:00" p="13.04" v="50" ver="0" /> <ord id="10347" nm="2h a" ms="s_2hb" s="s" bt=" :00:00" et=" :00:00" p="12.02" v="75" ver="1" /> </response> Explanation of attributes <response> status Status of the response. If the request was a success the status will be 1, otherwise it will be one of the error codes. timestamp Timestamp of the last replication. msg Status message. In case of an error a textual error message will appear here 31

32 <ord> id nm ms s bt et p v ver orderid instrument code marketsegmentidentifier side begintime endtime price volume orderversion TradeCapture XML Schema <?xml version="1.0" encoding="iso "?> <xs:schema xmlns:xs=" elementformdefault="qualified" attributeformdefault="unqualified"> <xs:element name="response"> <xs:sequence> <xs:element name="trd" minoccurs="0" maxoccurs="unbounded"> <xs:attribute name="cid" type="xs:positiveinteger" use="required"/> <xs:attribute name="nm" type="xs:string" use="required"/> <xs:attribute name="id" type="xs:positiveinteger" use="required"/> <xs:attribute name="pa" type="xs:positiveinteger" use="required"/> <xs:attribute name="cpa" type="positiveinteger-or-empty"/> <xs:attribute name="ms" type="xs:string" use="required"/> <xs:attribute name="s" use="required"> <xs:simpletype> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpletype> </xs:attribute> <xs:attribute name="bt" type="xs:string" use="required"/> <xs:attribute name="et" type="xs:string" use="required"/> <xs:attribute name="v" type="xs:decimal" use="required"/> <xs:attribute name="p" type="xs:decimal" use="required"/> <xs:attribute name="t" type="xs:string" use="required"/> <xs:attribute name="l" type="xs:string" use="required"/> <xs:attribute name="rcid" type="positiveinteger-or-empty" use="required"/> </xs:sequence> <xs:attribute name="status" type="xs:int"/> <xs:attribute name="timestamp" type="xs:string"/> <xs:attribute name="msg" type="xs:string"/> <xs:simpletype name="positiveinteger-or-empty"> <xs:union membertypes="xs:positiveinteger empty-string"/> </xs:simpletype> <xs:simpletype name="empty-string"> <xs:restriction base="xs:string"> <xs:enumeration value=""/> </xs:restriction> </xs:simpletype> </xs:schema> Example 32

33 <?xml version="1.0" encoding="iso "?> <response status="1" timestamp=" " msg=""> <trd cid="12756" nm="hh " id="1010" pa="7" cpa="" ms="s_hh" s="s" bt=" :30:00" et=" :00:00" v="200" p="15.50" t=" :45:23" l="trader2" rcid="" /> <trd cid="12760" nm="2h b" id="1016" pa="8" cpa="" ms="s_2hb" s="s" bt=" :00:00" et=" :00:00" v="120" p="250.00" t=" :45:23" l="trader2" rcid="" /> <trd cid="12766" nm="hh " id="1019" pa="8" cpa="" ms="s_hh" s="b" bt=" :30:00" et=" :00:00" v="100" p="23.40" t=" :15:17" l="trader1" rcid="" /> <trd cid="12767" nm="2h b" id="1020" pa="8" cpa="" ms="s_2hb" s="b" bt=" :00:00" et=" :00:00" v="120" p="250.00" t=" :15:17" l="operator" rcid="12760" /> </response> Explanation of attributes <response> status Status of the response. If the request was a success the status will be 1, otherwise it will be one of the error codes. timestamp Timestamp of the last replication. msg Status message. In case of an error a textual error message will appear here <trd> cid nm id pa cpa ms s bt et v p t l rcid contractid instrumentcode orderid own positionaccount counterparty positionaccount marketsegmentidentifier side begintime endtime volume price tradetime username reversed contractid Chargelinecapture <?xml version="1.0" encoding="iso "?> <xs:schema xmlns:xs=" elementformdefault="qualified" attributeformdefault="unqualified"> <xs:element name="response"> <xs:sequence> <xs:element name="cl" minoccurs="0" maxoccurs="unbounded"> <xs:attribute name="cli" type="xs:positiveinteger" use="required"/> <xs:attribute name="si" type="xs:positiveinteger" use="required"/> <xs:attribute name="sp" type="xs:string" use="required"/> <xs:attribute name="typ" use="required"> <xs:simpletype> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpletype> </xs:attribute> <xs:attribute name="pa" type="positiveinteger-or-empty" use="required"/> <xs:attribute name="pan" type="xs:string" use="required"/> <xs:attribute name="cid" type="positiveinteger-or-empty" use="required"/> <xs:attribute name="ic" type="xs:string" use="required"/> <xs:attribute name="cc" type="xs:positiveinteger" use="required"/> 33

APX DataCapture API 7 Version 2.11

APX DataCapture API 7 Version 2.11 APX DataCapture API 7 Version 2.11 1 Document Control Document Location An electronic version of this document is available in the Member s area of APX Group s website (www.apxgroup.com). A valid username

More information

APX GROUP UK POWER AUCTION MARKET GUIDE APX UK POWER AUCTION MARKET GUIDE VERSION 1.0

APX GROUP UK POWER AUCTION MARKET GUIDE APX UK POWER AUCTION MARKET GUIDE VERSION 1.0 APX UK POWER AUCTION MARKET GUIDE VERSION 1.0 Document Control Document Location An electronic version of this document is available in the Members area of APX Group s website (www.apxgroup.com). A valid

More information

AlwaysUp Web Service API Version 11.0

AlwaysUp Web Service API Version 11.0 AlwaysUp Web Service API Version 11.0 0. Version History... 2 1. Overview... 3 2. Operations... 4 2.1. Common Topics... 4 2.1.1. Authentication... 4 2.1.2. Error Handling... 4 2.2. Get Application Status...

More information

Automated Load Forecast System (ALFS) Interface Specification. Fall 2017 Release

Automated Load Forecast System (ALFS) Interface Specification. Fall 2017 Release Automated Load Forecast System (ALFS) Interface Specification Fall 2017 Release Version: 1.1 March 27, 2017 Revision History Date Version Description 03/01/2017 1.0 Initial document release related to

More information

DFP Mobile Ad Network and Rich Media API

DFP Mobile Ad Network and Rich Media API DFP Mobile Ad Network and Rich Media API v2.0, 12 June 2012 Background DFP Mobile is adopting a single open API for integrating with all ad networks and rich media vendors. This has the following benefits:

More information

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TMPLDISC]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Automated Load Forecast System (ALFS) For RC Interface Specification

Automated Load Forecast System (ALFS) For RC Interface Specification Automated Load Forecast System (ALFS) For RC Interface Specification Version: 1.0 October 22, 2018 Revision History Date Version Description 10/23/2018 1.0 Initial document release related to the Load

More information

Customer Market Results Interface (CMRI) For RC Interface Specification. Version: 1.0.0

Customer Market Results Interface (CMRI) For RC Interface Specification. Version: 1.0.0 Customer Market Results Interface (CMRI) For RC Interface Specification Version: 1.0.0 November 1, 2018 Revision History Date Version Description 11/01/2018 1.0.0 Initial document release Page 2 of 10

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OTPCE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

MSRB RTRS Price Dissemination Services Specifications Document January 25, 2008 Version 2.6

MSRB RTRS Price Dissemination Services Specifications Document January 25, 2008 Version 2.6 MSRB RTRS Price Dissemination Services Specifications Document January 25, 2008 Version 2.6 The Municipal Securities Rulemaking Board began operating its Real-Time Transaction Reporting System on January

More information

SMKI Repository Interface Design Specification TPMAG baseline submission draft version 8 September 2015

SMKI Repository Interface Design Specification TPMAG baseline submission draft version 8 September 2015 SMKI Repository Interface Design Specification DCC Public Page 1 of 21 Contents 1 Introduction 3 1.1 Purpose and Scope 3 1.2 Target Response Times 3 2 Interface Definition 4 2.1 SMKI Repository Portal

More information

Cisco Unity Connection Notification Interface (CUNI) API

Cisco Unity Connection Notification Interface (CUNI) API Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2018 Cisco Systems, Inc. All rights

More information

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers.

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers. May 6, 2009 9:39 SIF Specifications SIF Implementation Specification The SIF Implementation Specification is based on the World Wide Web Consortium (W3C) endorsed Extensible Markup Language (XML) which

More information

IMPLICIT AUCTION RESULT DOCUMENT UML MODEL AND SCHEMA

IMPLICIT AUCTION RESULT DOCUMENT UML MODEL AND SCHEMA 1 IMPLICIT AUCTION RESULT DOCUMENT UML MODEL AND SCHEMA 2018-05-08 DOCUMENT APPROVED 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 Table

More information

Wind Plant Operator Data Guide

Wind Plant Operator Data Guide GUIDE 9 Deleted: Forecast Wind Plant Operator Data Guide June 2010 Deleted: July April Deleted: 08 Version: 1.1 Revision Date: 06/15/2010 Deleted: 0 Deleted: 7 Deleted: 8 Deleted: 08 This document was

More information

1 Virtual Terminal Quick Reference Guide. Virtual Terminal Quick Reference Guide. Getting Started

1 Virtual Terminal Quick Reference Guide. Virtual Terminal Quick Reference Guide. Getting Started 1 Virtual Terminal Quick Reference Guide Virtual Terminal Quick Reference Guide Getting Started 2 Virtual Terminal Quick Reference Guide What you need Internet enabled laptop or computer Virtual Terminal

More information

UPDATES TO THE LRIT SYSTEM. Report of the Drafting Group

UPDATES TO THE LRIT SYSTEM. Report of the Drafting Group E SUB-COMMITTEE ON NAVIGATION, COMMUNICATIONS AND SEARCH AND RESCUE 5th session Agenda item 4 21 ebruary 2018 Original: ENGLISH DISCLAIMER As at its date of issue, this document, in whole or in part, is

More information

Physician Data Center API API Specification. 7/3/2014 Federation of State Medical Boards Kevin Hagen

Physician Data Center API API Specification. 7/3/2014 Federation of State Medical Boards Kevin Hagen 7/3/2014 Federation of State Medical Boards Kevin Hagen Revision Description Date 1 Original Document 2/14/2014 2 Update with Degree search field 7/3/2014 Overview The Physician Data Center (PDC) offers

More information

SIX Trade Repository AG

SIX Trade Repository AG January 2018 Client Table of contents 1.0 Introduction 4 1.1 Purpose 4 1.2 Acronyms 4 1.3 Version table 4 2.0 Overview of systems and workflows 4 3.0 Input connectivity options 6 3.1 FTS-Gateway 6 3.1.1

More information

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents Oracle B2B 11g Technical Note Technical Note: 11g_005 Attachments This technical note lists the attachment capabilities available in Oracle B2B Table of Contents Overview... 2 Setup for Fabric... 2 Setup

More information

Settlement Data Exchange User s Guide

Settlement Data Exchange User s Guide GUIDE 4 Settlement Data Exchange User s Guide DRAFT - For the Web Based Reconciliation Replacement (WBRR) Technical Conference DRAFT FOR DISCUSSION PURPOSES ONLY Version: 1.0 Revision Date: This document

More information

SEE CAO. User Documentation. User Guide for Capacity Traders

SEE CAO. User Documentation. User Guide for Capacity Traders SEE CAO User Documentation User Guide for Capacity Traders Unicorn 2013 Unicorn Systems a.s. Jankovcova 1037/49, CZ 170 00 Prague 7 Project: Project Subject: Document Title: SEE CAO User Documentation

More information

[MS-WORDSSP]: Word Automation Services Stored Procedures Protocol Specification

[MS-WORDSSP]: Word Automation Services Stored Procedures Protocol Specification [MS-WORDSSP]: Word Automation Services Stored Procedures Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open

More information

SIPLINK CDR DEFINITION VERSION 2.0 PUBLIC NODE4 LIMITED 23/06/2015

SIPLINK CDR DEFINITION VERSION 2.0 PUBLIC NODE4 LIMITED 23/06/2015 SIPLINK CDR DEFINITION VERSION 2.0 PUBLIC NODE4 LIMITED 23/06/2015 SIPLINK CDR DEFINITION VERSION This document is v2.0, released 23 rd June 2015 INTRODUCTION This document details the format and contents

More information

PERFORMANCE HORIZON PUBLISHER API INTRODUCTION

PERFORMANCE HORIZON PUBLISHER API INTRODUCTION PERFORMANCE HORIZON PUBLISHER API INTRODUCTION Version 1.0 October 2016 WHY USE API S All of the features and functionality that we have developed aim to give you, the user, a greater understanding of

More information

Talend User Component tgoogleanalyticsinput

Talend User Component tgoogleanalyticsinput Talend User Component tgoogleanalyticsinput Purpose This component addresses the needs of gathering Google Analytics data for a large number of profiles and fine-grained detail data. The component uses

More information

F.09 Trades & Auctions First Gas GTAC Transaction Management System. Version 2.0A

F.09 Trades & Auctions First Gas GTAC Transaction Management System. Version 2.0A F.09 Trades & Auctions 200612 First Gas GTAC Transaction Management System Version 2.0A Table of Contents 1. F.09.01.01 Trade of Gas (Prearranged) 5 1.1 Process 5 1.1.1 Request Trade 5 1.1.2 Update Trade

More information

Opaali Portal Quick guide

Opaali Portal Quick guide Opaali Portal Quick guide Company information Telia Finland Oyj Teollisuuskatu 15, 00510 HELSINKI, FI Registered office: Helsinki Business ID 1475607-9, VAT No. FI14756079 1 (40) Page 2 (40) Copyright

More information

Extensible Markup Language Processing

Extensible Markup Language Processing CHAPTER 2 Revised: June 24, 2009, This chapter describes the Extensible Markup Language (XML) process in the Common Object Request Broker Architecture (CORBA) adapter. XML and Components Along with XML,

More information

CSV file Layout for VAT Annex Details

CSV file Layout for VAT Annex Details CSV file Layout for VAT Annex Details MNS VT03 V1.0 VAT Payer Tan Payer Tax Account VAT No. of person to whom supplies is of buyer of buyer VAT Payer Business (BRN) Payer Business Name of person to whom

More information

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC)

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) /// Rapport / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) / Maart 2017 www.vlaanderen.be/informatievlaanderen Informatie Vlaanderen /// Aanpassingen aan de webservices Dit

More information

HUPX Information Packages

HUPX Information Packages HUPX Information Packages Introduction Effective as of 1 th September, 2017 HUPX is licensed by the Hungarian Energy Office to operate the organized electricity market in Hungary. The company was established

More information

OCIMF. SIRE Crew Web Services 2.0

OCIMF. SIRE Crew Web Services 2.0 OCIMF SIRE Crew Web Services 2.0 v1.0.03 1 March 2012 Introduction OCIMF SIRE Web Services V2 are available at the following URLs: http://wsv2.ocimf-sire.com/ocimfservices.asmx https://wsv2.ocimf-sire.com/ocimfservices.asmx

More information

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1 DSWR User Guide In effect from January 29 th,, 2017 BCLDB Direct Sales Web Reporting User Guide Page 1 Contents Introduction... 4 Before You Get Started... 4 Registering for the DSWR Application... 5 Log-in...

More information

PISOA Interface Specification. Fall 2017 Release

PISOA Interface Specification. Fall 2017 Release PISOA Interface Specification Fall 2017 Release Version: 1.0 July 21, 2017 Revision History Date Version Description 07/21/2017 1.0 Initial document release related to the PISO Interfaces. RequestVERMeasurements

More information

Wheeling Charge Exemptions Due to ETCs

Wheeling Charge Exemptions Due to ETCs Objective Wheeling Charge Exemptions Due to ETCs Process to notify the ISO of wheeling charge exemptions due to existing transmission contracts. Overview Wheeling charges are assessed to energy exported

More information

PTS XML STANDARD GUIDELINE

PTS XML STANDARD GUIDELINE PTS XML STANDARD GUIDELINE September 2012 Turkish Medicines & Medical Devices Agency, Department of Pharmaceutical Track & Trace System Söğütözü Mahallesi 2176 Sok. No: 5 P.K.06520 Çankaya, Ankara Phone:

More information

General Service Subscription Management Technical Specification

General Service Subscription Management Technical Specification General Service Subscription Management Technical Specification Approved Version 1.0 20 Dec 2011 Open Mobile Alliance OMA-TS-GSSM-V1_0-20111220-A OMA-TS-GSSM-V1_0-20111220-A Page 2 (32) Use of this document

More information

Accident Compensation Commission. ICS Integrated Customer Services. Invoice API. Software specification

Accident Compensation Commission. ICS Integrated Customer Services. Invoice API. Software specification Accident Compensation Commission ICS Integrated Customer Services Invoice API Software specification Version 09 Draft for information, 05 December 2017 Invoice API Table of contents 1 Invoice API : overview...

More information

M7 Comtrader Continuous Export Documentation V 1.0

M7 Comtrader Continuous Export Documentation V 1.0 M7 Comtrader Continuous Export Documentation V 1.0 1 Document History Version Date Author Comment 1.0 08.07.2016 EirGrid NEMO, SONI NEMO Distribution List Initial Draft Name All Participants Organisation

More information

[MS-DPAD]: Alert Definition Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-DPAD]: Alert Definition Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation [MS-DPAD]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Fax Broadcast Web Services

Fax Broadcast Web Services Fax Broadcast Web Services Table of Contents WEB SERVICES PRIMER... 1 WEB SERVICES... 1 WEB METHODS... 1 SOAP ENCAPSULATION... 1 DOCUMENT/LITERAL FORMAT... 1 URL ENCODING... 1 SECURE POSTING... 1 FAX BROADCAST

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-DPAD]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Configuration Guide E84772-01 Last Update: Monday, October 09, 2017 Oracle Utilities Opower Energy Efficiency Web Portal -

More information

PLANNED RESOURCE SCHEDULE DOCUMENT UML MODEL AND SCHEMA

PLANNED RESOURCE SCHEDULE DOCUMENT UML MODEL AND SCHEMA 1 PLANNED RESOURCE SCHEDULE DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42

More information

BGE s Customer Consumption Data Website Guidelines

BGE s Customer Consumption Data Website Guidelines BGE s Customer Consumption Data Website Guidelines BGE s Customer Consumption Data Web (CDWeb) application provides gas and electricity suppliers, brokers, aggregators, third-party consultants and curtailment

More information

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month.

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month. 20.2.2018 Completion instructions More specific guidance on lodging declarations can be found in the Intrastat Guide at http://tulli.fi/en/statistics/intrastat (Intrastat - International trade statistics

More information

SMS Outbound. HTTP interface - v1.1

SMS Outbound. HTTP interface - v1.1 SMS Outbound HTTP interface - v1.1 Table of contents 1. Version history... 5 2. Conventions... 5 3. Introduction... 6 4. Application Programming Interface (API)... 7 5. Gateway connection... 9 5.1 Main

More information

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017 Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1 September 2017 Copyright 1987, 2017, Oracle and/or its affiliates. All rights reserved. This software and related

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-TPXS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Apache UIMA Regular Expression Annotator Documentation

Apache UIMA Regular Expression Annotator Documentation Apache UIMA Regular Expression Annotator Documentation Written and maintained by the Apache UIMA Development Community Version 2.3.1 Copyright 2006, 2011 The Apache Software Foundation License and Disclaimer.

More information

Outage Scheduler User's Guide

Outage Scheduler User's Guide GUIDE 10 Outage Scheduler User's Guide September 2016 Version: 3.0 Revision Date: 09/13/2016 This document was prepared by: Scheduling, Energy Market Operations New York Independent System Operator 10

More information

Electronic Sales Platform User s Manual

Electronic Sales Platform User s Manual Electronic Sales Platform User s Manual Version 1.1 2018 St. Petersburg 2 CONTENTS Preface... 3 1 Introduction... 4 1.1 Workstation Requirements and Settings... 4 1.2 Starting application... 5 2 Summary

More information

Using Trend Reports. Understanding Reporting Options CHAPTER

Using Trend Reports. Understanding Reporting Options CHAPTER CHAPTER 10 To learn about supported services and platforms, see Supported Services and Platforms for Monitoring and Reports, page 1-5. The following topics describe the reporting features available in

More information

Transaction Reporting Service: EMIR

Transaction Reporting Service: EMIR Transaction Reporting Service: EMIR Service Manual January 2014 Version 1.0 Contents Indice 1.0 Revision History 4 2.0 Introduction 5 2.1 Scope 5 2.2 References 6 3.0 Trade Reporting in EMIR directive

More information

Enterprise Knowledge Platform

Enterprise Knowledge Platform Enterprise Knowledge Platform Training History Import/Export Document Information Document ID: EN145 Document title: EKP Training History Import/Export Version: 1.7 Document date: 14 April 2009 This document

More information

RESOURCE SCHEDULE CONFIRMATION DOCUMENT UML MODEL AND SCHEMA

RESOURCE SCHEDULE CONFIRMATION DOCUMENT UML MODEL AND SCHEMA 1 RESOURCE SCHEDULE CONFIRMATION DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

More information

Your leads. Your way. Lead delivery options for BuyerZone clients and partners.

Your leads. Your way. Lead delivery options for BuyerZone clients and partners. Your leads. Your way. Lead delivery options for BuyerZone clients and partners. Lead delivery from BuyerZone We know how important quality and timely leads are for your business. That s why we offer a

More information

SIX Flex delivers reference, market, regulation and tax data in easy-to-consume data files. Files are delivered on demand and/or on a regular basis.

SIX Flex delivers reference, market, regulation and tax data in easy-to-consume data files. Files are delivered on demand and/or on a regular basis. SIX Flex User Guide SIX Flex delivers reference, market, regulation and tax data in easy-to-consume data files. Files are delivered on demand and/or on a regular basis. This guide will show you the ins

More information

RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA

RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA 1 RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42

More information

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for

More information

Intellectual Property Rights Notice for Open Specifications Documentation

Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights tice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

User Manual. HIPAA Transactions System Integration for Channel Partner Vendor. Version 15.2 May 2015

User Manual. HIPAA Transactions System Integration for Channel Partner Vendor. Version 15.2 May 2015 User Manual HIPAA Transactions System Integration for Channel Partner Vendor Version 15.2 May 2015 Trademarks and Copyrights Optum HIPAA Transactions System Integration Document Channel Partner Vendor

More information

[MS-TPXS-Diff]: Telemetry Protocol XML Schema. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TPXS-Diff]: Telemetry Protocol XML Schema. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TPXS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Using Inventory Export Guide

Using Inventory Export Guide Introducing Inventory Import and Export XML Using Inventory Export Guide To Manage Your Inventory Data Version 1.0 ADD TO CART XML API GUIDE 5/28/13 PAGE 1 Copyright 2013 Shopatron, Inc. Using Inventory

More information

Qualys Cloud Platform (VM, PC) v8.x API Release Notes

Qualys Cloud Platform (VM, PC) v8.x API Release Notes API Release Notes Version 8.18.1 March 19, 2019 This new version of the Qualys Cloud Platform (VM, PC) includes improvements to the Qualys API. You ll find all the details in our user guides, available

More information

Merchant e-solutions Payment Acceptance User Guide for Magento (M1)

Merchant e-solutions Payment Acceptance User Guide for Magento (M1) Merchant e-solutions Payment Acceptance User Guide for Magento (M1) Step-by-step guidance for setup and use of the Payment Acceptance extension for Magento 1 Table of Contents Key Contacts... 3 Extension

More information

Fall, 2005 CIS 550. Database and Information Systems Homework 5 Solutions

Fall, 2005 CIS 550. Database and Information Systems Homework 5 Solutions Fall, 2005 CIS 550 Database and Information Systems Homework 5 Solutions November 15, 2005; Due November 22, 2005 at 1:30 pm For this homework, you should test your answers using Galax., the same XQuery

More information

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month.

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month. 23.10.2017 Completion instructions More specific guidance on lodging declarations can be found in the Intrastat Guide at http://tulli.fi/en/statistics/intrastat (Intrastat - International trade statistics

More information

REMIT Reporting Service

REMIT Reporting Service REMIT Reporting Service User Guide Version:1.1 31 March 2015 Deleted: 19 Contents 1. Introduction... 4 2. REMIT Reporting Services Agreement... 5 2.1 Subscription to Services-Registry of Subscribed Users

More information

CSV file Layout for Goods and Services Statement Details

CSV file Layout for Goods and Services Statement Details CSV file Layout for Goods and Services Statement Details MNS LCSRTN V1.0 TAN BRN Name of Year ending 30 June, YYYY Telephone Mobile Name of Declarant Email Address TAN of BRN of name of year ending 30

More information

UG 04. Settlement Data Applications User s Guide

UG 04. Settlement Data Applications User s Guide UG 04 Settlement Data Applications User s Guide Issued: January, 2019 Version: 6.0 Effective Date: 01/28/2019 Prepared By: Customer Settlements New York Independent System Operator 10 Krey Boulevard Rensselaer,

More information

MESH client File Interface Specification

MESH client File Interface Specification Document filename: MESH Client File Interface Specification Directorate / Programme Operations and Project Assurance Services Spine Services/ MESH Document Reference Project Manager Andrew Meyer

More information

MSRS Roadmap. As of January 15, PJM 2019

MSRS Roadmap. As of January 15, PJM 2019 MSRS Roadmap As of January 15, 2019 Impact Details Product - Action Required Deadline Who May Be Affected MSRS - Update processes to use basic authentication MSRS - Org parameter added for SUMA requests

More information

Regional Booking Platform User Manual To users with Network Users roles

Regional Booking Platform User Manual To users with Network Users roles Regional Booking Platform User Manual To users with Network Users roles 1 Table of Contents 1 Master data... 6 1.1 Users... 6 1.1.1 List of users... 6 1.1.2 Enter a new user (to your own organization)...

More information

BGE s Customer Consumption Data Website Guidelines

BGE s Customer Consumption Data Website Guidelines BGE s Customer Consumption Data Website Guidelines BGE s Customer Consumption Data Web (CDWeb) application provides gas and electricity suppliers, brokers, aggregators, third-party consultants and curtailment

More information

Implementation guide. Confirmation of receipt in Handelsbanken CSV format

Implementation guide. Confirmation of receipt in Handelsbanken CSV format Confirmation of receipt in Handelsbanken CSV format Version 1.1.0 Publishing date 7 January 2017 Table of contents 1 INTRODUCTION... 3 1.1 HISTORY... 3 2 INFORMATION ABOUT THE SERVICE... 4 2.1 PARTIES...

More information

Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 )

Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 ) Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 ) Step-by-step guidance for setup and use of the Payment Acceptance extension for Magento 1 Table of Contents Key Contacts...

More information

Guide to Contract Reference Selections 1.00 Final March 2019

Guide to Contract Reference Selections 1.00 Final March 2019 Guide to Contract Reference Selections 1.00 Final March 2019 Gas Supply Hub Important Notice PURPOSE This Guide to Contract Reference Selections (Guide), prepared by the Australian Energy Market Operator

More information

Sourcing. Supplier Maintenance and Company Administration Buyer User Guide

Sourcing. Supplier Maintenance and Company Administration Buyer User Guide Sourcing Supplier Maintenance and Company Administration Buyer User Guide Version 6.1 Ion Wave Technologies, Inc. 2002-2008 Table of Contents Table of Contents...2 Welcome to Supplier Maintenance and Company

More information

We appreciate your feedback

We appreciate your feedback Publishing date: 02/07/2014 Document title: We appreciate your feedback Please click on the icon to take a 5 online survey and provide your feedback about this document REMIT ELECTRICITY NOMINATIONS REPORTING

More information

Configuring LDAP and Single Sign-On

Configuring LDAP and Single Sign-On Service Pack 3 Configuring LDAP and Single Sign-On Nuance Management Server Administrator Guide Page 1 Table of Contents Table of Contents...2 Creating Single Sign-On user accounts... 4 Implementing EHR

More information

edmr2.0 XML Documentation Last Updated: 5/12/2010

edmr2.0 XML Documentation Last Updated: 5/12/2010 edmr2.0 XML Documentation Last Updated: 5/12/2010 Versions edmr2.0 vs edmr1.0 To differentiate between the old and new edmr versions we have designated the original version as edmr1.0 and the latest version

More information

GUIDE TO GAS SUPPLY HUB CSV FILE TRANSACTIONS

GUIDE TO GAS SUPPLY HUB CSV FILE TRANSACTIONS GUIDE TO GAS SUPPLY HUB CSV FILE TRANSACTIONS MARCH 2014 Version: 1.0 Reference: CORPDEV-19-963 2014 Australian Energy Market Operator Ltd (AEMO). All rights reserved. Contents Important Notice AEMO has

More information

Dynmark Messaging Platform XML HTTP Interface Quick Start Guide. Draft Revision September

Dynmark Messaging Platform XML HTTP Interface Quick Start Guide. Draft Revision September Dynmark Messaging Platform XML HTTP Interface Quick Start Guide Draft Revision 3.0.5 4 September 2006 E-mail: support@e-txt.co.uk CONTENTS Sending Messages... 3 Sending a Simple Message...3 Text Merge

More information

US Options Complex Multicast TOP Specification

US Options Complex Multicast TOP Specification US Options Complex Multicast TOP Specification Version 1.0.12 March 23, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 5 1.3 Symbol Ranges, Units, and Sequence

More information

USER GUIDE THE ELECTRONIC COMMUNICATION PLATFORM. Version 2.11

USER GUIDE THE ELECTRONIC COMMUNICATION PLATFORM. Version 2.11 USER GUIDE THE ELECTRONIC COMMUNICATION PLATFORM Version 2.11 March 2018 Table of Contents Overview of the Electronic Communication Platform (ECP)... 4 1.1. The ECP Homepage... 4 1.1.1 Global Header...

More information

Bulk Statistics. Feature Summary and Revision History. This chapter provides configuration information for:

Bulk Statistics. Feature Summary and Revision History. This chapter provides configuration information for: This chapter provides configuration information for: Feature Summary and Revision History, page 1 Configuring Communication with the Collection Server, page 2 Viewing Collected Data, page 6 Collecting

More information

Brief guide for XML, XML Schema, XQuery for YAWL data perspective

Brief guide for XML, XML Schema, XQuery for YAWL data perspective Brief guide for XML, XML Schema, XQuery for YAWL data perspective Carmen Bratosin March 16, 2009 1 Data perspective in YAWL YAWL engine files are XML based. Therefore, YAWL uses XML for data perspective

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXSHRMSG]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

CyberSource Business Center

CyberSource Business Center CyberSource Business Center CS3-609-06-16-09 Copyright 2009 Harris Connect, LLC. all rights reserved. Reproduction in any form without the express written consent of Harris Connect, LLC. is strictly prohibited

More information

Oracle Enterprise Data Quality

Oracle Enterprise Data Quality Oracle Enterprise Data Quality Automated Loading and Running of Projects Version 9.0 January 2012 Copyright 2006, 2012, Oracle and/or its affiliates. All rights reserved. Oracle Enterprise Data Quality,

More information

Securities Lending Reporting

Securities Lending Reporting Securities Lending Reporting User notes for submitting Borrowed, Loaned and Committed Securities information via ASX Online November 2013 User notes for submitting Borrowed and Loaned Stock information

More information

Gemini API Specification

Gemini API Specification Gemini API Specification Copyright National Grid, all rights reserved. No part of this publication may by reproduced in any material form (including photocopying and restoring in any medium or electronic

More information

ECC Member Area User Guide

ECC Member Area User Guide ECC Member Area User Guide 24.07.2018 Leipzig Ref. 0009 Table of Contents 1. Introduction 4 2. Registration 5 3. Transactions 7 3.1 Report Subscription 7 3.1.1 Types of Reports 7 3.1.2 Scope of the Report

More information

Cisco Finesse. Introduction

Cisco Finesse. Introduction Introduction, page 1 Administration Console, page 2 Agent and Supervisor Desktop, page 54 Call Manager-Based Call Recording Using Cisco MediaSense, page 54 Introduction is a next-generation agent and supervisor

More information

[MS-ASCMD]: ActiveSync Command Reference Protocol Specification

[MS-ASCMD]: ActiveSync Command Reference Protocol Specification [MS-ASCMD]: ActiveSync Command Reference Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information

SYNDICATING HIERARCHIES EFFECTIVELY

SYNDICATING HIERARCHIES EFFECTIVELY SDN Contribution SYNDICATING HIERARCHIES EFFECTIVELY Applies to: SAP MDM 5.5 Summary This document introduces hierarchy tables and a method of effectively sending out data stored in hierarchy tables. Created

More information