- Y Diweddaraf sydd Ar Gael (Diwygiedig)
- Gwreiddiol (Fel y’i mabwysiadwyd gan yr UE)
Commission Regulation (EC) No 2216/2004 of 21 December 2004 for a standardised and secured system of registries pursuant to Directive 2003/87/EC of the European Parliament and of the Council and Decision No 280/2004/EC of the European Parliament and of the Council (Text with EEA relevance) (repealed)
When the UK left the EU, legislation.gov.uk published EU legislation that had been published by the EU up to IP completion day (31 December 2020 11.00 p.m.). On legislation.gov.uk, these items of legislation are kept up-to-date with any amendments made by the UK since then.
Mae unrhyw newidiadau sydd wedi cael eu gwneud yn barod gan y tîm yn ymddangos yn y cynnwys a chyfeirir atynt gydag anodiadau.Ar ôl y diwrnod ymadael bydd tair fersiwn o’r ddeddfwriaeth yma i’w gwirio at ddibenion gwahanol. Y fersiwn legislation.gov.uk yw’r fersiwn sy’n weithredol yn y Deyrnas Unedig. Y Fersiwn UE sydd ar EUR-lex ar hyn o bryd yw’r fersiwn sy’n weithredol yn yr UE h.y. efallai y bydd arnoch angen y fersiwn hon os byddwch yn gweithredu busnes yn yr UE. EUR-Lex Y fersiwn yn yr archif ar y we yw’r fersiwn swyddogol o’r ddeddfwriaeth fel yr oedd ar y diwrnod ymadael cyn cael ei chyhoeddi ar legislation.gov.uk ac unrhyw newidiadau ac effeithiau a weithredwyd yn y Deyrnas Unedig wedyn. Mae’r archif ar y we hefyd yn cynnwys cyfraith achos a ffurfiau mewn ieithoedd eraill o EUR-Lex. The EU Exit Web Archive legislation_originated_from_EU_p3
EU_status_warning_original_version
This legislation may since have been updated - see the latest available (revised) version
The following message sequence for processes concerning an account or verified emissions shall apply:
the authorised representative of an account shall submit a request to the registry administrator of that registry;
the registry administrator shall assign a unique correlation identification code comprising the elements set out in Annex VI to the request;
prior to the communication link between the Community independent transaction log and the UNFCCC independent transaction log being established, the registry administrator shall call the appropriate operation on the Community independent transaction log account management Web service, thereafter, the registry administrator shall call the appropriate operation on the UNFCCC independent transaction log account management Web service;
the Community independent transaction log shall validate the request by calling the appropriate validation function within the Community independent transaction log;
if the request is successfully validated and thereby accepted, the Community independent transaction log shall amend the information it holds in accordance with that request;
the Community independent transaction log shall call the ‘receiveAccountOperationOutcome’ operation on the account management Web service of the registry which sent the request, notifying the registry as to whether the request was successfully validated and thereby accepted, or whether the request was found to contain a discrepancy and was thereby rejected;
if the request was successfully validated and thereby accepted, the registry administrator which sent the request shall amend the information held in the registry in accordance with that validated request; otherwise, if the request was found to contain a discrepancy and was thereby rejected, the registry administrator which sent the request shall not amend the information held in the registry in accordance with that rejected request.
The status of the process during the message sequence shall be as follows:
Component | Function | Scope |
---|---|---|
MgmtOfAccountWS | CreateAccount() | Public |
UpdateAccount() | Public | |
CloseAccount() | Public | |
UpdateVerifiedEmissions() | Public | |
ReceiveAccountOperationOutcome() | Public | |
AccountManagement | ValidateAccountCreation() | Private |
CreateAccount() | Private | |
ValidateAccountUpdate() | Private | |
UpdateAccount() | Private | |
ValidateAccountClosure() | Private | |
CloseAccount() | Private | |
ValidateVerifiedEmissionsUpdate() | Private | |
UpdateVerifiedEmissions() | Private | |
DataValidation | AuthenticateMessage() | Private |
CheckVersion() | Private | |
DataFormatChecks() | Private |
Purpose | |
---|---|
The purpose of this component is to handle web service requests for the management of accounts and verified emissions. | |
Functions exposed through Web Services | |
CreateAccount() | Handles the account creation requests |
UpdateAccount() | Handles the account update requests |
CloseAccount() | Handles account closure requests |
UpdateVerifiedEmissions() | Handles verified emissions update requests |
ReceiveAccountOperationOutcome() | Receives an account operation (creation, update, …) outcome (‘accepted’ or ‘rejected’) |
Other functions | |
Not applicable. | |
Roles | |
Community independent transaction log (for all functions) and registry (for the ReceiveAccountOperationOutcome function only) |
Purpose | |
---|---|
This function receives an account creation request. The Community independent transaction log authenticates the initiating registry (Originating Registry) by calling the AuthenticateMessage() function and checks the version of the initiating registry by calling CheckVersion() function. If authentication and version checks pass, a ‘1’ result identifier is returned without any response codes, the contents of the request are written to a file by calling the WriteToFile() function and the request is put in a queue. If authentication or version checks fail, a ‘0’ result identifier is returned together with a single response code indicating the error cause. If the person (People) is not a natural person its name must be put in the LastName parameter. The ‘PersonIdentifier’ means the account holder identification code comprising the elements set out in Annex VI. The ‘IdentifierInRegistry’ means the alphanumeric identifier for the account as specified by the account holder pursuant to Annexes III and IV. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
Account (*) | Mandatory |
AccountType | Mandatory |
AccountIdentifier | Mandatory |
IdentifierInReg | Mandatory |
CommitmentPeriod | Optional |
Installation | Optional |
InstallationIdentifier | Mandatory |
PermitIdentifier | Mandatory |
Name | Mandatory |
MainActivityType | Mandatory |
Country | Mandatory |
PostalCode | Mandatory |
City | Mandatory |
Address1 | Mandatory |
Address2 | Optional |
ParentCompany | Optional |
SubsidiaryCompany | Optional |
EPERIdentification | Optional |
Latitude | Optional |
Longitude | Optional |
ContactPeople (see People) | Mandatory |
People (*) | Mandatory |
RelationshipCode | Mandatory |
PersonIdentifier | Mandatory |
FirstName | Optional |
LastName | Mandatory |
Country | Mandatory |
PostalCode | Mandatory |
City | Mandatory |
Address1 | Mandatory |
Address2 | Optional |
PhoneNumber1 | Mandatory |
PhoneNumber2 | Mandatory |
FaxNumber | Mandatory |
Mandatory | |
Output parameters | |
Result Identifier | Mandatory |
Response Code | Optional |
Uses | |
| |
Used By | |
Not applicable (called as a web service). |
Purpose | |
---|---|
This function receives an account update request. The Community independent transaction log authenticates the initiating registry (Originating Registry) by calling the AuthenticateMessage() function and checks the version of the initiating registry by calling CheckVersion() function. If authentication and version checks pass, a ‘1’ result identifier is returned without any response codes, the contents of the request are written to a file by calling the WriteToFile() function and the request is put in a queue. If authentication or version checks fail, a ‘0’ result identifier is returned together with a single response code indicating the error cause. If the person (People) is not a natural person its name must be put in the LastName parameter. The ‘PersonIdentifier’ means the account holder identification code comprising the elements set out in Annex VI. The ‘IdentifierInRegistry’ means the alphanumeric identifier for the account as specified by the account holder pursuant to Annexes III and IV. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
Account (*) | Mandatory |
AccountIdentifier | Mandatory |
IdentifierInReg | Optional |
Installation | Optional |
PermitIdentifier | Optional |
Name | Optional |
MainActivityType | Optional |
Country | Optional |
PostalCode | Optional |
City | Optional |
Address1 | Optional |
Address2 | Optional |
ParentCompany | Optional |
SubsidiaryCompany | Optional |
EPERIdentification | Optional |
Latitude | Optional |
Longitude | Optional |
ContactPeople (see People) | Optional |
People (*) | Optional |
Action | Mandatory |
RelationshipCode | Mandatory |
PersonIdentifier | Mandatory |
FirstName | Optional |
LastName | Optional |
Country | Optional |
PostalCode | Optional |
City | Optional |
Address1 | Optional |
Address2 | Optional |
PhoneNumber1 | Optional |
PhoneNumber2 | Optional |
FaxNumber | Optional |
Optional | |
Output parameters | |
Result Identifier | Mandatory |
Response Code | Optional |
Uses | |
| |
Used By | |
Not applicable (called as a web service). |
Purpose | |
---|---|
This function receives an account closure request. The Community independent transaction log authenticates the initiating registry (Originating Registry) by calling the AuthenticateMessage() function and checks the version of the initiating registry by calling CheckVersion() function. If authentication and version checks pass, a ‘1’ result identifier is returned without any response codes, the contents of the request are written to a file by calling the WriteToFile() function and the request is put in a queue. If authentication or version checks fail, a ‘0’ result identifier is returned together with a single response code indicating the error cause. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
Account (*) | Mandatory |
AccountIdentifier | Mandatory |
Output parameters | |
Result Identifier | Mandatory |
Response Code | Optional |
Uses | |
| |
Used By | |
Not applicable (called as a web service). |
Purpose | |
---|---|
This function receives a verified emissions update request. The Community independent transaction log authenticates the initiating registry (Originating Registry) by calling the AuthenticateMessage() function and checks the version of the initiating registry by calling CheckVersion() function. If authentication and version checks pass, a ‘1’ result identifier is returned without any response codes, the contents of the request are written to a file by calling the WriteToFile() function and the request is put in a queue. If authentication or version checks fail, a ‘0’ result identifier is returned together with a single response code indicating the error cause. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
VerifiedEmissions (*) | Mandatory |
Year | Mandatory |
Installations (*) | Mandatory |
InstallationIdentifier | Mandatory |
VerifiedEmission | Mandatory |
Output parameters | |
Result Identifier | Mandatory |
Response Code | Optional |
Uses | |
| |
Used By | |
Not applicable (called as a web service). |
Purpose | |
---|---|
This function receives an account management operation outcome. The initiating registry (Originating Registry) authenticates the UNFCCC independent transaction log (or Community independent transaction log prior to the link between the Community independent transaction log and UNFCCC independent transaction log being established) by calling the AuthenticateMessage() function and checks the version of the transaction log by calling CheckVersion() function. If authentication and version checks pass, a ‘1’ result identifier is returned without any response codes, the contents of the request are written to a file by calling the WriteToFile() function and the request is put in a queue. If authentication or version checks fail, a ‘0’ result identifier is returned together with a single response code indicating the error cause. The response code list is populated with couples (the account or installation identifier with an adjoining response code) if the outcome is ‘0’ for any other cause of error. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
Outcome | Mandatory |
Response List | Optional |
Output parameters | |
Result Identifier | Mandatory |
Response Code | Optional |
Uses | |
| |
Used By | |
Not applicable (called as a web service). |
Purpose | |
---|---|
The purpose of this component is to provide the validating and update functions for the management of accounts and verified emissions. | |
Functions exposed through Web Services | |
Not applicable. | |
Other functions | |
ValidateAccountCreation() | Validates an account creation |
ValidateAccountUpdate() | Validates an account update |
ValidateAccountClosure() | Validates an account closure |
ValidateVerifiedEmissionsUpdate() | Validates a verified emissions update |
CreateAccount() | Creates accounts |
UpdateAccount() | Updates accounts |
CloseAccount() | Closes accounts |
UpdateVerifiedEmissions() | Updates verified emissions for installations |
Roles | |
Transaction log (all functions), registry (for information only). |
Purpose | |
---|---|
This function validates an account creation request. If a validation test fails, the account identifier and response code are added to the response code list. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
Account (*) | Mandatory |
AccountType | Mandatory |
AccountIdentifier | Mandatory |
IdentifierInReg | Mandatory |
CommitmentPeriod | Optional |
Installation | Optional |
InstallationIdentifier | Mandatory |
PermitIdentifier | Mandatory |
Name | Mandatory |
MainActivityType | Mandatory |
Country | Mandatory |
PostalCode | Mandatory |
City | Mandatory |
Address1 | Mandatory |
Address2 | Optional |
ParentCompany | Optional |
SubsidiaryCompany | Optional |
EPERIdentification | Optional |
Latitude | Optional |
Longitude | Optional |
ContactPeople (see People) | Mandatory |
People (*) | Mandatory |
RelationshipCode | Mandatory |
PersonIdentifier | Mandatory |
FirstName | Optional |
LastName | Mandatory |
Country | Mandatory |
PostalCode | Mandatory |
City | Mandatory |
Address1 | Mandatory |
Address2 | Optional |
PhoneNumber1 | Mandatory |
PhoneNumber2 | Optional |
FaxNumber | Mandatory |
Optional | |
Output parameters | |
Result Identifier | Mandatory |
Response List | Optional |
Messages | |
Range 7101 to 7110; range 7122 to 7160. |
Purpose | |
---|---|
This function creates accounts. For each account: Create the account and its details. Create all persons (People) and their details if they did not already exist and link these to the account. Update all information linked to persons (People) that already existed and that are linked to the account. Create the installation and installation details if an installation is linked to the account. Create all persons (People) linked to the installation (the contact person) if they did not already exist. Update all information linked to persons (People) that already existed and that are linked to the installation. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
Account (*) | Mandatory |
AccountType | Mandatory |
AccountIdentifier | Mandatory |
IdentifierInReg | Mandatory |
CommitmentPeriod | Optional |
Installation | Optional |
InstallationIdentifier | Mandatory |
PermitIdentifier | Mandatory |
Name | Mandatory |
MainActivityType | Mandatory |
Country | Mandatory |
PostalCode | Mandatory |
City | Mandatory |
Address1 | Mandatory |
Address2 | Optional |
ParentCompany | Optional |
SubsidiaryCompany | Optional |
EPERIdentification | Optional |
Latitude | Optional |
Longitude | Optional |
ContactPeople (see People) | Mandatory |
People (*) | Mandatory |
RelationshipCode | Mandatory |
PersonIdentifier | Mandatory |
FirstName | Optional |
LastName | Mandatory |
Country | Mandatory |
PostalCode | Mandatory |
City | Mandatory |
Address1 | Mandatory |
Address2 | Optional |
PhoneNumber1 | Mandatory |
PhoneNumber2 | Optional |
FaxNumber | Mandatory |
Optional | |
Output parameters | |
Result Identifier | Mandatory |
Uses | |
Not applicable. | |
Used By | |
Not applicable (called as a web service). |
Purpose | |
---|---|
This function validates an account update request. If a validation test fails, the account identifier and response code are added to the response code list. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
Account (*) | Mandatory |
AccountIdentifier | Mandatory |
IdentifierInReg | Optional |
Installation | Optional |
PermitIdentifier | Optional |
Name | Optional |
MainActivityType | Optional |
Country | Optional |
PostalCode | Optional |
City | Optional |
Address1 | Optional |
Address2 | Optional |
ParentCompany | Optional |
SubsidiaryCompany | Optional |
EPERIdentification | Optional |
Latitude | Optional |
Longitude | Optional |
ContactPeople (see People) | Optional |
People (*) | Optional |
Action | Mandatory |
RelationshipCode | Mandatory |
PersonIdentifier | Mandatory |
FirstName | Optional |
LastName | Optional |
Country | Optional |
PostalCode | Optional |
City | Optional |
Address1 | Optional |
Address2 | Optional |
PhoneNumber1 | Optional |
PhoneNumber2 | Optional |
FaxNumber | Optional |
Optional | |
Output parameters | |
Result Identifier | Mandatory |
Response List | Optional |
Messages | |
Range 7102 to 7107; range 7111 to 7113; 7120; 7122; 7124; range 7126 to 7158. |
Purpose | |
---|---|
This function updates the details of an account. If action = ‘Add’: For each link to be added: If the person (People) existed, update its details if required. If the person (People) did not exist, create the person (People) and link it to the account. If action = ‘Update’: For all persons (People) to update and that are linked to the account, update their details. If action = ‘Delete’: Remove the link between the person (People) and the account (for example, an additional authorised representative is removed). If an installation is linked to the account, update the installation details if required. Update the details of the persons (People) linked to the installation if details have been submitted (by using the same ‘Add’, ‘Update’ and ‘Delete’ actions). | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
Account (*) | Mandatory |
AccountType | Mandatory |
AccountIdentifier | Mandatory |
IdentifierInReg | Mandatory |
Installation | Optional |
InstallationIdentifier | Mandatory |
PermitIdentifier | Mandatory |
Name | Mandatory |
MainActivityType | Mandatory |
Country | Mandatory |
PostalCode | Mandatory |
City | Mandatory |
Address1 | Mandatory |
Address2 | Optional |
ParentCompany | Optional |
SubsidiaryCompany | Optional |
EPERIdentification | Optional |
Latitude | Optional |
Longitude | Optional |
ContactPeople (see People) | Mandatory |
People (*) | Mandatory |
RelationshipCode | Mandatory |
PersonIdentifier | Mandatory |
FirstName | Optional |
LastName | Mandatory |
Country | Mandatory |
PostalCode | Mandatory |
City | Mandatory |
Address1 | Mandatory |
Address2 | Optional |
PhoneNumber1 | Optional |
PhoneNumber2 | Optional |
FaxNumber | Optional |
Optional | |
Output parameters | |
Result Identifier | Mandatory |
Uses | |
Not applicable. | |
Used By | |
Not applicable (called as a web service). |
Purpose | |
---|---|
This function validates an account closure operation. If a validation test fails, the account identifier and response code are added to the response code list. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
Account (*) | Mandatory |
Purpose | |
AccountIdentifier | Mandatory |
Output parameters | |
Result Identifier | Mandatory |
Response List | Optional |
Messages | |
7111; range 7114 to 7115; 7117; range 7153 to 7156; 7158. |
Purpose | |
---|---|
This function closes an account or accounts by setting the end validity date of the account(s) to be closed to the current date. | |
Input parameters | |
Registry | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
Account (*) | Mandatory |
AccountIdentifier | Mandatory |
Output parameters | |
Result Identifier | Mandatory |
Purpose | |
---|---|
This function validates a verified emissions update. If a validation test fails, the installation identifier and response code are added to the response code list. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
MinorVersion | Mandatory |
VerifiedEmissions (*) | Mandatory |
Year | Mandatory |
Installations (*) | Mandatory |
InstallationIdentifier | Mandatory |
VerifiedEmission | Mandatory |
Output parameters | |
Result Identifier | Mandatory |
Response List | Optional |
Messages | |
Range 7118 to 7119; range 7152 to 7156; 7159. |
Purpose | |
---|---|
Updates the verified emissions for the year and installation specified. | |
Input parameters | |
From | Mandatory |
To | Mandatory |
CorrelationId | Mandatory |
MajorVersion | Mandatory |
VerifiedEmissions (*) | Mandatory |
Year | Mandatory |
Installations (*) | Mandatory |
InstallationIdentifier | Mandatory |
VerifiedEmission | Mandatory |
Output parameters | |
Result Identifier | Mandatory |
Process description | Community independent transaction log response codes |
---|---|
Account creation | Range 7101 to 7110 7160 |
Account update | Range 7102 to 7105 Range 7107 to 7108 7111 7113 7120 7160 |
Account closure | 7111 Range 7114 to 7115 7117 |
Verified emissions update | Range 7118 to 7119 |
The Whole Regulation you have selected contains over 200 provisions and might take some time to download. You may also experience some issues with your browser, such as an alert box that a script is taking a long time to run.
Would you like to continue?
Y Diweddaraf sydd Ar Gael (diwygiedig):Y fersiwn ddiweddaraf sydd ar gael o’r ddeddfwriaeth yn cynnwys newidiadau a wnaed gan ddeddfwriaeth ddilynol ac wedi eu gweithredu gan ein tîm golygyddol. Gellir gweld y newidiadau nad ydym wedi eu gweithredu i’r testun eto yn yr ardal ‘Newidiadau i Ddeddfwriaeth’.
Gwreiddiol (Fel y’i mabwysiadwyd gan yr UE): Mae'r wreiddiol version of the legislation as it stood when it was first adopted in the EU. No changes have been applied to the text.
Gallwch wneud defnydd o ddogfennau atodol hanfodol a gwybodaeth ar gyfer yr eitem ddeddfwriaeth o’r tab hwn. Yn ddibynnol ar yr eitem ddeddfwriaeth sydd i’w gweld, gallai hyn gynnwys:
Defnyddiwch y ddewislen hon i agor dogfennau hanfodol sy’n cyd-fynd â’r ddeddfwriaeth a gwybodaeth am yr eitem hon o ddeddfwriaeth. Gan ddibynnu ar yr eitem o ddeddfwriaeth sy’n cael ei gweld gall hyn gynnwys:
liciwch ‘Gweld Mwy’ neu ddewis ‘Rhagor o Adnoddau’ am wybodaeth ychwanegol gan gynnwys