Mini-1SS - System design - Registration Process

Size: px
Start display at page:

Download "Mini-1SS - System design - Registration Process"

Transcription

1 OWNER: DG TAXUD ISSUE DATE: 18/05/2012 VERSION: 1.03 Taxation and Customs Union DG FITSDEV2 Project Specifications, Development, Maintenance and Support of European IT Services in the area of taxation and excise Subject: Mini-1SS - System design - Registration Process (FITSDEV2-SC12-SDRP-Mini-1SS) Framework Contract TAXUD/2008/CC/095 Specific contract Nr 12

2 Document History Version Release Date Author Description /09/2011 Rudy Kech Initial version (SfR) /11/2011 Mathieu Triquoit Implementation of DG TAXUD s comments Submitted for Acceptance (SfA) /03/2012 Tibor Sutoris Version Submitted for Review (SfR) Add issuedby attribute to NationalTaxReference /03/2012 Peter Macfarlane Add CompanyName to VAT Identification of in Other MS Add Bank Account information to registration messages Other minor changes following quality review Implement KEL /05/2012 Peter Macfarlane Implement MS Comments from third workshop Update for latest version of the legal base Reviews Version Review Date Reviewer Position /09/2011 Mathieu Triquoit Quality Reviewer /11/2011 Hubert Legros Administrative Project Manager /03/2012 Hubert Legros Administrative Project Manager /03/2012 Hubert Legros Administrative Project Manager /05/2012 Tibor Sutoris Quality Reviewer FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 2 of 59

3 Table of Contents 1 Introduction Objective of this Document Intended Audience Structure of this Document Document Conventions Related Documents Reference Documents Terminology Abbreviations and Acronyms Definitions Executive summary Overview Business objective of the process Actors Domains Registration Process Structure Registration Process - High-level BPM makes requests to the MSID MSID excludes a registered Other MS requests information Process Application Sub-Process Process Registration Update Sub-Process Process Exclusion request Sub-Process Voluntary Exclusion Identification in a New MSID Storage XML schema Versioning FiscalisMessage Detail of the header Detail of the body Registration Registration and Exclusion Information Registration Exclusion Request for Information... 3 FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 3 of 59

4 6.5.3 Response to Request for Information Example of Error message Common Elements Address Name Conceptual Database schema Textual description Differences between the present and the new VoeS System architecture Overall architecture Logical architecture Exchange of messages Registration process messages queues Security services Annexes Guidelines BPMN Flow Objects Connecting Objects Swimlanes Artefacts Business Process Model and Notation version 2.0 Level Flow objects Tools used Data Model notations Notations used in the data model diagrams... 3 FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 4 of 59

5 List of Tables Table 1: Reference documents... 3 Table 2: Abbreviations and Acronyms... 3 Table 3: Definitions... 3 Table 4: Actors... 3 Table 5: Domains... 3 Table 6: requests... 3 Table 7: MSID - exclusion... 3 Table 8: Other MS Request information from MSID... 3 Table 9: Process Application sub-process... 3 Table 10: CIR Registration... 3 Table 11: Process Registration Update sub-process... 3 Table 12: Process Exclusion sub-process... 3 Table 13: XML Schema Definition valid values of applicationid per special scheme... 3 Table 14: XML Schema Definition Attributes and Elements in the TraderID_Type... 3 Table 15: XML Schema Definition Attributes and Elements in the BaseTrader_Type... 3 Table 16: XML Schema Definition Attributes and Elements in the SchemeDetails_Type... 3 Table 17: XML Schema Definition Exclusion Codes... 3 Table 18: XML Schema Definition Attributes and Elements in the FixedEstablishment_Type... 3 Table 19: XML Schema Definition Attributes and Elements in the EUTraderIDType_Type... 3 Table 20: Elements and content of the error message... 3 Table 21: Technical errors... 3 Table 22: XML Schema Definition Elements of an address... 3 Table 23: XML Schema Definition Elements of a name... 3 Table 24: Differences between the present and the new VoeS... 3 Table 25: Guidelines BPMN: Flow objects... 3 Table 26: Guidelines BPMN: Connecting objects... 3 Table 27: Guidelines BPMN: Swimlanes... 3 Table 28: Guidelines BPMN: Artefacts... 3 Table 29: BPMN 2.0 Level 2 Flow objects... 3 Table 30: Data Model notations... 3 FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 5 of 59

6 List of Figures Figure 1: Mini-1SS domains...3 Figure 2: Registration process structure...3 Figure 3: Registration Process - High-level BPM...3 Figure 4: Process Application sub-process...3 Figure 5: Process Registration Update sub-process...3 Figure 6: Process Exclusion sub-process...3 Figure 7: XML Schema definition - FiscalisMessage...3 Figure 8: XML Schema definition - Header...3 Figure 9: XML Schema definition - Body...3 Figure 10: XML Schema Definition RegistrationsInformation...3 Figure 11: XML Schema Definition Registration_Type...3 Figure 12: XML Schema Definition TraderID_Type...3 Figure 13: XML Schema Definition RegistrationDetail_Type...3 Figure 14: XML Schema Definition Exclusion_Type...3 Figure 15: XML Schema Definition RegistrationDetailsRequest_Type...3 Figure 16: XML Schema Definition RequestedRegistrationDetails_Type...3 Figure 17: Error message...3 Figure 18: XML Schema Definition AddressFreeOrStruct_Type...3 Figure 19: XML Schema Definition NameStruct_Type...3 Figure 20: Conceptual database schema...3 Figure 21: Overall architecture...3 Figure 22: Logical architecture...3 Figure 23: Store-and-forward technique...3 Figure 24: Applications communication using dedicated queues...3 FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 6 of 59

7 1 INTRODUCTION 1.1 OBJECTIVE OF THIS DOCUMENT The System Design (SD) document describes the Registration Process of Mini One-Stop-Shop (M1SS) special scheme and makes a link between the different elements of the system to ease the global understanding. It is process driven and contains Business Process Modelling (BPM) models. The technical solution will be described in more detail in the Functional and Technical specifications. 1.2 INTENDED AUDIENCE The intended audience of this document is: DG TAXUD/R4; DG TAXUD/C1; DG TAXUD/C4; Member States Administrations (MSAs); FITSDEV STRUCTURE OF THIS DOCUMENT Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7 Chapter 8 Chapter 9 Introduction: introduces the purpose and the structure of this document; Related Documents: defines the documents the current document is referring to and the documents applicable to the current document; Terminology: describes the acronyms and the definitions used in this document; Executive summary: provides a summary of the main aspects of this document; Overview: provides an overall picture of the system. It describes the sub-processes, the triggers to start the process, the conditions applicable between sub-process and the constraints; XML schema: defines the messages exchanged with the Member States; Conceptual Database schema: proposes a database schema that could be used by the MSID; System architecture: provides an overall picture of the architecture of the system; Annexes: contains the annexes of the SD. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 7 of 59

8 1.4 DOCUMENT CONVENTIONS Reference documents are shown in square brackets []. Excerpts from the legislation are identified by brackets and by Italic font. A reference is followed by its exact reference in bold, as in: Member States shall permit any taxable person not established within the Community supplying telecommunications, broadcasting or electronic services to a non-taxable person who is established in a Member State or has his permanent address or usually resides in a Member State, to use this special scheme. This scheme applies to all those services supplied within the Community. [DIR06/112], Art The notation used to describe the processes is the Business Process Model and Notation (BPMN) 2.0 of Microsoft Visio and is described in section 9.1 Guidelines BPMN. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 8 of 59

9 2 RELATED DOCUMENTS 2.1 REFERENCE DOCUMENTS Ref. Title Reference Version Date R01 VAT Refund Technical Specifications FITSDEV-TS-VAT Refund /07/2010 R02 VAT on e-services -Technical Specifications VAT on e-services - TS_v5.2.doc /05/2005 R03 Draft Commission Implementing Regulation COMMISSION IMPLEMENTING REGULATION N/A 15/05/ R04 Draft Council regulation Draft Council regulation amending Implementing Regulation (EU) No 282/2011 N/A 15/05/ DIR0 8/8 DIR0 6/112 Council Directive 2008/8/EC of 12 February 2008 amending Directive 2006/112/EC as regards the place of supply of services Official Journal L 44, p 11, 20/02/ o?uri=oj:l:2008:044:0011:0022:en:pd F Council Directive 2006/112/EC of 28 November 2006 on the common system of value added tax Official Journal L 347, 11/12/2006 Including amendments up to 01/01/ o?uri=consleg:2006l0112: :EN:PDF Any reference to this Directive means, this directive as amended by Directive Council Directive 2008/8/EC L0008 N/A 20/02/ L0112 M1 01/01/ Date of reception from DG TAXUD. 2 Date of reception from DG TAXUD. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 9 of 59

10 Ref. Title Reference Version Date REG1 0/904 REG2 82/11 [ISO_ 3166] COUNCIL REGULATION (EU) No 904/2010 of 7 October 2010 on administrative cooperation and combating fraud in the field of value added tax (recast) Official Journal L 268, 07/10/ o?uri=oj:l:2010:268:0001:0018:en:pd F COUNCIL IMPLEMENTING REGULATION (EU) No 282/2011 of 15 March 2011 laying down implementing measures for Directive 2006/112/EC on the common system of value added tax (recast) Official Journal L 77, p 1, 15/03/ o?uri=oj:l:2011:077:0001:0022:en:pd F ISO : Codes for the representation of names of countries and their subdivisions Part 1: Country codes s_explained/index.php/tutorial:country _codes_and_protocol_order 32010R0904 N/A 07/10/ R0282 N/A 15/03/2011 N/A N/A N/A Table 1: Reference documents FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 10 of 59

11 3 TERMINOLOGY 3.1 ABBREVIATIONS AND ACRONYMS Definition Meaning Art. BIC BPM BPMN CCN CIR CSI DG TAXUD E EU EU FIS FITS FITSDEV2 GW IBAN ID IP ISO M M1SS MS MSA MSCON MSEST MSID N/A NA Non-EU Article Business Identifier Code Business Process Modelling Business Process Modelling Notation Common Communication Network Commission Implementing Regulation Common System Interface Directorate-General Taxation and Customs Union Event European Union not established in the Member State of consumption but established in the Community FISCALIS Information Systems FISCALIS Information Technology Services FITS Development Gateway International Bank Account Number Identification Internet Protocol International Organization for Standardization Mandatory Mini One Stop Shop Member State MS Administration MS of Consumption MS of Establishment MS of Identification Not Applicable National Application Non-Established Taxable Person not established within the Community FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 11 of 59

12 Definition Meaning P PI SC SD T TP UC UTC VAT VoeS XML Process Primary Identifier Specific Contract System Design Task Taxable Person Use Case Coordinated Universal Time Value Added Tax VAT-on-e-Services Extensible Mark-up Language Table 2: Abbreviations and Acronyms 3.2 DEFINITIONS Definition Meaning Actor Completeness Correctness ISO numeric 3 country code Non-Union scheme Primary key Union scheme An actor is someone or something outside the system that interacts with the system. The completeness is the fact that the data provided correspond to the data structure and that all mandatory data elements are present. The correctness is the matching between the format of the data provided and the data structure. 3 digits integer ISO country code as defined in [ISO_3166]. Non-Union scheme means the special scheme for telecommunications services, broadcasting services or electronic services supplied by taxable persons not established within the Community provided for in Section 2 of Chapter 6 of Title XII of Directive 2006/112/EC. The primary key of a relational table uniquely identifies each record in the table. Union scheme means the special scheme for telecommunications services, broadcasting services or electronic services supplied by taxable persons established within the Community but not in the Member State of consumption provided for in Section 3 of Chapter 6 of Title XII of Directive 2006/112/EC. Table 3: Definitions FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 12 of 59

13 4 EXECUTIVE SUMMARY The Mini-One-Stop-Shop (M1SS) System Design is a series of three documents describing the main processes of the system, namely Registration, VAT Return and Payments. The present document looks at the Registration process. Note that the supporting legislation for the specifications is still under discussion. This document reflects the current thinking and it will be updated if necessary as the legal framework evolves. It is not the aim of the document to specify the processes at national level or the way the Member States communicate with the taxable persons. Nevertheless, this document may have impact of the Non-Established Taxable Persons (s), e.g. as regards to the data that they have to provide. This proposal defines the exchange of data between MSs via two different mechanisms: A mechanism to broadcast all new registrations and exclusions to all Member States; A query mechanism to access the national databases (DBs). This allows an efficient exchange of information between MSs. The data elements to be exchanged are mainly issued from the SCAC587 document. Nevertheless, some technical information had to be added to ensure the proper functioning of the system. The proposed exchange communication channel is CCN/CSI. A chapter proposes typical solutions that can be put in place by MSs. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 13 of 59

14 5 OVERVIEW The overview describes the actors and the processes involved in the Registration Process. 5.1 BUSINESS OBJECTIVE OF THE PROCESS The objective of the Registration Process is to allow any taxable person (TP) not established in the European Union (EU) or not established in the MS of Consumption (MSCON) and supplying telecommunication services, broadcasting services or electronic services to register to the special scheme covered by the M1SS and VAT-on-e-Services (VoeS), as far as all the conditions are met. 5.2 ACTORS The actors section describes the different actors involved in the Registration Process. Non-Established Taxable Person (); Member State of Consumption (MSCON); Member State of Establishment (MSEST); Member State of Identification (MSID); Other Member States. The table below provides the definition of the actors according to the Directive [DIR06/112]. Actors Definition from the legal base There are two types of : 1) taxable person not established within the Community means a taxable person who has not established his business in the territory of the Community and who has no fixed establishment there and who is not otherwise required to be identified for VAT purposes;, [DIR06/112], Art. 358a The acronym Non-EU is used in this document to refer to this actor. 2) taxable person not established in the Member State of consumption means a taxable person who has established his business in the territory of the Community or has a fixed establishment there but has not established his business and has no fixed establishment within the territory of the Member State of consumption;, [DIR06/112], Art. 369a The acronym EU is used in this document to refer to this actor. MSCON MSEST Member State of consumption means the Member State in which the supply of the telecommunications, broadcasting or electronic services is deemed to take place according to Article 58;, [DIR06/112], Art. 358 Where a taxable person has not established his business in the Community, but has more than one fixed establishment therein, the Member State of identification shall be the Member State with a fixed establishment where that taxable person indicates that he will make use of this special scheme. The taxable person shall be bound by this decision for the calendar year concerned and the two calendar years following. A Member State of Establishment is therefore a Member State where the taxable person has a fixed establishment but which is not his Member State of Identification., [DIR06/112], Art. 369a. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 14 of 59

15 Actors Definition from the legal base For an in the sense of [DIR06/112], Art. 358a. Member State of identification means the Member State which the taxable person not established within the Community chooses to contact to state when his activity as a taxable person within the territory of the Community commences in accordance with the provisions of this Section., [DIR06/112], Art. 358a. MSID For an in the sense of [DIR06/112], Art. 369a. Member State of identification means the Member State in the territory of which the taxable person has established his business or, if he has not established his business in the Community, where he has a fixed establishment., [DIR06/112], Art. 369a. A taxable person with more than one fixed establishment in the Community may indicate any of the Member States in which he is established as the Member State of identification pursuant to the second paragraph of Article 369a of Directive 2006/112/EC. [R04], Art. 57d. Other MS All MS except MSID. Table 4: Actors 5.3 DOMAINS As depicted on Figure 1, the main Mini-1SS domain is divided into three particular domains: Common domain; National domain; External domain. These domains are described in Table 5. Figure 1: Mini-1SS domains FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 15 of 59

16 Domain Common domain National domain External domain Definition The Common domain is the environment that allows the various Member State Administrations to intercommunicate and falls under the responsibility of the Commission. The National domain is located in the Member State Administration Environment. The National domain operates on the one hand as national network, which allows the national stakeholders to communicate to each other. On the other hand, it provides the national application (nationally or centrally developed), which allows the MSA to exchange information with the NAs in all other countries, and with the Commission if applicable. The External domain is the environment between the s applications and the NA. The network with the Economic Operators differs from one country to another. Table 5: Domains 5.4 REGISTRATION PROCESS STRUCTURE The structure of the processes, concentrating on the Registration process, is depicted in Figure 2. Mini-1SS main processes Registration Process VAT Return Process Payment Process Registration main processes Process 's registration Process Registration information request Process 's exclusion Registration sub-processes Process Application Process Registration update Process Exclusion Figure 2: Registration process structure The Registration process covers the following processes: Process s registration the Registration request received from the is processed by the MSID and subsequently transmitted to the Other MS. The process also covers the activities related to update of the registration information or exclusion of the from the special scheme; Process Registration information request the MSID processes the information request received from the Other MS. The information request relates to the s registration data; FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 16 of 59

17 Process s exclusion the MSID processes s voluntary request to cease using the special scheme or to change MSID while still fulfilling all criteria to be registered for the special scheme. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 17 of 59

18 5.5 REGISTRATION PROCESS - HIGH-LEVEL BPM The high-level BPM shows the collaborations between actors and the sequence between the tasks (T) involved in the process. 3 Other MS MSID Figure 3: Registration Process - High-level BPM The Registration Process groups the tasks related to three sub-processes: 1. The makes a request for registration, for voluntary exclusion or for update of its registration information to the MSID or notifies the MSID that it has changed his MSID; 2. The MSID decides to exclude an as described in [DIR06/112], Art. 363 and 369e; 3. An MS requests registration information of a given from an MSID, as mentioned in [REG10/904], Art The notation used is the BPMN 2.0 described in section 9.1 Guidelines BPMN. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 18 of 59

19 5.5.1 MAKES REQUESTS TO THE MSID The process starts when the sends a request to the MSID. Regarding changes to the registration information, the s obligation is defined in [CIR11/282], Art. 57f as follows: The taxable person shall communicate electronically to the Member State of identification where he ceases his activities covered by the special scheme or where he changes those activities in such a way that he no longer meets the conditions necessary for using this special scheme as well as any change of the information provided to the Member State of identification no later than the tenth day of the month following cessation or change. The requests from the can be of three different types: Request registration; Request to update the registration information; Request Exclusion 4. Table 6 shows the relevant steps from Figure 3 to handle the different types. The related XML message structure is described in section ID Activity Name Description Input Output 1 E1 Request The process starts when the MSID receives a request from the. request request Three options to the : 2 GW1 Or gateway Request registration step 3; Update registration information step 4; request option Exclusion step 6. 3 T1 Process Application s request to be registered in M1SS or VoeS schemes is processed by the MSID. The detailed process is available in section 5.6. option MSID reply 4 T2 Process Registration Update The MSID processes the s requests to update the registration information. The detailed process is available in section 5.7. option MSID reply 5 GW2 Merge gateway It merges the paths coming from the request for exclusion and the request from the MSID. On this particular case, it is only relevant when the requests for exclusion. option option 6 T3 Process Exclusion requests to be excluded or to be identified in a new MSID. The detailed process is available in section 5.8. option MSID reply 7 GW3 Merge gateway It merges the different paths coming from the subprocesses T1, T2 and T3. MSID reply MSID reply Two parallel actions are executed simultaneously: 8 GW4 And gateway Notify ; MSID reply MSID reply Transmit registration information. 9 T4 Notify (Registration) MSID sends a notification to the (request accepted or rejected). MSID reply notification 4 Comparable to the cancellation in VoeS, but also encompassing the change of MSID in the Union Scheme. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 19 of 59

20 ID Activity Name Description Input Output 10 GW5 11 GW6 12 T5 Question gateway Question gateway Transmit Registration Information 13 GW7 Merge gateway Was the s request eligible during T1? Yes step 11; No step 13. Is the transmission of information required (in case of new registration and exclusion only)? Yes step 12; No step 13. MSID must transmit the s information to Other MS. A timer triggers this transmission meaning that the information is sent to the Other MS at the latest within ten days from the end of the month in which the information was received; the MSID may transmit the information in a batch (for example, on a monthly basis) or as soon as it is registered (event-driven approach). It merges the paths coming from GW5, GW6 and T5. MSID reply MSID reply 14 GW8 Merge gateway It merges the paths from T4 and GW7. N/A N/A 15 E3 End of process 16 E9 17 T9 18 E10 Registration information received Process Registration Information Registration information processed This process ends on MSID when the s request is processed. The event is triggered when the Other MS receives the registration information from the MSID. The Other MS processes the registration information submitted by the MSID and if needed the information can be stored. Yes N/A N/A registration information registration information Yes or No Yes or No registration information N/A N/A registration information N/A End of the process on Other MS. N/A N/A Table 6: requests The tasks performed when the MSID receives a request from the are described further as subprocesses: The Process Application sub-process from [DIR06/112], Art. 359, 369b is detailed in section 5.6; The Process Registration Update sub-process from [REG10/904], Art. 19 is detailed in section 5.7; The Process Exclusion sub-process from [DIR06/112], Art. 360, 369c and [CIR], Art. 57c is detailed in section 5.8.After processing the request, the MSID notifies the in all cases (if the request is accepted or not). In case of new registration in the non-union scheme, and only if the is eligible to register for the special scheme, the VAT identification number allocated 5 by the MSID is also notified to the as described in [DIR06/112], Art The MSID must transmit the new registration, or exclusion information to the other MS «within 10 days from the end of the month during which the information was received from», [REG10/904], Art It allows the grouping of all registration information in one single message 5 In the case of a Non-EU, the VAT identification number is allocated by the MSID during the registration process. In case of an EU, it is assumed that the is already identified for VAT purposes in the MSID and has a VAT identification number. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 20 of 59

21 per month, but the MSID can alternatively use an event-driven approach and transmit information as soon as possible. The MSID must not automatically transmit updates of registration information The process ends when the is notified and, if applicable, the MSID has transmitted the registration or exclusion to all Other MS MSID EXCLUDES A REGISTERED The process starts when the MSID decides to exclude a registered. Table 7 describes the steps involved in the process. The related XML message structure is described in section ID Activity Name Description Input Output 1 E2 Exclude The starting point of the process is when MSID decides to exclude a registered. MSID decision MSID decision 2 GW2 Merge gateway It merges the paths coming from the request for exclusion and the request from the MSID. In this particular case, only the request from the MSID is relevant. MSID decision MSID decision 3 T3 Process Exclusion MSID excludes the from the M1SS or VoeS scheme. MSID decision excluded Table 7: MSID - exclusion The exclusion process defined in [DIR06/112], Art. 360, 369c is detailed in section 5.8. The minimal duration of the exclusion is defined in [CIR11/282], Art. 58b as follows: Where a taxable person is excluded from one of the special schemes for persistent failure to comply with the rules relating to that scheme, that taxable person shall remain excluded from using either scheme in any Member State for eight calendar quarters following the calendar quarter during which the taxable person was excluded. After processing the exclusion, the MSID notifies the. In case of exclusion, the information must be sent to the other MSs "without delay" ([REG10/904], Art. 44.3). The information must be submitted within 10 days from the end of the month. This allows the grouping of all registration information in one single message, as it is currently the case for VoeS. Alternatively, the MSID may use an event-driven approach and transmit the exclusion information as soon as possible. The process ends when the information has been transmitted to the Other MS and the has been notified OTHER MS REQUESTS INFORMATION The process starts when another MS requests registration information from the MSID. Table 8 describes the flow. ID Activity Name Description Input Output 1 E4 Start Process The starting point of the process is when the Other MS requests registration information from the MSID. Other MS request Other MS request 2 T6 Request Registration Information The Other MS prepares and sends a request for registration information to the MSID. Other MS request Registration information request 3 E5 Request received The MSID receives the request for information from the Other MS Registration information request Registration information request 4 T7 Transmit requested registration information The MSID prepares an answer to the requested registration information and transmits it to the Other MS. Registration information request MSID answer FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 21 of 59

22 ID Activity Name Description Input Output 5 E6 Requested registration information received The Other MS receives an answer to the requested registration information sent by MSID. MSID answer MSID answer 6 E7 Information transmitted The process ends for the MSID. N/A N/A 7 T8 Process Requested Registration Information Other MS processes the answer received from the MSID. MSID answer N/A 8 E8 Requested registration information processed The process ends on Other MS. N/A N/A Table 8: Other MS Request information from MSID Once the request is received, the MSID looks into its national database in order to find the requested information. The MSID then transmits the requested information to the Other MS. Since all updates are stored in MSID s database, the answer can contain multiple "records" with the complete history of changes in the registration information. The process ends when the request is processed by the MSID and the information is received by the Other MS. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 22 of 59

23 5.6 PROCESS APPLICATION SUB-PROCESS The Process Application sub-process details the T1 process (Figure 3) from the high-level BPM. The related XML message structure is described in section MSID Figure 4: Process Application sub-process The sub-process starts when the registration request is received by the MSID. ID Activity Name Description Input Output 1 E1.1 Registration request This sub-process starts when the MSID receives a registration request from the. request request The MSID checks if the information from the s request are complete. 2 T1.1 Check information and eligibility The MSID verifies also the previous registrations and exclusions. An cannot register if he was excluded within the previous eight calendar quarters or voluntarily withdrew from the special scheme within the previous two calendar quarters. request information Is the registration request accepted? 3 GW1.1 Question gateway If Yes step 5; If No step 4. information Yes or No 4 E1.3 Request rejected This process ends when the request is rejected. No MSID reply Is it EU? 5 GW1.2 Question gateway If Yes step 6; If No step 7. Yes Yes or No 6 T1.2 Use an existing identification number The MSID uses the existing identification number in case of EU. Yes information 7 T1.3 Allocate a new VoeS number The MSID allocates a new identification number in case of Non-EU. If the Non-EU was registered in the VoeS system before with the same MSID, his existing VoeS number will be used instead. When a Non-EU registers in another MSID, this one cannot re-allocate the VAT ID of the other MSID. No information FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 23 of 59

24 ID Activity Name Description Input Output 8 GW1.3 Merge gateway The gateway merges the flows from the allocation of the VAT identification number. information information 9 T1.4 Store registration information The MSID stores the information received from the and the identification number in the national database. The timer represents that the storage of information must be executed without delay. information MSID reply 10 E1.2 Request accepted This process ends when the s request is accepted. MSID reply MSID reply Table 9: Process Application sub-process The first action from the MSID is to check the completeness of the information provided by the. The MSID checks also if the is currently excluded from the special schemes ([DIR06/112], Art. 369a and Art. 369c) and if the is eligible to apply for the special scheme. If the request is accepted, in the case of a Non-EU, the MSID must allocate an identification number to the. Finally, the MSID stores the registration information in the national database. The sub-process ends when the request is accepted or refused. A special case could happen when the registers more times consecutively to different MSIDs. In this case, the following happens (let us assume two MSIDs - MSID1 and MSID2): Firstly, MSID2 will have been informed by MSID1 of the original registration - if they have kept this information, they can check against their database; Secondly, MSID2 will inform all the other Member States of the registration, including MSID1, who, if they are carrying out the appropriate checks, will see that there is already a registration in MSID1. They then inform MSID2, who makes the decision to exclude the from the scheme. In turn, MSID1 can decide whether to exclude the from the scheme in MSID1. In addition, the is obliged to inform the MSID about its previous registrations. The does so by entering the previous VAT Identification numbers in the box 21 in Table 10. As regards the check Check information and eligibility (T1.1), the minimum set of data for the registration message is defined in the legal base as follows: 1. The information which the taxable person not established within the Community must provide to the Member State of identification when he commences a taxable activity shall contain the following details: a) name; b) postal address; c) electronic addresses, including websites; d) national tax number, if any; e) a statement that the person is not identified for VAT purposes within the Community. [DIR06/112], Art and Commission Implementing Regulation, Art. 2 The minimum set of data for the registration is further defined in the [R03]: FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 24 of 59

25 ID The Non-Union scheme The Union scheme 1 Individual VAT identification number allocated by the Member State of identification in accordance with Article 362 of Directive 2006/112/EC 6 2 The national tax number, if any 3 The company name The company name 4 The trading name(s) of the company if different from the company name Individual VAT identification number allocated by the Member State of identification in accordance with Article 369d of Directive 2006/112/EC, including the country code The trading name(s) of the company if different from the company name 5 The full postal address 7 The full postal address 7 6 The country in which the has his place of business The country in which the has his place of business if not in the Union 7 The address of the The address of the 8 The website(s) of the where available The website(s) of the where available 9 Contact name Contact name 10 Telephone number Telephone number 11 IBAN or OBAN number IBAN number 12 BIC number BIC number Electronic declaration that the is not registered for VAT within the EU 11 Individual VAT identification number(s) or if not available, tax reference number(s) allocated by the Member State(s) in which the TP has a fixed establishment(s) 8 other than in the MSID Full postal address(es) and trading name(s) of fixed establishments 9 other than in the Member State of identification VAT identification number(s) allocated by Member State(s) as a Date of commencement of using the scheme 12 Date of commencement of using the scheme Date of request to be registered under the scheme by the Date of request to be registered under the scheme by the 6 To follow format currently used for Non-Union scheme: i.e. EUxxxyyyyyz where: xxx is the 3 digit ISO numeric of the MSI; yyyyy is the 5 digit number assigned by MSI; and z is a check digit. 7 Postcode to be indicated if there is one. 8 Where there is more than one fixed establishment, use box 13a, 13b, etc. 9 Where there is more than one fixed establishment, use box 14a, 14b, etc. 10 Where there is more than one VAT identification number allocated by Member State(s) as a non-established taxable person, use box 15.1, 15.2 etc. 11 Electronic declaration that the is not registered for VAT: to be in user interface, not part of the message exchanged between MS. 12 This can be in certain limited cases prior to the date of registration onto the scheme. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 25 of 59

26 ID The Non-Union scheme The Union scheme 19 Date of registration decision by the MSID Date of registration decision by the MSID Individual VAT identification number(s) allocated by the MSID in accordance with Articles 362 or 369d of Directive 2006/112/EC if they have previously used either scheme. Indicator of whether the is a VAT group 13 Individual VAT identification number(s) allocated by the MSID in accordance with Articles 362 or 369d of Directive 2006/112/EC if they have previously used either scheme. Table 10: CIR Registration The will be registered within the scheme via a unique identifier that can be: Based on [DIR06/112], Art. 369d, the MSID uses an existing VAT number if an EU triggered the request. The VAT number used was already allocated previously; Based on [DIR06/112], Art. 362, the MSID allocates a new identification number (VoeS number) if a Non-EU triggered the request. An always has a unique identifier. Its format has been defined in the VAT on e-services Technical Specifications [R02] Non-established taxable person ID and has the following structure: the EU string followed by 9 digits (the MSID ISO numeric 3 country code, the actual ID in 5 digits and one check digit). A unique identifier can be assigned only once to an. This means that if an is excluded from the scheme, the identifier cannot be re-used for another taxable person. However, it the excluded is accepted again in the scheme, its previous identifier must be allocated to him again and all the history preserved. When the Non-EU registers in another MSID, this one cannot re-allocate the VAT ID of the other MSID. The storage in the national database is described in [REG10/904], Art d. It is important to note that there is no central registration repository. Each national database contains different data that relates to those s, which are registered for the respective MSID. The complete history must be kept in the national database for five years from the date of the change, but the actual registration information is kept whilst the taxable person is registered for the scheme (and five years following deregistration). 13 This is a simple yes/no tick box FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 26 of 59

27 5.7 PROCESS REGISTRATION UPDATE SUB-PROCESS The Process Registration Update sub-process details the T2 process (Figure 3) from the high-level BPM. Figure 5: Process Registration Update sub-process The sub-process starts when the requests an update of its registration information. ID Activity Name Description Input Output 1 E2.1 Request for Update Received This sub-process starts when the MSID receives updated registration information from the. request request 2 T2.1 Check Registration Information Complete The MSID checks the message completeness and correctness. The MSID verifies also if the is registered and not excluded. request information Is the update request accepted? 3 GW2.1 Question gateway If Yes step 5; If No step 4. information Yes or No 4 E2.3 Request rejected This process ends when the request is rejected. No MSID reply 5 T2.2 Store Registration Information The MSID stores the received information from the in the national database. The timer represents that the storage of information must be executed without delay. Yes MSID reply 6 E2.2 Registration Updated This process ends when the registration information is updated. MSID reply MSID reply Table 11: Process Registration Update sub-process The first action from the MSID is to check the completeness of the information provided by the. The MSID checks also if the is registered and not excluded. FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 27 of 59

28 The MSID stores the information in the national database. The sub-process ends when the request is accepted or rejected (the request may be refused if the information provided by the is not complete). The storage in the national database is described in [REG10/904], Art d. The information shall be stored «without delay», [REG10/904], Art. 20. If the MSID takes the approach of transmitting the registrations to Other MS in a monthly batch, a special case can happen, when the makes an update before the information is transmitted to Other MS. In this case, only the last update is sent. The earlier updates are stored in the database and must be included if the Other MS makes a query. It is important to note that there is no central registration repository. Each national database contains different data that relates to those s, which are registered for the respective MSID. The full history should be kept in the database for five years from the date of the change, but the actual registration information is kept whilst the taxable person is registered for the scheme (and five years following deregistration). FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 28 of 59

29 5.8 PROCESS EXCLUSION REQUEST SUB-PROCESS The Process Exclusion request sub-process details the T3 process (Figure 3) from the high-level BPM. MSID Figure 6: Process Exclusion sub-process The sub-process starts when the requests exclusion, which can arise either through voluntary withdrawal from the special scheme or due to a change of MSID. ID Activity Name Description Input Output 1 E3.1 Exclusion request or change of MSID notification Starting point of the sub-process. request request 2 T3.1 Check Exclusion Information The MSID checks the message completeness and correctness. The MSID verifies also if the is registered and not excluded. request information Is the exclusion request accepted? 3 GW3.1 Question gateway If Yes step 6; If No step 5. information Yes or No 5 E3.3 Request rejected This sub-process ends when the request is rejected. No MSID reply 6 T3.2 Store Exclusion Information The MSID stores the information received from the in the national database. The timer represents that the store of information must be executed without delay. Yes MSID reply 7 E3.2 Registration Updated This sub-process ends when the registration is updated with the exclusion information. MSID reply MSID reply Table 12: Process Exclusion sub-process FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 29 of 59

30 The first action from the MSID is to check the information provided by the, mainly its identification number in the scheme. The MSID checks also if the is registered and not excluded. Finally, the MSID stores the information in the national database. The sub-process ends when the request is accepted or refused. The following exclusion reasons relevant for this sub-process are defined in [R03], Annex, Section 1A (the number represents the exclusion code): 5 - The taxable person has requested to voluntarily leave the scheme; 6 The taxable person has requested to be identified in a new Member State of identification VOLUNTARY EXCLUSION The minimum duration of the s voluntary exclusion is defined in [CIR11/282], Art. 57h as follows: Where a taxable person ceases using a special scheme [as a result of voluntarily leaving the scheme], he shall be excluded from using that scheme in any Member State for two calendar quarters from the date of cessation. The CIR [R03] defines also the data elements to be exchanged between the MSs: The VAT number allocated by the MSID; The date of the exclusion; A code for the reason for the exclusion, i.e. code IDENTIFICATION IN A NEW MSID This exclusion type applies only in the Union scheme. It concerns two scenarios: 1. The has not established his business in the Union but has more than one fixed establishment there. The chooses one of the MS in which he has a fixed establishment as the MSID. The then ceases to have a fixed establishment in that MS, and to continue to use the special scheme must change his MSID to another MS in which he has a fixed establishment. 2. The has established his business in the Union and moves the place of establishment from one MS to another. To continue to use the special scheme, the must change the MSID. The taxable person shall inform both relevant Member States simultaneously of the change of Member State of identification [ ] no later than the tenth day of the month following the change of establishment., [CIR11/282], Art. 57c. Practically, the message used to communicate the exclusion of an from a special scheme shall also be used to communicate the fact that an MSID has changed the MSID. The CIR [R03] defines the data elements to be exchanged between the MSs: The VAT number allocated by the MSID; The date of the exclusion, which is the date that that the ceases to have a fixed establishment in the MSID or changes its place of business; A code for the reason for the exclusion, i.e. code 6 Note that simultaneously with requesting exclusion in the former MSID, the must provide the registration information to the new MSID, following the process described in section 5.6. The exclusion shall be effective as from the first day of the calendar quarter following the day on which the decision on exclusion is made available by electronic means to the ; however, where the exclusion is caused by a change in the taxable persons business structure with the effect that the FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 30 of 59

31 taxable person no longer fulfils the conditions to use the scheme, the exclusion shall apply as from the date of the changed business structure. The change of MSID shall apply as from the date that the ceases to have a fixed establishment in the MS previously indicated as the MSID or changes the place where his business is established STORAGE The storage in the national database is described in [REG10/904], Art d. The information shall be stored «without delay», [REG10/904], Art. 20. The information must be stored in the national database in order to send it to the other MSs. If the MSID takes the approach of transmitting the registrations to Other MS in a monthly batch, a special case can happen, when the registers and voluntary excludes itself from the scheme within the same month. In this case, the monthly batch will contain both registration and exclusion records. It is important to note that there is no central registration repository. Each national database contains different data that relates to those s, which are registered for the respective MSID. The full history should be kept in the database for five years from the date of the change, but the actual registration information is kept whilst the taxable person is registered for the scheme (and five years following deregistration). FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 31 of 59

32 6 XML SCHEMA The XML schema describes the information exchanged between the MSID and the Other MSs. The notation used is described in section 9.4 Data Model notations. 6.1 VERSIONING The usual versioning mechanism for the XML schema is proposed, which is: The root element of the XML schema has its version attribute set to the actual version number of the schema, including its major and minor version numbers. The minor number is incremented whenever a change is made to the schema that is compatible with existing XML documents built with the previous schema version. The major version number is modified only when a schema modification is incompatible with XML documents built according to the rules of the previous schema version. As each namespace name includes the major version number of the elements it defines, existing XML instance documents have to be validated against the XML schema used to build these documents while new documents have to be validated against the new release of the schema. 6.2 FISCALISMESSAGE The overall structure of the message follows the design used in other trans-european systems sponsored by DG TAXUD, for example VAT Refund. Figure 7 depicts the overall structure, which consists of a Header part and a Body part. Figure 7: XML Schema definition - FiscalisMessage FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 32 of 59

33 6.3 DETAIL OF THE HEADER The usual header is reused, as depicted on the following figure. The Header contains the following elements: Figure 8: XML Schema definition - Header The OriginatingCountry element contains the ISO-3166 alpha-2 country code of the sender of the message (except for Greece, which uses EL ); The DestinationCountries element must contain a list of two letter ISO-3166 alpha-2 country codes (except for Greece, which uses EL ), of the intended recipients of the message. At least one country code must be present: o o For the case of the registration information the sender transmits an identical message to all MS, thus the DestinationCountries element must list all MS codes except the sender; All other messages are specific to one recipient and the sender must provide only the recipient MS code. The MessageId element contains an identifier for the message. This is limited to a maximum of 64 characters. The following characters are allowed: from a to z, from A to Z, from 0 to 9, minus (-), underscore (_), double point (:), at-sign (@) and the dot (.). The sender must ensure that the MessageId is unique for the lifetime of the system; An optional CorrelationId allowing correlating this message with another. This is typically used in the request-response paradigm to relate the response to the request putting the request message ID in the response correlation ID. In the context of the registration process it will be used to implement Article 17 of [REG10/904] to correlate a reply with the associated request; A Timestamp for the message that must be set to the time the message was created. The lexical representation of xs:datetime is YYYY-MM-DDThh:mm:ss, where: o o o YYYY the year, MM the month and DD the day; hh represents the hour, mm the minute, and ss the second (fractions of a second are optional); The letter T separates the date and time parts; o The time is based on a 24-hour period, so hours are represented from 00 to 23; FITSDEV2-SC12-SDRP-Mini1SS-v1.03 Page 33 of 59

Guide to the VAT mini One Stop Shop

Guide to the VAT mini One Stop Shop EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration VAT Brussels, 23 October 2013 Guide to the VAT mini One Stop Shop Table of Contents Background...

More information

TELECOMUNICATION, TELEVISION & RADIO BROADCASTING AND ELECTRONICALLY SUPPLIED SERVICES JANUARY 2015

TELECOMUNICATION, TELEVISION & RADIO BROADCASTING AND ELECTRONICALLY SUPPLIED SERVICES JANUARY 2015 TELECOMUNICATION, TELEVISION & RADIO BROADCASTING AND ELECTRONICALLY SUPPLIED SERVICES JANUARY 2015 INTRODUCTION 1. REGULATION AND GENERAL CONSIDERATIONS 2. MAIN CHANGES 3. OPERATORS INVOLVED INTRODUCTION

More information

EU: 2015 Place of Supply Changes Changes to the VAT place of supply for e-services

EU: 2015 Place of Supply Changes Changes to the VAT place of supply for e-services EU: 2015 Place of Supply Changes Changes to the VAT place of supply for e-services EU: 2015 Changes to the place of supply From 1 January 2015, supplies of telecommunications, broadcasting and electronically

More information

VAT Certificate Course

VAT Certificate Course VAT Certificate Course Session 6 VAT Registrations & Compliance Obligations Saviour Bezzina 26 November 2014 Session 6 Agenda 2 Part 1 VAT Registrations 1.1 Article 10 Registration 1.3 Article 12 Registration

More information

VAT GENERAL INFORMATION FOR BUSINESSES

VAT GENERAL INFORMATION FOR BUSINESSES VAT GENERAL INFORMATION FOR BUSINESSES ELECTRONIC SERVICES PROVIDERS These notes are intended for persons who provide Electronic Services and who are either established in Malta or established outside

More information

Explanatory notes VAT invoicing rules

Explanatory notes VAT invoicing rules Explanatory notes VAT invoicing rules (Council Directive 2010/45/EU) Why explanatory notes? Explanatory notes aim at providing a better understanding of legislation adopted at EU level and in this case

More information

EU CUSTOMS BUSINESS PROCESS MODELLING POLICY

EU CUSTOMS BUSINESS PROCESS MODELLING POLICY EUROPEAN COMMISSION MASP Revision 2014 v1.1 ANNEX 4 DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Customs Policy, Legislation, Tariff Customs Processes and Project Management Brussels, 03.11.2014 TAXUD.a3

More information

TOLLEY S VALUE ADDED TAX 2014 (SECOND EDITION)

TOLLEY S VALUE ADDED TAX 2014 (SECOND EDITION) TOLLEY S VALUE ADDED TAX 2014 (SECOND EDITION) Excerpt from chapter 63: Special Schemes To order your copy of Tolley s Value Added Tax 2014 visit www.lexisnexis.co.uk or call 0845 370 1234. Special scheme

More information

DRAFT GUIDANCE DOCUMENT ON THE LOW VOLTAGE DIRECTIVE TRANSITION

DRAFT GUIDANCE DOCUMENT ON THE LOW VOLTAGE DIRECTIVE TRANSITION EUROPEAN COMMISSION Directorate-General for Internal Market, Industry, Entrepreneurship and SMEs Industrial Transformation and Advanced Value Chains Advanced Engineering and Manufacturing Systems DRAFT

More information

VAT Rules for supplies of Broadcasting, Telecommunications and Electronic Provided Services

VAT Rules for supplies of Broadcasting, Telecommunications and Electronic Provided Services VAT Rules for supplies of Broadcasting, Telecommunications and Electronic Provided Services From 1 January 2015, there are major changes to the VAT treatment of Broadcasting, Telecommunications and Electronically

More information

VAT in the European Community APPLICATION IN THE MEMBER STATES, FACTS FOR USE BY ADMINISTRATIONS/TRADERS INFORMATION NETWORKS ETC.

VAT in the European Community APPLICATION IN THE MEMBER STATES, FACTS FOR USE BY ADMINISTRATIONS/TRADERS INFORMATION NETWORKS ETC. EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration VAT and other turnover taxes VAT in the European Community APPLICATION IN THE MEMBER STATES,

More information

Code of Practice on Electronic Invoicing in the EU

Code of Practice on Electronic Invoicing in the EU CEN/WS einvoicing Phase 3 Date: 2011-11 CEN Workshop AgreementTC WI Secretariat: NEN Code of Practice on Electronic Invoicing in the EU Status: for public review (23 November 2011-23 January 2012) ICS:

More information

Direct taxation Directive on Administrative Cooperation. Unit D2 Administrative cooperation Directorate - General Taxation and Customs Union

Direct taxation Directive on Administrative Cooperation. Unit D2 Administrative cooperation Directorate - General Taxation and Customs Union Direct taxation Directive on Administrative Cooperation Unit D2 Administrative cooperation Directorate - General Taxation and Customs Union Overview 1. What is the role of the European Commission in administrative

More information

The new 2015 EU VAT rules on the place of supply - the overview

The new 2015 EU VAT rules on the place of supply - the overview The new 2015 EU VAT rules on the place of supply - the overview European Commission DG TAXUD Maryse VOLVERT Monday 2 June 2014 1 The VAT Package - Directive 2008/8/EC / Article 58 of the VAT Directive:

More information

EASEE-gas. Common Business Practice

EASEE-gas. Common Business Practice CBP 2014-001/01 1 EASEE-gas European Association for the Streamlining of Energy Exchange - gas Common Business Practice Number: 2014-001/01 Subject: Harmonisation of the Nomination and Matching Process

More information

Merchant Service Provider Guide for Mobilpenge Based Acquiring

Merchant Service Provider Guide for Mobilpenge Based Acquiring Merchant Service Provider Guide for Mobilpenge Based Acquiring November 14, 2011 Version 1.07 Nets Technical Guide Copyright Nets Danmark A/S Page 1 Contents 1 Introduction... 4 1.1 Notation convention...

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration VAT and other turnover taxes

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration VAT and other turnover taxes EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration VAT and other turnover taxes TAXUD/1032/07-EN Part 9 VAT in the European Community APPLICATION

More information

COMMISSION REGULATION (EU) No /.. of XXX

COMMISSION REGULATION (EU) No /.. of XXX EUROPEAN COMMISSION Brussels, XXX D... [ ](2012) XXX draft COMMISSION REGULATION (EU) No /.. of XXX establishing a Union Registry pursuant to Directive 2003/87/EC of the European Parliament and of the

More information

Basic Rules of Issuing Invoices and Receipts 2014

Basic Rules of Issuing Invoices and Receipts 2014 Basic Rules of Issuing Invoices and Receipts 2014 Most requirements pertaining to invoicing are contained in Act CXXVII of 2007 on Value Added Tax (hereinafter: VAT Act) and the decrees issued on the basis

More information

Land Registry Paying for Land Registry services by variable direct debit. Version 12, January 2016. Land Registry Variable Direct Debit Scheme

Land Registry Paying for Land Registry services by variable direct debit. Version 12, January 2016. Land Registry Variable Direct Debit Scheme Land Registry Paying for Land Registry services by variable direct debit Version 12, January 2016 Land Registry Variable Direct Debit Scheme Variable direct debit scheme details A variable direct debit

More information

TABLE OF CONTENTS. 1.1 What is Value Added Tax?...2 2.1 How does VAT Work?...2 1.3 The Collection of VAT on a fully Taxed Supply...

TABLE OF CONTENTS. 1.1 What is Value Added Tax?...2 2.1 How does VAT Work?...2 1.3 The Collection of VAT on a fully Taxed Supply... TABLE OF CONTENTS PAGE INTRODUCTION........1 CHAPTER 1 VALUE ADDED TAX BASICS 1.1 What is Value Added Tax?...2 2.1 How does VAT Work?...2 1.3 The Collection of VAT on a fully Taxed Supply...5 CHAPTER 2

More information

THE UK GREENHOUSE GAS EMISSIONS TRADING SCHEME 2002

THE UK GREENHOUSE GAS EMISSIONS TRADING SCHEME 2002 THE UK GREENHOUSE GAS EMISSIONS TRADING SCHEME 2002 PART A - INTRODUCTION A1. Citation and purposes of scheme A2. Interpretation A3. Participation in the scheme ARRANGEMENT OF SCHEME PART B - EMISSIONS

More information

SIX Trade Repository AG

SIX Trade Repository AG May 2016 Please note: The SIX Trade Repository (SIX TR) has not yet been registered with FINMA. It is therefore not yet an authorized Swiss trade repository. The content of this documentation is without

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax

EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax UPDATED MARCH 2015 VAT IN THE EUROPEAN COMMUNITY VADEMECUM FOR THE ELECTRONIC

More information

FOR THE ICS/NCTS/ECS/AEO/EORI APPLICATIONS TO BE APPLIED AS FROM 1 JULY 2009

FOR THE ICS/NCTS/ECS/AEO/EORI APPLICATIONS TO BE APPLIED AS FROM 1 JULY 2009 EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Customs Policy Customs policy and Electronic customs Brussels, 13 May 2009 TAXUD/1609/2008 EN - FINAL Working Document ELECTRONIC CUSTOMS

More information

VALUE ADDED TAX ACT 1996. VALUE ADDED TAX (AMENDMENT) (No. 3) REGULATIONS 2000

VALUE ADDED TAX ACT 1996. VALUE ADDED TAX (AMENDMENT) (No. 3) REGULATIONS 2000 Statutory Document No. 177/00 VALUE ADDED TAX ACT 1996 VALUE ADDED TAX (AMENDMENT) (No. 3) REGULATIONS 2000 Laid before Tynwald 16 May 2000 Coming into operation 22 March 2000 In exercise of the powers

More information

LEGAL REQUIREMENTS FOR ONLINE SALE IRELAND

LEGAL REQUIREMENTS FOR ONLINE SALE IRELAND LEGAL REQUIREMENTS FOR ONLINE SALE IRELAND MARCH 2014 THE PURPOSE OF THIS NOTE IS TO EXPLAIN THE MAIN LEGAL REQUIREMENTS FOR A TRADER WHO WISHES TO CONDUCT ONLINE BUSINESS IN IRELAND THE EUROPEAN COMMUNITIES

More information

Proposal template (technical annex) Health, demographic change and wellbeing Two-stage Research and Innovation actions Innovation actions

Proposal template (technical annex) Health, demographic change and wellbeing Two-stage Research and Innovation actions Innovation actions Proposal template (technical annex) Health, demographic change and wellbeing Two-stage Research and Innovation actions Innovation actions Note: This is for information only. The definitive templates to

More information

ANNEX II. Inventory of existing electronic systems/documents and initiatives on electronic exchange of information, under DG TAXUD s competence

ANNEX II. Inventory of existing electronic systems/documents and initiatives on electronic exchange of information, under DG TAXUD s competence 17-11-05 ANNEX II Inventory of existing electronic systems/documents and initiatives on electronic exchange of information, under DG TAXUD s competence Further information: Working Document TAXUD/472/2004/Rev.

More information

Business Process Modeling Information Systems in Industry (372-1-4207 )

Business Process Modeling Information Systems in Industry (372-1-4207 ) Business Process Modeling Information Systems in Industry (372-1-4207 ) Arnon Sturm The material of this presentation is adopted from various people including:, Pnina Soffer, Iris Reinhartz-Berger 1 Outline

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax

EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax UPDATED January 2016 VAT IN THE EUROPEAN COMMUNITY VADEMECUM FOR THE ELECTRONIC

More information

[MS-ASMS]: Exchange ActiveSync: Short Message Service (SMS) Protocol

[MS-ASMS]: Exchange ActiveSync: Short Message Service (SMS) Protocol [MS-ASMS]: Exchange ActiveSync: Short Message Service (SMS) Protocol Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information

Using UML Part Two Behavioral Modeling Diagrams

Using UML Part Two Behavioral Modeling Diagrams UML Tutorials Using UML Part Two Behavioral Modeling Diagrams by Sparx Systems All material Sparx Systems 2007 Sparx Systems 2007 Page 1 Trademarks Object Management Group, OMG, Unified Modeling Language,

More information

Balancing and Settlement Code BSC PROCEDURE CLEARING, INVOICING AND PAYMENT BSCP301. Version 16.0. Date: 25 June 2015

Balancing and Settlement Code BSC PROCEDURE CLEARING, INVOICING AND PAYMENT BSCP301. Version 16.0. Date: 25 June 2015 Balancing and Settlement Code BSC PROCEDURE CLEARING, INVOICING AND PAYMENT BSCP301 Version 16.0 Date: 25 June 2015 Balancing and Settlement Code Page 1 of 46 25 June 2015 BSCP301 relating to CLEARING,

More information

BPMN by example. Bizagi Suite. Copyright 2014 Bizagi

BPMN by example. Bizagi Suite. Copyright 2014 Bizagi BPMN by example Bizagi Suite Recruitment and Selection 1 Table of Contents Scope... 2 BPMN 2.0 Business Process Modeling Notation... 2 Why Is It Important To Model With Bpmn?... 2 Introduction to BPMN...

More information

The basic EU VAT rules for electronically supplied services explained for micro businesses

The basic EU VAT rules for electronically supplied services explained for micro businesses The basic EU VAT rules for electronically supplied services explained for micro businesses From 1 January 2015, telecommunications, broadcasting and electronically supplied services are always taxed in

More information

PHV- 4 version 1 ELECTRONIC ADVERSE DRUG REACTION REPORTING

PHV- 4 version 1 ELECTRONIC ADVERSE DRUG REACTION REPORTING PHV- 4 version 1 ELECTRONIC ADVERSE DRUG REACTION REPORTING This guideline supersedes guideline PHV 4 as of September 16 2008. 1. Introduction and general provisions 1.1 Purpose of the guideline The guideline

More information

VAT & the cloud understanding your VAT obligation

VAT & the cloud understanding your VAT obligation VAT & the cloud understanding your VAT obligation February 13, 2013 In brief Value Added Tax (VAT), including Goods and Services Tax (GST), and similar consumption tax systems have been implemented in

More information

Stocks and Shares ISA. Application form 2015/16

Stocks and Shares ISA. Application form 2015/16 Stocks and Shares ISA Application form 2015/16 10057 Stocks and Shares ISA Application form 2015/16 You can also apply for a Stocks and Shares ISA online at www.alliancetrustsavings.co.uk/isa This form

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Modeling and Implementation Guide for Oracle Business Process Management 11g Release 1 (11.1.1) E15176-02 July 2010 Describes how to design and implement business processes using

More information

USER REQUIREMENTS CHAPTER 16 STATIC DATA REQUIREMENTS

USER REQUIREMENTS CHAPTER 16 STATIC DATA REQUIREMENTS USER REQUIREMENTS CHAPTER STATIC DATA REQUIREMENTS TS Project Team Reference: TS-0-0 Date: July 00 Version:. Status: Draft TS User requirements - Chapter - Static data requirements TABLE OF CONTENTS 0

More information

Technical Specifications on Bankcard. Interoperability. (Version 2.1) Part I Transaction Processing

Technical Specifications on Bankcard. Interoperability. (Version 2.1) Part I Transaction Processing Technical Specifications on Bankcard Interoperability (Version 2.1) Part I Transaction Processing October 2011 THIS PAGE INTENTIONALLY LEFT BLANK. Table of Contents Using this Document... 1 1 Application

More information

- Assessment of the application by Member States of European Union VAT provisions with particular relevance to the Mini One Stop Shop (MOSS) -

- Assessment of the application by Member States of European Union VAT provisions with particular relevance to the Mini One Stop Shop (MOSS) - - Assessment of the application by Member States of European Union VAT provisions with particular relevance to the Mini One Stop Shop (MOSS) - BACKGROUND The information available on this website relates

More information

SEPA Creditors Guide. SEPA Direct Debit Core Scheme. Version 1.3 Final Page 1 of 38

SEPA Creditors Guide. SEPA Direct Debit Core Scheme. Version 1.3 Final Page 1 of 38 SEPA Creditors Guide SEPA Direct Debit Core Scheme Version 1.3 Final Page 1 of 38 Log of Revisions to the SDD Creditors Guide Version number Version1.1 Brief description of revision Comprehensive guide

More information

This Information Sheet explains the changes to VAT invoicing from 1 January 2004.

This Information Sheet explains the changes to VAT invoicing from 1 January 2004. VAT Information Sheet 16/03 November 2003 VAT Invoicing Changes This Information Sheet explains the changes to VAT invoicing from 1 January 2004. Contents 1. Introduction 2. Summary of changes 3. VAT Invoice

More information

Batch Validation Tool User Guide

Batch Validation Tool User Guide Batch Validation Tool User Guide Learning Records Service August 2013 Audience: Learner Registration Bodies (LRBs) and Awarding Organisations (AOs). LRS Batch Validation Tool User Guide v4.0 Page 1 Contents

More information

Intra-day payment Frequently asked questions

Intra-day payment Frequently asked questions Intra-day payment Frequently asked questions Contents 1. THE MEANING, advantages and scope of intra-day payment... 3 1.1. What does the launch of intra-day payment mean?... 3 1.2. What advantages does

More information

Mobility Tool Guide for Beneficiaries of Leonardo da Vinci programme

Mobility Tool Guide for Beneficiaries of Leonardo da Vinci programme EUROPEAN COMMISSION Directorate-General for Education and Culture Lifelong Learning: policies and programme Coordination of the "Lifelong learning" programme Mobility Tool Guide for Beneficiaries of Leonardo

More information

Electronic Data Transmission Guide For International Mailers

Electronic Data Transmission Guide For International Mailers Electronic Data Transmission Guide For International Mailers Version 1.2.1 November 5 th, 2012 UPS Mail Innovations Revision History Version Date Reviser Notes 1.0 6/11/2012 Brian Tomazic Initial Release

More information

Napster and Gnutella: a Comparison of two Popular Peer-to-Peer Protocols. Anthony J. Howe Supervisor: Dr. Mantis Cheng University of Victoria

Napster and Gnutella: a Comparison of two Popular Peer-to-Peer Protocols. Anthony J. Howe Supervisor: Dr. Mantis Cheng University of Victoria Napster and Gnutella: a Comparison of two Popular Peer-to-Peer Protocols Anthony J Howe Supervisor: Dr Mantis Cheng University of Victoria February 28, 2002 Abstract This article presents the reverse engineered

More information

ETSI TS 102 640-3 V1.1.1 (2008-10) Technical Specification

ETSI TS 102 640-3 V1.1.1 (2008-10) Technical Specification TS 102 640-3 V1.1.1 (2008-10) Technical Specification Electronic Signatures and Infrastructures (ESI); Registered Electronic Mail (REM); Architecture, Formats and Policies; Part 3: Information Security

More information

INFORMATION AND CONDITIONS CONCERNING THE USE OF PAYMENT SERVICES ACCORDING TO THE PAYMENT SERVICES LAW OF 2009 (L.128(I)/2009)

INFORMATION AND CONDITIONS CONCERNING THE USE OF PAYMENT SERVICES ACCORDING TO THE PAYMENT SERVICES LAW OF 2009 (L.128(I)/2009) INFORMATION AND CONDITIONS CONCERNING THE USE OF PAYMENT SERVICES ACCORDING TO THE PAYMENT SERVICES LAW OF 2009 (L.128(I)/2009) The Payment Services law is applied to payment services provided in EURO

More information

Isle of Man Customs and Excise

Isle of Man Customs and Excise Isle of Man Customs and Excise Practice Note regarding IOM based yacht leasing and chartering structures 1) The aim is to provide a clear framework for the VAT treatment of unacceptable (abusive) yacht

More information

Business Requirements Specification for the. Nomination and Matching Procedures

Business Requirements Specification for the. Nomination and Matching Procedures BAL453-13 27 February 2015 Rev12 1 2 3 4 Business Requirements Specification for the In Gas Transmission Systems (NOM BRS) 5 6 7 8 Draft Version 0 Revision 128 20153-025-272 Approved ENTSOG AISBL; Av.

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax

EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax Published 3 April 2014 Explanatory notes on the EU VAT changes to the place of

More information

European Commission Directorate General for HOME AFFAIRS. Guide for applicants. Call for expression of interest HOME/2014/AMIH/001

European Commission Directorate General for HOME AFFAIRS. Guide for applicants. Call for expression of interest HOME/2014/AMIH/001 European Commission Directorate General for HOME AFFAIRS Guide for applicants Call for expression of interest HOME/2014/AMIH/001 for the establishment of a list of individual external experts to assist

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Administrative forms (Part A) Project proposal (Part B)

Administrative forms (Part A) Project proposal (Part B) Ref. Ares(2015)2346168-04/06/2015 Project Grants (HP-PJ) Administrative forms (Part A) Project proposal (Part B) Version 2.0 05 June 2015 Disclaimer This document is aimed at informing potential applicants

More information

This event is organised with the support of the European Commission and financed under the Fiscalis 2020 Programme

This event is organised with the support of the European Commission and financed under the Fiscalis 2020 Programme EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION VAT Place of Supply of Services/ Mini One Stop Shop (MOSS) Event 9 September 2014 Radisson Blu Centrum Hotel, 24 Grzybowska Str. Warsaw

More information

INTERNATIONAL COMMERCIAL AGENCY AGREEMENT TEMPLATE

INTERNATIONAL COMMERCIAL AGENCY AGREEMENT TEMPLATE INTERNATIONAL COMMERCIAL AGENCY AGREEMENT TEMPLATE Download International Commercial Agency Agreement sample in Word format. Fill in the blanks and choose the terms of this international agreement that

More information

NSI Policy Supplement for XML Retail Accounting Reports Certification/Verification. May 7, 2007 Revision 1.1

NSI Policy Supplement for XML Retail Accounting Reports Certification/Verification. May 7, 2007 Revision 1.1 NSI Policy Supplement for XML Retail Accounting Reports Certification/Verification May 7, 2007 Revision 1.1 Table of Contents 1. Overview... 3 1.1 Introduction... 3 1.2 Scope... 3 1.2.1 Scope of certification

More information

INTERNATIONAL SERVICES CONTRACT TEMPLATE INTERNATIONAL SERVICES CONTRACT

INTERNATIONAL SERVICES CONTRACT TEMPLATE INTERNATIONAL SERVICES CONTRACT INTERNATIONAL SERVICES CONTRACT TEMPLATE The International Services Contract defines the relationship between the company providing a service and the company receiving that services, when these two companies

More information

BPMN 2.0 Descriptive Constructs

BPMN 2.0 Descriptive Constructs Reference: Mustafa Jarrar: Lecture Notes on BPMN 2.0 Descriptive Constructs Birzeit University, Palestine, 2015 BPMN 2.0 Descriptive Constructs Mustafa Jarrar Birzeit University, Palestine mjarrar@birzeit.edu

More information

A Revised EMC Directive from Europe

A Revised EMC Directive from Europe TÜV America Inc. Phone: (978) 739-7000 5 Cherry Hill Drive Fax: (978) 777-8441 Danvers, MA 01923 E-mail: info@tuvam.com www.tuvamerica.com A Revised EMC Directive from Europe INTRODUCTION The Commission

More information

Option Table - Directive on Statutory Audits of Annual and Consolidated Accounts

Option Table - Directive on Statutory Audits of Annual and Consolidated Accounts Option Table - Directive on Statutory Audits of Annual and Consolidated Accounts The purpose of this document is to highlight the changes in the options available to Member States and Competent Authorities

More information

Introduction to Client Online. Factoring Guide

Introduction to Client Online. Factoring Guide Introduction to Client Online Factoring Guide Contents Introduction 3 Preparing for Go live 3 If you have any questions 4 Logging In 5 Welcome Screen 6 Navigation 7 Navigation continued 8 Viewing Your

More information

European Commission Expert Group on Taxation of the Digital Economy. Jaap Tilstra and David O'Sullivan DG TAXUD Paris, 30 June 2014

European Commission Expert Group on Taxation of the Digital Economy. Jaap Tilstra and David O'Sullivan DG TAXUD Paris, 30 June 2014 European Commission Expert Group on Taxation of the Digital Economy Jaap Tilstra and David O'Sullivan DG TAXUD Paris, 30 June 2014 Overview Background & Format General Issues Direct Tax issues (BEPS) Indirect

More information

Canadian Intellectual Property Office

Canadian Intellectual Property Office Proposed Amendments to the Trade-marks Regulations - Update on Progress Introduction This document discusses proposed amendments to the Trade-marks Regulations under the authority of the Trade-marks Act.

More information

TENDER INSTRUCTIONS Consulting services and auction software in connection with the 1800 MHz auction. 23 March 2015 Case no.

TENDER INSTRUCTIONS Consulting services and auction software in connection with the 1800 MHz auction. 23 March 2015 Case no. TENDER INSTRUCTIONS Consulting services and auction software in connection with the 1800 MHz auction 23 March 2015 Case no. 2015-2800 Table of contents List of annexes... 3 1. The overall framework for

More information

EXPLANATORY MEMORANDUM TO THE DEBT RELIEF ORDERS (DESIGNATION OF COMPETENT AUTHORITIES) (AMENDMENT) REGULATIONS 2009. 2009 No.

EXPLANATORY MEMORANDUM TO THE DEBT RELIEF ORDERS (DESIGNATION OF COMPETENT AUTHORITIES) (AMENDMENT) REGULATIONS 2009. 2009 No. EXPLANATORY MEMORANDUM TO THE DEBT RELIEF ORDERS (DESIGNATION OF COMPETENT AUTHORITIES) (AMENDMENT) REGULATIONS 2009 2009 No. 1553 1. This explanatory memorandum has been prepared by the Department for

More information

A detailed guide to Automatic enrolment for software developers

A detailed guide to Automatic enrolment for software developers A detailed guide to Automatic enrolment for software developers April 2014 Contents About this guidance 4 Introduction 5 Using the guidance 6 page 1.0 A brief overview of the employer duties and defining

More information

South East Europe (SEE) Implementation Manual

South East Europe (SEE) Implementation Manual South East Europe (SEE) Implementation Manual Version 5.0 Date of approval (v1.2): 8 th May 2009 1 st amendment (v2.1): 7th July 2009 2 nd amendment (v3.1): 21 st January 2011 3 rd amendment (v3.2): 27

More information

SEPA DATA MODEL. Reason for Issue Approved by the EPC Plenary on 13 December 2006

SEPA DATA MODEL. Reason for Issue Approved by the EPC Plenary on 13 December 2006 Doc: EPC029-06 (Version 2.2) 13 December2006 OITS SG SEPA DATA MODEL Abstract Document Reference Issue This document sets out the SEPA Data Model which is referred to in the SEPA Credit Transfer and Direct

More information

CULTURE PROGRAMME (2007-2013) Guidance Notes for Experts. Strand 1.3.5

CULTURE PROGRAMME (2007-2013) Guidance Notes for Experts. Strand 1.3.5 Education, Audiovisual and Culture Executive Agency Culture CULTURE PROGRAMME (2007-2013) Guidance Notes for Experts Strand 1.3.5 Version January 2012 Education, Audiovisual & Culture Executive Agency

More information

Act on Insurance Mediation and Reinsurance Mediation

Act on Insurance Mediation and Reinsurance Mediation Act on Insurance Mediation and Reinsurance Mediation The full wording of Act No. 340/2005 Coll. dated 23 June 2005 on insurance mediation and resinsurance mediation and on amendments to certain laws, as

More information

WP133 - EMR Metering Disputes Resolution Procedure

WP133 - EMR Metering Disputes Resolution Procedure PUBLIC WP133 - EMR Metering Disputes Resolution Procedure EMRS Working Practice EMR Settlement Limited Version 1.0 20 October 2015 WP133 - EMR METERING DISPUTES RESOLUTION PROCEDURE CONTENTS 1. INTRODUCTION...

More information

Virtual Fax API User Guide

Virtual Fax API User Guide Virtual Fax API User Guide Introduction 2 Single Fax Job Submission (XML) 2 Protus XML Submission Services 2 Input: Job Request 2 Output: Status Response 2 Single Fax Job Submission XML Element Hierarchy

More information

Capital Duty DG TAXUD. Brussels, 14/10/2014

Capital Duty DG TAXUD. Brussels, 14/10/2014 Capital Duty Directive DG TAXUD Brussels, 14/10/2014 1 Capital Duty Directive: general = Council Directive 2008/7/EC of 12 February 2008 concerning indirect taxes on the raising of capital. Recasts Directive

More information

Submitting ACA Test Files to the IRS

Submitting ACA Test Files to the IRS Submitting ACA Test Files to the IRS A1. Overview Test Communication with AIR System Software developers, transmitters, and issuers must pass all applicable test scenarios. Georgia school districts and

More information

3GPP TS 24.623 V8.1.0 (2008-09)

3GPP TS 24.623 V8.1.0 (2008-09) TS 24.623 V8.1.0 (2008-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Extensible Markup Language (XML) Configuration Access Protocol

More information

Privacy Policy. February, 2015 Page: 1

Privacy Policy. February, 2015 Page: 1 February, 2015 Page: 1 Revision History Revision # Date Author Sections Altered Approval/Date Rev 1.0 02/15/15 Ben Price New Document Rev 1.1 07/24/15 Ben Price Verify Privacy Grid Requirements are met

More information

MTAT.03.231 Business Process Management (BPM) (for Masters of IT) Lecture 2: Introduction to BPMN

MTAT.03.231 Business Process Management (BPM) (for Masters of IT) Lecture 2: Introduction to BPMN MTAT.03.231 Business Process Management (BPM) (for Masters of IT) Lecture 2: Introduction to BPMN Marlon Dumas marlon.dumas ät ut. ee How to engage in BPM? 1. Opportunity assessment 2. Process modelling

More information

D 2.2.3 EUOSME: European Open Source Metadata Editor (revised 2010-12-20)

D 2.2.3 EUOSME: European Open Source Metadata Editor (revised 2010-12-20) Project start date: 01 May 2009 Acronym: EuroGEOSS Project title: EuroGEOSS, a European Theme: FP7-ENV-2008-1: Environment (including climate change) Theme title: ENV.2008.4.1.1.1: European Environment

More information

Guide for Applicants. Call for Proposal:

Guide for Applicants. Call for Proposal: Guide for Applicants Call for Proposal: COSME Work Programme 2014 TABLE OF CONTENTS I. Introduction... 3 II. Preparation of the proposal... 3 II.1. Relevant documents... 3 II.2. Participants... 4 II.2.1.

More information

Madrid Agreement and Protocol Concerning the International Registration of Marks

Madrid Agreement and Protocol Concerning the International Registration of Marks INFORMATION NOTICE NO. 23/2014 Madrid Agreement and Protocol Concerning the International Registration of Marks Amendments to the Common Regulations under the Madrid Agreement and Protocol 1. At its forty-eighth

More information

New York State Federal/State Employment Tax (FSET) Handbook for Software Developers

New York State Federal/State Employment Tax (FSET) Handbook for Software Developers Publication 120 (08/13) New York State Federal/State Employment Tax (FSET) Handbook for Software Developers The information presented is current as of this publication's print date. Visit our Web site

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL JUSTICE CALL FOR PROPOSALS JUST/2013/DAP/SAG/CAAM FOR CHILD ABDUCTION ALERT MECHANISMS SPECIFIC ACTION GRANTS

EUROPEAN COMMISSION DIRECTORATE-GENERAL JUSTICE CALL FOR PROPOSALS JUST/2013/DAP/SAG/CAAM FOR CHILD ABDUCTION ALERT MECHANISMS SPECIFIC ACTION GRANTS EUROPEAN COMMISSION DIRECTORATE-GENERAL JUSTICE Directorate A: Civil justice Unit A.4: Programme management SPECIFIC PROGRAMME "DAPHNE III (2007 2013) CALL FOR PROPOSALS JUST/2013/DAP/SAG/CAAM FOR CHILD

More information

FINANCE ACT 2011 VALUE-ADDED TAX NOTES FOR GUIDANCE

FINANCE ACT 2011 VALUE-ADDED TAX NOTES FOR GUIDANCE FINANCE ACT 2011 VALUE-ADDED TAX NOTES FOR GUIDANCE Issued by VAT Policy and Legislation Branch, February 2011 55. Interpretation (Part 3) This section defines the Principal Act as the Value-Added Tax

More information

Authorised Supplier, who will either deal with Royal Mail on the User's behalf or instruct the User to apply for a Licence directly from Royal Mail.

Authorised Supplier, who will either deal with Royal Mail on the User's behalf or instruct the User to apply for a Licence directly from Royal Mail. ROYAL MAIL SCHEME FOR FRANKING LETTERS AND PARCELS 2014 This Scheme is made by Royal Mail under section 89 of Postal Services Act 2000. 1. APPLICATION, COMMENCEMENT, REVOCATION AND CITATION 1.1 This Scheme

More information

ETSI TR 102 071 V1.2.1 (2002-10)

ETSI TR 102 071 V1.2.1 (2002-10) TR 102 071 V1.2.1 (2002-10) Technical Report Mobile Commerce (M-COMM); Requirements for Payment Methods for Mobile Commerce 2 TR 102 071 V1.2.1 (2002-10) Reference RTR/M-COMM-007 Keywords commerce, mobile,

More information

WEBKINCSTAR ONLINE SECURITIES TRADING - TERMS AND CONDITIONS OF USE

WEBKINCSTAR ONLINE SECURITIES TRADING - TERMS AND CONDITIONS OF USE WEBKINCSTAR ONLINE SECURITIES TRADING - TERMS AND CONDITIONS OF USE The Hungarian State Treasury (hereinafter: Distributor) provides general information (on its website) and executes securities trading

More information

Guidelines on the Management of the List of Competent Organisations According to Article 36 of EFSA s Founding Regulation 1

Guidelines on the Management of the List of Competent Organisations According to Article 36 of EFSA s Founding Regulation 1 ADVISORY FORUM AND SCIENTIFIC COOPERATION Guidelines on the Management of the List of Competent Organisations According to Article 36 of EFSA s Founding Regulation 1 European Food Safety Authority European

More information

VAT and Taxation of the Digital Economy. David O'Sullivan DG TAXUD

VAT and Taxation of the Digital Economy. David O'Sullivan DG TAXUD VAT and Taxation of the Digital Economy David O'Sullivan DG TAXUD Presentation Overview Context Historical perspective 2015 Place of Supply and MOSS OECD BEPS Debate (VAT Opportunities) Where to Next?

More information

ST. CHRISTOPHER AND NEVIS VALUE ADDED TAX REGISTRATION GUIDE

ST. CHRISTOPHER AND NEVIS VALUE ADDED TAX REGISTRATION GUIDE ST. CHRISTOPHER AND NEVIS VALUE ADDED TAX REGISTRATION GUIDE Contents PURPOSE... 3 St. Kitts and Nevis Value Added Tax (VAT)... 3 Who is required to register?... 4 Who is a taxable person?... 5 What is

More information

Regulation on the implementation of the European Economic Area (EEA) Financial Mechanism 2009-2014

Regulation on the implementation of the European Economic Area (EEA) Financial Mechanism 2009-2014 the European Economic Area (EEA) Financial Mechanism 2009-2014 adopted by the EEA Financial Mechanism Committee pursuant to Article 8.8 of Protocol 38b to the EEA Agreement on 13 January 2011 and confirmed

More information

P U B L I C R E L E A S E

P U B L I C R E L E A S E P U B L I C R E L E A S E Document Classification: Official Publication South African Revenue Service 2012 Page 1 of 57 Revision History Date Version Description Author/s 13 July 2010 V1.0.0 Published

More information

Human-Readable BPMN Diagrams

Human-Readable BPMN Diagrams Human-Readable BPMN Diagrams Refactoring OMG s E-Mail Voting Example Thomas Allweyer V 1.1 1 The E-Mail Voting Process Model The Object Management Group (OMG) has published a useful non-normative document

More information

BPMN Fundamentals. BPMI Meeting #12. London, United Kingdom May 13-14, 2004. Stephen A. White, IBM Notation Working Group Chair

BPMN Fundamentals. BPMI Meeting #12. London, United Kingdom May 13-14, 2004. Stephen A. White, IBM Notation Working Group Chair BPMN Fundamentals Stephen A. White, IBM Notation Working Group Chair BPMI Meeting #12 London, United Kingdom May 13-14, 2004 Topics Background Relationship to other BPM Notations/ Languages and to Standards

More information