Search Legislation

Commission Regulation (EC) No 916/2007Show full title

Commission Regulation (EC) No 916/2007 of 31 July 2007 amending Regulation (EC) No 2216/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)

 Help about what version

What Version

 Help about advanced features

Advanced Features

 Help about UK-EU Regulation

Legislation originating from the EU

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.

Close

This item of legislation originated from the EU

Legislation.gov.uk publishes the UK version. EUR-Lex publishes the EU version. The EU Exit Web Archive holds a snapshot of EUR-Lex’s version from IP completion day (31 December 2020 11.00 p.m.).

Status:

Point in time view as at 31/01/2020.

Changes to legislation:

There are currently no known outstanding effects for the Commission Regulation (EC) No 916/2007, ANNEX II. Help about Changes to Legislation

Close

Changes to Legislation

Revised legislation carried on this site may not be fully up to date. At the current time any known changes or effects made by subsequent legislation have been applied to the text of the legislation you are viewing by the editorial team. Please see ‘Frequently Asked Questions’ for details regarding the timescales for which new effects are identified and recorded on this site.

ANNEX IIU.K.

The following Annex XIa is inserted to Regulation (EC) No 2216/2004:

‘ANNEX XIaProcesses concerning automatic national allocation plan table changes

1.In accordance with Articles 17(3) and 44(2), registries may propose to the Community independent transaction log to check and implement an automatic change to the national allocation plan through a process described in this Annex.U.K.

Requirements for each processU.K.

2.The following message sequence for processes concerning automatic national allocation plan table changes shall apply:U.K.
(a)

the registry administrator shall initiate the automatic national allocation plan table change process by assigning a unique correlation identification code comprising the elements set out in Annex VI to its request;

(b)

the registry administrator shall call the appropriate operation on the Community independent transaction log automatic national allocation plan table change Web service;

(c)

the Community Independent Transaction Log shall validate the request by calling the appropriate validation function within the Community Independent Transaction Log;

(d)

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;

(e)

the Community Independent Transaction Log shall call the “receiveNapManagementOutcome” operation on the automatic national allocation plan table change 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;

(f)

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.

3.Provided that automatic national allocation plan table change processes are directed through the UNFCCC independent transaction log, a registry administrator sending a request should receive an acknowledgement of receipt from the UNFCCC independent transaction log within 60 seconds, and should receive a notification of validation from the Community independent transaction log within 24 hours. In all other cases, a registry administrator sending a request should receive an acknowledgement of receipt from the Community independent transaction log within 60 seconds, and should receive a notification of validation from the Community independent transaction log within 24 hours;U.K.
4.The components and functions which are utilised during the message sequence are shown in table XIa-1 to XIa-6. The inputs of all functions have been structured to match the format and informational requirements described using web services description language, set out in the functional and technical specifications for data exchange standards for registry systems under the Kyoto Protocol, elaborated pursuant to Decision 24/CP.8 of the Conference of the Parties to the UNFCCC. An asterisk “(*)” has been used to denote the fact that an element can appear multiple times as an input.U.K.
Table XIa-1:
Components and Functions for Processes concerning automatic national allocation plan table changes
ComponentFunctionScope
NAPTableManagementWSAddNEInstallationtoNAP()Public
IncreaseNAPallocationtoNEInstallation()Public
RemoveNAPallocationofclosingInstallation()Public
Table XIa-2:
NAPTableManagementWS Component
Purpose
The purpose of this component is to handle web service requests for the management of automatic changes to the national allocation plan table
Functions exposed through Web Services
AddNEInstallationtoNAP()Handles the requests for adding new entrant new installations to the national allocation plan table
IncreaseAllocationtoNEInstallationinNAP()Handles the requests for increasing the allocation in the national allocation plan table of existing installations that are new entrants
RemoveNAPallocationofclosingInstallation()Handles the requests for removing the allocation from the national allocation plan table of installations that are closing
Other functions
Not applicable.
Roles
Community independent transaction log (for all functions) and registry (for the receiveNapManagementOutcome function only)
Table XIa-3:
NAPTableManagementWS.AddNEInstallationtoNAP() function
Purpose

This function receives a request for adding a new entrant new installation to the national allocation plan table. The allowances allocated for the years before the current year will have a value of zero. If the new entrant new installation does not receive an allocation, the amount of allowances will have a value of zero. If the new entrant new installation does receive an allocation, the reserve is reduced by an equivalent quantity.

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.

The “PermitIdentifier” means the permit identification code comprising the elements set out in Annex VI.

Input parameters
FromMandatory
ToMandatory
CorrelationIdMandatory
MajorVersionMandatory
MinorVersionMandatory
InitiatingRegistryMandatory
CommitmentPeriodMandatory
NewValueofReserveMandatory
Installation (*)Mandatory
PermitIdentifierMandatory
InstallationIdentifierMandatory
Allocation (*)Mandatory
YearinCommitmentPeriodMandatory
AmountofAllowancesMandatory
Output parameters
Result IdentifierMandatory
Response CodeOptional
Uses
  • AuthenticateMessage

  • WriteToFile

  • CheckVersion

Used By
Not applicable (called as a web service).
Table XIa-4:
NAPTableManagementWS.IncreaseAllocationtoNEInstallationinNAPIncreaseallocationtoNEInstallationinNAP() function
Purpose

This function receives a request for increasing the allocation of installations already existing in the national allocation plan table that are considered new entrants. The allowances allocated for the years before the current year won’t be modified. The reserve is reduced by a quantity that is equivalent to the quantity allocated in this process.

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
FromMandatory
ToMandatory
CorrelationIdMandatory
MajorVersionMandatory
MinorVersionMandatory
InitiatingRegistryMandatory
CommitmentPeriodMandatory
NewValueofReserveMandatory
Installation (*)Mandatory
InstallationIdentifierMandatory
Allocation (*)Mandatory
YearincommitmentperiodMandatory
AmountofAllowancesMandatory
Output parameters
ResultIdentifierMandatory
ResponseCodeOptional
Uses
  • AuthenticateMessage

  • WriteToFile

  • CheckVersion

Used By
Not applicable (called as a web service).
Table XIa-5:
NAPTableManagementWS RemoveNAPallocationofclosingInstallation() function
Purpose

This function receives a request for removing installations existing in the national allocation plan table. The allowances yet unallocated will be deleted and an equivalent quantity of allowances will be added to the reserve.

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
FromMandatory
ToMandatory
CorrelationIdMandatory
MajorVersionMandatory
MinorVersionMandatory
InitiatingRegistryMandatory
CommitmentPeriodMandatory
NewValueofReserveMandatory
Installation (*)Mandatory
InstallationIdentifierMandatory
Output parameters
Result IdentifierMandatory
Response CodeOptional
Uses
  • AuthenticateMessage

  • WriteToFile

  • CheckVersion

Used By
Not applicable (called as a web service).
Table XIa-6:
NAPTableManagementWS receiveNapManagementOutcome () function
Purpose

This function receives a NAP management operation outcome.

The initiating registry (Originating Registry) authenticates the UNFCCC independent transaction log (or Community independent transaction log if all processes referred to in Annex VIII are directed through Community independent transaction log and thereon to the UNFCCC independent transaction log) 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 (a response code with possibly a list of installation identifiers) if the outcome is “0” for any other cause of error.

Input parameters
FromMandatory
ToMandatory
CorrelationIdMandatory
MajorVersionMandatory
MinorVersionMandatory
OutcomeMandatory
Response ListOptional
Output parameters
Result IdentifierMandatory
Response CodeOptional
Uses
  • AuthenticateMessage

  • WriteToFile

  • CheckVersion

Used By
Not applicable (called as a web service).
Table XIa-7:
Processes concerning NAP Table changes
Process descriptionCommunity independent transaction log response codes
NAPTableManagementWS.AddNEInstallationtoNAP7005, 7122, 7125, 7153, 7154, 7155, 7156, 7159, 7215, 7451, 7452, 7700, 7701, 7702, 7703, 7704
NAPTableManagementWS.IncreaseallocationtoNEInstallationinNAP7005, 7153, 7154, 7155, 7156, 7159, 7207, 7451, 7452, 7700, 7701, 7702, 7703, 7705

NAPTableManagementWS

RemoveNA PallocationofclosingInstallation

7005, 7153, 7154, 7155, 7156, 7159, 7207, 7451, 7700, 7706
5.If all the checks have been passed successfully, the Community independent transaction log automatically implements the national allocation plan table change into its database and informs the registry administrator and the Central Administrator thereof.’.U.K.

Back to top

Options/Help

Print Options

Close

Legislation is available in different versions:

Latest Available (revised):The latest available updated version of the legislation incorporating changes made by subsequent legislation and applied by our editorial team. Changes we have not yet applied to the text, can be found in the ‘Changes to Legislation’ area.

Original (As adopted by EU): The original version of the legislation as it stood when it was first adopted in the EU. No changes have been applied to the text.

Point in Time: This becomes available after navigating to view revised legislation as it stood at a certain point in time via Advanced Features > Show Timeline of Changes or via a point in time advanced search.

Close

See additional information alongside the content

Geographical Extent: Indicates the geographical area that this provision applies to. For further information see ‘Frequently Asked Questions’.

Show Timeline of Changes: See how this legislation has or could change over time. Turning this feature on will show extra navigation options to go to these specific points in time. Return to the latest available version by using the controls above in the What Version box.

Close

Opening Options

Different options to open legislation in order to view more content on screen at once

Close

More Resources

Access essential accompanying documents and information for this legislation item from this tab. Dependent on the legislation item being viewed this may include:

  • the original print PDF of the as adopted version that was used for the EU Official Journal
  • lists of changes made by and/or affecting this legislation item
  • all formats of all associated documents
  • correction slips
  • links to related legislation and further information resources
Close

Timeline of Changes

This timeline shows the different versions taken from EUR-Lex before exit day and during the implementation period as well as any subsequent versions created after the implementation period as a result of changes made by UK legislation.

The dates for the EU versions are taken from the document dates on EUR-Lex and may not always coincide with when the changes came into force for the document.

For any versions created after the implementation period as a result of changes made by UK legislation the date will coincide with the earliest date on which the change (e.g an insertion, a repeal or a substitution) that was applied came into force. For further information see our guide to revised legislation on Understanding Legislation.

Close

More Resources

Use this menu to access essential accompanying documents and information for this legislation item. Dependent on the legislation item being viewed this may include:

  • the original print PDF of the as adopted version that was used for the print copy
  • correction slips

Click 'View More' or select 'More Resources' tab for additional information including:

  • lists of changes made by and/or affecting this legislation item
  • confers power and blanket amendment details
  • all formats of all associated documents
  • links to related legislation and further information resources