WFD - Measures

Last update: 2026-04-24

Warning

The online version of the text is being reviewed.
See PROPOSAL - Version 2026.02.17 PDF

Purpose and Overview

This section revises the River Basin Management Plan & Programme of Measures schema used in the 3ʳᵈ cycle of reporting of the Water Framework Directive River Basin Management Plans. It also presents a proposal for simplifying the electronic reporting in the 4ᵗʰ cycle.

Not all information in the RBMPs can be accurately provided using a common European model. However, it is possible to improve and simplify the reporting of structured data, accepting that part of the relevant information will remain in documentation to be analysed during the Commission’s implementation assessment.

Using this principle, the data model can focus on aspects that are suitable for structured reporting, allowing adequate comparisons between different river basin districts (RBDs). Specific or more detailed information can be kept in the RBMP documents, the analysis of which can in the future be facilitated using, for example, large language models (LLMs) supported by retrieval‑augmented generation (RAG) techniques.

Current structure - 3ʳᵈ cycle

The schema used in the 3rd cycle of reporting contained 3 main groups (Figure 7):

  1. Summary information about the River Basin Management Plan, the Progress since the previous River Basin Management Plan, and the mechanisms of international Coordination (if applicable).

  2. Information about the Programme of Measures, comprising a summary questionnaire of Targeted Questions and aggregated data about the overall Cost of measures. Disaggregated information was requested about each Measure and its classification into key type of measures (KTM) and basic type of measures (if applicable).

  3. Summary information about pressures and substances causing failure was also requested, along with their link to KTM Indicators and Indicator Gaps.

../_images/Measures_RBMPPoM_2022_ClassDiagram.png

Figure 7 River Basin Management Plan & Programme of Measures - 3rd cycle - OBSOLETE

Proposed structure - 4ᵗʰ cycle

  1. The RBMP and Coordination tables are simplified to a single RiverBasinManagementPlan table, containing a selected subset of attributes. The Progress table is modified to request only aggregated information about the overall status of the measures of the previous cycle (3rd cycle).

  2. The reporting of the Programme of Measures is also simplified. The TargetedQuestions table, containing the questionnaire at RBD level, is simplified. Information about measures is requested in a single Measure table. Information about the planned ExpenditurePerMeasure is reported in a separate table, if data is available.

  3. The KTM indicators and indicator gaps group is completely removed.

River Basin Management Plan, Coordination and Progress - 3ʳᵈ cycle

In the 3ʳᵈ cycle of reporting, this group comprised three tables, collecting summary information about the RBMP, the progress since the previous RBMP, and the mechanisms of international coordination, if applicable (Figure 8).

The data is structured as a simple questionnaire, mostly with Yes/No or multiple‑choice answers, accompanied by links to additional documentation (which can be uploaded or kept on national websites). Only one record per table is required for each River Basin District.

Reporting by MS should not present technical difficulties, and there is limited scope for technical simplification. Nevertheless, the Commission has reviewed whether the requested data is strictly required and proposes the simplification detailed in the next sections.

../_images/RBDCA_RBDSUCA_2022_Partial_ClassDiagram.png

Figure 8 River Basin Management Plan, international Coordination and Progress since the previous cycle - 3rd cycle - OBSOLETE

RiverBasinManagementPlan – 4ᵗʰ cycle

The simplified RiverBasinManagementPlan table contains a subset of the data previously requested in the RBMP and Coordination classes in the 3ʳᵈ cycle (Figure 9):

  • A new attribute, coordinationNRRReference, allows the reporting of information related to coordination with the Nature Restoration Regulation.

  • The reporting of the pomCoordinationArt5SWMI, pomCoordinationIRBMPPoM, pomCoordinationRoofReport and pomCoordinationFinancial attributes is only required for international RBDs.

        %%{init : {'theme' : 'neutral'}}%%
classDiagram
direction LR
namespace ReportingData{
class RiverBasinManagementPlan{
+ euRBDCode :  wiseIdentifier
+ rbmpName : String1000

+ rbmpTimetablePublicationDate : Date 
+ rbmpProgrammePublicationDate : Date 
+ rbmpConsultationPublicationDate : Date 
+ rbmpInterimOverviewDate : Date 
+ rbmpDraftVersionDate : Date 
+ finalRBMPPublicationDate : Date 

+ subPlans : YesNo
+ subPlansCoverage : SubPlansCoverage [0..1]
+ subPlansReference : referenceIdentifier [0..n]

+ sea : YesNo
+ seaReference : referenceIdentifier [0..n]

+ documentAvailability  : YesNo

+ ongoingStakeholderInvolvement : OngoingStakeholderInvolvement [0..n]
+ stakeholderGroups : StakeholderGroups [0..n]

+ internationalCoordination : InternationalCoordination [0..1]
+ internationalCoordinationPublicParticipation : YesNo [0..1]
+ pomCoordinationArt5SWMI : Coordination
+ pomCoordinationIRBMPPoM : Coordination
+ pomCoordinationRoofReport : Coordination
+ pomCoordinationFinancial : Coordination

+ integrationFloodsDirective : YesNo
+ coordinationFloodsDirective : YesNoNotApplicable
+ coordinationMSFD : YesNoNotApplicable

+ coordinationNRRReference : referenceIdentifier [1..n]
}
}
namespace Codelist{
class SubPlansCoverage{
    <<enumeration>>
    }
class OngoingStakeholderInvolvement{
    <<enumeration>>
    }
class Coordination{
    <<enumeration>>
    }
class YesNo{
    <<enumeration>>
    yes
    no
    }
class YesNoNotApplicable{
    <<enumeration>>
    yes
    no
    notApplicable
    }
}
    

Figure 9 River Basin Management Plan table – 4ᵗʰ cycle of reporting

Progress – 4ᵗʰ cycle

The Progress table is modified to provide an overview of the proportion of the measures of the 3ʳᵈ RBMPs that were executed, cancelled, or otherwise affected, as well as the obstacles encountered during the implementation of the 3ʳᵈ RBMP Programme of Measures (Figure 10).

The only constraint is that, for each RBD, the sum of the values in percentageInStatus must be 100. The level of detail can be adapted depending on the needs and the data available at national level.

        %%{init : {'theme' : 'neutral'}}%%
classDiagram
direction LR
namespace ReportingData{
class Progress{
+ euRBDCode :  wiseIdentifier

+ previousRBMPMeasureStatus : PlannedOngoingExecutedCancelled
+ percentageInStatus : Percentage

+ obstaclesGovernance : YesNo
+ obstaclesDelays : YesNo
+ obstaclesLackOfFinance : YesNo
+ obstaclesLackOfMechanism : YesNo
+ obstaclesMeasureNotEffective : YesNo
+ obstaclesMeasureNotCostEffective : YesNo
+ obstaclesExtremeEvents : YesNo

}
}

namespace Codelist{
class PlannedOngoingExecutedCancelled{
    <<enumeration>>
    planned
    ongoing
    executed
    cancelled
    }
class YesNo{
    <<enumeration>>
    yes
    no
    }
}

    

Figure 10 Progress table – 4ᵗʰ cycle of reporting

A numerical example illustrates per proposed approach. Consider a hypothetical 3ʳᵈ RBMP Programme of Measures with 10 different measures, which are in different statuses and may have faced different obstacles (Table 1).

Table 1 Illustrative example - hypothetical list with the status of the 10 measures of the 3ʳᵈ cycle.

Measure

Status

Obstacles

M01

Ongoing

No obstacles.

M02

Executed

No obstacles.

M03

Executed

No obstacles.

M04

Executed

Extreme event.

M05

Executed

Extreme event.

M06

Cancelled

Extreme event.

M07

Cancelled

Extreme event.

M08

Postponed to the next cycle

Delays, Lack of finance.

M09

Postponed to the next cycle

Delays, Lack of finance.

M10

Cancelled

Not cost effective.

The example in Table 2 illustrates how to synthesize the information in the Progress table.

Table 2 Illustrative example - Progress table records for the example in the previous table.

previousRBMPMeasureStatus

percentageInStatus

obstaclesDelays

obstaclesLackOfFinance

obstaclesMeasureNotCostEffective

obstaclesExtremeEvents

ongoing

10

No

No

No

No

executed

20

No

No

No

No

executed

20

No

No

No

Yes

cancelled

20

No

No

No

Yes

planned

20

Yes

Yes

Yes

No

cancelled

10

No

No

Yes

No

TargetedQuestions – 4ᵗʰ cycle

The TargetedQuestions table collects summary information about the measures in the RBMP, and the progress since the previous cycle. For each RBMP, only one record is required. The data is structured as a simple questionnaire, with Yes/No or multiple-choice answers.

Reporting by MS should not present technical difficulties, and there is limited scope for any technical simplification. The Commission has revised and simplified the TargetedQuestions table, keeping a subset of the questions requested in the previous cycle (Figure 11).

        %%{init : {'theme' : 'neutral'}}%%
classDiagram
direction LR
namespace ReportingData{
class TargetedQuestions{
+ euRBDCode : wiseIdentifier [1]

+ basicMeasuresArt113c : BasicMeasuresChanges
+ basicMeasuresArt113d : BasicMeasuresArt113d
+ basicMeasuresArt113ePermit : BasicMeasures
+ basicMeasuresArt113eRegister : BasicMeasures
+ basicMeasuresArt113eThreshold : BasicMeasuresArt113eThreshold
+ basicMeasuresArt113eImpoundment : BasicMeasuresArt113eImpoundment
+ basicMeasuresArt113f : BasicMeasuresChanges
+ basicMeasuresArt113gPermit : BasicMeasures
+ basicMeasuresArt113gRegister : BasicMeasures
+ basicMeasuresArt113gThreshold : BasicMeasuresArt113gThreshold
+ basicMeasuresArt113hRules : BasicMeasuresArt113hRules
+ basicMeasuresArt113iPermit : YesNo 
+ basicMeasuresArt113iRegister : YesNo 
+ basicMeasuresArt113j : BasicMeasuresArt113j
+ basicMeasuresArt113k : YesNo 

+ waterReUseMeasure : YesNo
+ ecologicalFlow : EcologicalFlow
+ ecologicalFlowImplementation : EcologicalFlowImplementation
+ climateChange : YesNo
+ climateChangeGuidance : YesNo
+ floodsDirective : YesNo
+ structuralMeasures : YesNo
+ msfdCoOrdination : YesNoNotRelevant
+ msfdAssessment : YesNoNotRelevant
}
}
namespace Codelist{
class BasicMeasuresChanges{
    <<enumeration>>
    }
class BasicMeasures{
    <<enumeration>>
    }
class BasicMeasuresArt113eThreshold{
    <<enumeration>>
    }
class BasicMeasuresArt113eImpoundment{
    <<enumeration>>
    }
class BasicMeasuresArt113gThreshold{
    <<enumeration>>
    }
class BasicMeasuresArt113hRules{
    <<enumeration>>
    }
class BasicMeasuresArt113j{
    <<enumeration>>
    }
class EcologicalFlow{
    <<enumeration>>
    }
class EcologicalFlowImplementation{
    <<enumeration>>
    }
class YesNo{
    <<enumeration>>
    yes
    no
    }
class YesNoNotRelevant{
    <<enumeration>>
    yes
    no
    notApplicable
    }
}

    

Figure 11 TargetedQuestions table – 4ᵗʰ cycle of reporting

Measure – 4ᵗʰ cycle

The simplified Measure table proposed for the 4ᵗʰ cycle is illustrated in (Figure 12).

For each measure:

  • Use a unique persistent European identifier for each measureCode.

  • Use the original measureName (or an English translation thereof).

  • If needed, provide a link to documentation (measureReference).

  • Identify the primary measureLegalInstrument, using a single codelist value.

  • Identify the measureType, using a single codelist value.

  • Classify the measure using a single mainKeyTypeOfMeasure codelist value from a simplified classification. The closest match should be selected.

  • Optionally or if applicable, identify the main pressure or pressure group addressed by the measure using the measurePressureType attribute, at the level of detail deemed more adequate. The closest match should be selected.

  • Optionally or if applicable, identify the main substance or group of substances addressed by the measure using the measureSubstanceType attribute, at the level of detail deemed more adequate.

  • Flag the sectoral plans for which the measure might be relevant using the msfdRelevance, floodsRelevance, natureRestorationRegulationRelevance, draughtManagementPlanRelevance and climateAdaptationPlanRelevance attributes.

  • Specify the geographicalCoverage and temporalCoverage of the measure.

        %%{init : {'theme' : 'neutral'}}%%
classDiagram
direction LR
namespace ReportingData{
class Measure {
 + measureCode : wiselIdentifier
 + measureName : String1000
 + measureReference : referenceIdentifier [0..1]

 + measureType : MeasureType 
 + mainLegalInstrument : LegalInstrument
 + mainKeyTypeOfMeasure : MainKeyTypeOfMeasure

 + mainPressureType : HierarchicalPressureType [0..1]
 + mainSubstanceType : HierarchicalSubstanceType [0..1]

 + msfdRelevance : YesNo
 + floodsRelevance : YesNo
 + natureRestorationRegulationRelevance : YesNo
 + draughtManagementPlanRelevance : YesNo
 + climateAdaptationPlanRelevance : YesNo

 + geographicalCoverage : WFDGeographicCoverage
 + euRBDCode : wiselIdentifier [0..n]
 + waterCategory : HierarchicalWaterCategory [0..1]
 + protectedAreaType : ProtectedAreaType [0..1]

 + implementationPeriod : YearRangeType
 + implementationStatus : PlannedOngoingExecutedCancelled
}
}
    

Figure 12 Measure table – 4ᵗʰ cycle of reporting

Measure – 4ᵗʰ cycle - measureCode, measureName and measureReference

Each different measure must have a persistent unique identifier at national level and European level (measureCode), a descriptive name (measureName), and zero or more links to documentation (measureReference).

Measure – 4ᵗʰ cycle - measureType

The measureType typology is described in Table 3.

Table 3 Types of measures - proposed measureType options – 4ᵗʰ cycle.

Measure Type

Definition and Examples

legislativeOrRegulatoryMeasure

Definition: Measures that involve the adoption or modification of laws, by-laws, and binding standards to restrict activities or enforce compliance with environmental objectives. This includes the establishment of mandatory constraints on pollutants.

Examples: Legislative and regulatory measures include inter alia:

Nitrates Action Plans: Measures to reduce nutrient pollution from agriculture often involve regulatory changes. For instance, Romania applies the Nitrates Action Plan to its whole territory, imposing mandatory restrictions on fertiliser application. Germany adopted a revised Fertilizer Ordinance in 2020 to designate nitrate-contaminated areas and reduce fertiliser use by 20%.

Bans on Substances: Measures include prohibitions on specific hazardous substances. For example, the Netherlands has forbidden the use of PAH (Polycyclic Aromatic Hydrocarbons) coatings on inland ships. Additionally, PFOA (Perfluorooctanoic acid) has been prohibited in consumer products since 2020 to contribute to reduced emissions into water.

Ecological Flow Standards: Establishing legally binding standards for ecological flows (e -flows) to ensure sufficient water remains in rivers. Austria has a decree in force since 2010 setting values for biological and hydrological quality elements.

administrativeOrGovernanceMeasure

Definition: Procedural actions taken by competent authorities to manage water use, including the issuance and review of permits, the maintenance of registers, inspections, and the coordination of governance structures.

Examples: Administrative and governance measures include inter alia:

Permitting and Authorisation: Controlling activities through licensing systems. Germany reports using authorisation regimes for wastewater point source discharges in all River Basin Districts (RBDs). Spain manages a registry of water abstractions, although it notes challenges with data updates in the registry entries.

Review of Permits: The periodic update of existing licenses. France is advised to increase the frequency of its periodic review of abstraction and impoundment permits, which currently occurs once every 15 years.

Registers: Maintaining databases of physical modifications. Latvia maintains a register of anthropogenic barriers, listing 1137 different types of man-made dams.

Inspections: Enforcement activities to ensure compliance. Estonia noted that current resources for inspection and enforcement regarding agricultural pressures were insufficient.

Advisory services: For example, services are designed to help farmers implement environment-friendly practices, such as the establishment of buffer strips and sustainable nutrient management. Finland report measures such as farm advisory services and training as part of the efforts to address pollution from agriculture and forestry.

physicalOrTechnicalMeasure

Definition:
Concrete interventions involving construction, removal, or modification of infrastructure, as well as technical upgrades to facilities to reduce emissions or restore morphology. This category covers both “grey” infrastructure (e.g., wastewater plants) and “green” restoration (e.g., river continuity).

Examples: Physical and technical measures include inter alia:
Wastewater Infrastructure: Construction or upgrading of Urban Wastewater Treatment Plants (UWWTPs). Czechia prioritises measures related to wastewater plants and sewage systems to address point source discharges. Romania has invested in 68 communal platforms for manure storage.

River Continuity and Restoration: Physical removal of barriers or installation of passes. Austria reports funding for fish passes and the demolition of old dams to improve longitudinal continuity. Luxembourg highlights the renaturalisation of the River Pétrusse.

Reduction of leakages and losses during water abstraction and supply: For example: Italy supports investment in the improvement of existing irrigation infrastructure and on-farm irrigation installations specifically to reduce losses and increase efficiency.

Remediation:
Cleanup of contaminated sites. Czechia maps measures for the remediation of contaminated sites covering 15,772 km².

economicOrFinancialMeasure

Definition:
Instruments involving financial incentives, pricing mechanisms, taxes, or subsidies designed to influence water use behaviour or fund environmental improvements.

Examples: Economic and financial measures include inter alia:

Water Pricing: The application of tariffs for water services. Italy reports that current pricing structures provide some incentives for efficient water use but requires better analysis of their adequacy. Hungary abolished the payment exemption for agricultural water use in 2017.

Subsidies and Compensation: Payments to support voluntary measures. In Estonia, measures to reduce agricultural pollution are supported by the Common Agricultural Policy (CAP), involving compensation for organic farming.
Slovakia uses CAP funding to support voluntary supplementary measures in agriculture.

Cost Recovery: Mechanisms to recover costs of water services. The Netherlands reports nearly full cost recovery for collective water supply and sanitation services.

knowledgeOrPreparatoryMeasure

Definition: Actions focused on research, data collection, and gap analysis to reduce uncertainty and inform future decision-making.

Examples: Knowledge and preparatory measures include inter alia:

Research Studies: Latvia assigned 23% of its 3rd RBMP measures to KTM14 to improve the knowledge base.
Gap Analyses: Poland performed a gap assessment for nutrients, estimating necessary load reductions for each surface water body.
Source Identification: Finland completed detailed work to identify point sources and diffuse emissions for 53 monitored substances.

Measure – 4ᵗʰ cycle - measureLegalInstrument

The primary measureLegalInstrument under which the measure was defined must be clearly identified.
This avoids double reporting in other Directives: the measures can be reported only once under the RBMP electronic reporting. An updated list of EU water and other environmental legislation is provided (Table 4).

The scope of some basic measures is clearly linked to the two Daughter directives:

  • Measures to prohibit direct discharges to groundwater: Groundwater Directive

  • Measures to eliminate or reduce pollution by Priority Substances: Environmental Quality Standards Directive

These two legal instruments are part of the codelist. The option ‘Other’ (Other Directives mentioned in Part A of Annex VI of the WFD), that existed in the 3rd cycle, is now eliminated because it did not convey relevant information.

Table 4 Legal instruments - proposed measureLegalInstrument options – 4ᵗʰ cycle.

Acronym

Name

ELI

WFD

Directive 2000/60/EC of the European Parliament and of the Council of 23 October 2000 establishing a framework for Community action in the field of water policy

http://data.europa.eu/eli/dir/2000/60/oj

FLOODS

Directive 2007/60/EC of the European Parliament and of the Council of 23 October 2007 on the assessment and management of flood risks

http://data.europa.eu/eli/dir/2007/60/oj

MSFD

Directive 2008/56/EC of the European Parliament and of the Council of 17 June 2008 establishing a framework for community action in the field of marine environmental policy (Marine Strategy Framework Directive)

http://data.europa.eu/eli/dir/2008/56/2017-06-07

BWD

Directive 2006/7/EC of the European Parliament and of the Council of 15 February 2006 concerning the management of bathing water quality and repealing Directive 76/160/EEC

http://data.europa.eu/eli/dir/2006/7/oj

DWD (recast)

Directive (EU) 2020/2184 of the European Parliament and of the Council of 16 December 2020 on the quality of water intended for human consumption (recast)

http://data.europa.eu/eli/dir/2020/2184/oj

EIA Directive

Directive 2011/92/EU of the European Parliament and of the Council of 13 December 2011 on the assessment of the effects of certain public and private projects on the environment

http://data.europa.eu/eli/dir/2011/92/2014-15-15

EQSD2008

Directive 2008/105/EC of the European Parliament and of the Council of 16 December 2008 on environmental quality standards in the field of water policy, amending and subsequently repealing Council Directives 82/176/EEC, 83/513/EEC, 84/156/EEC, 84/491/EEC, 86/280/EEC and amending Directive 2000/60/EC of the European Parliament and of the Council

http://data.europa.eu/eli/dir/2008/105

EQSD2013

Directive 2013/39/EU of the European Parliament and of the Council of 12 August 2013 amending Directives 2000/60/EC and 2008/105/EC as regards priority substances in the field of water policy

http://data.europa.eu/eli/dir/2008/105/2013-09-13

GWD

Directive 2006/118/EC of the European Parliament and of the Council of 12 December 2006 on the protection of groundwater against pollution and deterioration

http://data.europa.eu/eli/dir/2006/118/oj

Birds Directive

Directive 2009/147/EC of the European Parliament and of the Council of 30 November 2009 on the conservation of wild birds

http://data.europa.eu/eli/dir/2009/147/2019-06-26

Habitats Directive

Council Directive 92/43/EEC of 21 May 1992 on the conservation of natural habitats and of wild fauna and flora

http://data.europa.eu/eli/dir/1992/43/2025-07-14

IED (formerly IPPC)

Directive 2010/75/EU of the European Parliament and of the Council of 24 November 2010 on industrial emissions (integrated pollution prevention and control)

http://data.europa.eu/eli/dir/2010/75/2024-08-04

NRR

Regulation (EU) 2024/1991 of the European Parliament and of the Council of 24 June 2024 on nature restoration and amending Regulation (EU) 2022/869

http://data.europa.eu/eli/reg/2024/1991/oj

NITRATES

Council Directive of 12 December 1991 concerning the protection of waters against pollution caused by nitrates from agricultural sources (91/676/EEC)

http://data.europa.eu/eli/dir/1991/676/oj

PPP (formerly PPPD)

Regulation (EC) No 1107/2009 of the European Parliament and of the Council of 21 October 2009 concerning the placing of plant protection products on the market and repealing Council Directives 79/117/EEC and 91/414/EEC

http://data.europa.eu/eli/reg/2009/1107/2022-11-21

Seveso III Directive

Directive 2012/18/EU of the European Parliament and of the Council of 4 July 2012 on the control of major-accident hazards involving dangerous substances, amending and subsequently repealing Council Directive 96/82/EC

http://data.europa.eu/eli/dir/2012/18/oj

Sewage Sludge Directive

Council Directive of 12 June 1986 on the protection of the environment, and in particular of the soil, when sewage sludge is used in agriculture (86/278/EEC)

http://data.europa.eu/eli/dir/1986/278/2022-01-01

UWWTD (recast)

Directive (EU) 2024/3019 of the European Parliament and of the Council of 27 November 2024 concerning urban wastewater treatment (recast)

http://data.europa.eu/eli/dir/2024/3019/oj

WRR

Regulation (EU) 2020/741 of the European Parliament and of the Council of 25 May 2020 on minimum requirements for water reuse

http://data.europa.eu/eli/reg/2020/741/oj

Measure – 4ᵗʰ cycle - mainKeyTypeOfMeasure

The mainKeyTypeOfMeasure attribute contains the classification to be used for both basic and supplementary measures (see Table 5).
It simplifies, consolidates and replaces both the basicMeasureType and the keyTypeOfMeasure classifications used in the 2ʳᵈ and 3ʳᵈ cycles.

Table 5 Simplified classification of measures - proposed mainKeyTypeOfMeasure options – 4ᵗʰ cycle.

mainKeyTypeOfMeasure

definition

mainPressureType

mainSubstanceType

B

Measure to implement recovery of costs for water services

P3%,P1%,P2%

optional

C

Measure to promote efficient and sustainable water use

P3%

optional

D

Measure to protect drinking water quality and reduce the level of treatment required

P1%,P2%,P3%,P9

optional

E

Measure to control abstraction from surface and groundwater, and impoundment of surface water

P3%

not applicable

F

Measure to control artificial recharge or augmentation of groundwater

P6%

not applicable

G

Measure to control point source discharges

P1%

optional

H

Measure to prevent or control inputs of diffuse pollutants

P2%

optional

J

Measure to prohibit direct discharges to groundwater

P1%,P2%

optional

K

Measure to eliminate Priority Substances and reduce pollution by other substances

P1%,P2%

optional

L

Measure to prevent accidental pollution

P1%,P2%,P9

optional

I2-2

Measure to address significant impacts on surface waters - Altered habitats (hydrological)

P4-3%

not applicable

I2-3

Measure to address significant impacts on surface waters - Altered habitats (morphology)

P4%

not applicable

I2-4

Measure to address significant impacts on surface waters - Acidification

P2-7, others?

optional

P

Measure to address significant pressures on surface waters

P%

conditional

X01

Construction or upgrades of wastewater treatment plants

P1%,P2%

optional

X12

Advisory services

P%

optional

X14

Research, improvement of knowledge base reducing uncertainty

P%

optional

X23

Natural water retention measures

P%

optional

X24

Climate change adaptation measure

P%

optional

Measure – 4ᵗʰ cycle - mainPressureType and mainSubstanceType

In the 3ʳᵈ cycle, the reporting guidance stated that “the name should reflect the pressure that is being tackled by the measure” — meaning the pressure(s) should be described textually in the name of the measure. This recommendation was not consistently followed, and an analysis of the measure names across Europe does not yield useful results.

It is easier to keep the original name of the measure, and to allow MS to optionally select the mainPressureType that the measure addresses, at the adequate level of detail (e.g. a generic measure may address P2 – Diffuse sources, while a more targeted measure may address only P2‑5 – Diffuse – Contaminated sites or abandoned industrial sites).

The mainPressureType attribute allows more clarity and flexibility and can be applied to supplementary measures too. The mainPressureType attribute is optional, except for measures of type G and H. For measures of type G and H, the Commission requires additional information to differentiate measures addressing issues related to Urban Waste Water (P1‑1) and diffuse pollution from Agriculture (P2‑2).

If needed and applicable, a similar approach can be used for mainSubstanceType, allowing MS to identify measures targeting specific substances or groups of substances.

Measure – 4ᵗʰ cycle - geographicalCoverage

The geographical scope of a measure is specified in the geographicalCoverage attribute, by selecting the most appropriate option:

The option geographicalCoverage = ‘national’ should be used for measures that target any waterbody affected by a given significant pressure or substance failing. Similarly, the option geographicalCoverage = ‘riverBasinDistrict’ should be used for measures that target any waterbody affected by a given significant pressure or substance failing within the RBDs indicated in the euRBDCode attribute.

If appropriate and necessary, it is possible to specify that a measure only applies to a specific category of waterbodies, using the optional waterCategory attribute.

If appropriate and necessary, it is possible to specify that a measure only applies to a specific type of WFD protected area, using the optional protectedAreaType attribute.

The option geographicalCoverage = ‘waterBody’ should be reserved for measures that target specific water bodies (for example, a given river, or a set of lakes). The option geographicalCoverage = ‘protectedArea’ should be reserved for measures that target specific protected areas (for example, a set of bathing waters or a specific UWWTD sensitive area). In these cases, it is not requested to individually identify the waterbodies or protected areas.

Measure – 4ᵗʰ cycle - implementationPeriod and implementationStatus

The temporal scope of a measure is provided in the implementationPeriod – the range of years indicated is used to check the reporting of information related to expenditures (e.g. if a measure is yet to start, then no past expenditures exist). The implementationStatus attribute allows the distinction between planned and ongoing measures – and may also be used for measures planned for the 3ʳᵈ cycle but already executed or cancelled by the end of 2027.

Economic data in the Programme of Measures

The revision of the electronic reporting focuses on the main issues described in the Note to the CIS Working Group Economics ([1]) quoted below:

“[…] Both the Commission’s 6ᵗʰ and 7ᵗʰ WFD Implementation Reports indicate persistent problems in the (electronic) reporting on the investments and the costs of other measures in the Programme of Measures (PoM).

The 6ᵗʰ WFD Implementation Report notes that the Member States’ reporting on costs and financing of the PoMs appears overall patchy and that a consultant’s study estimate is an underestimation for the total costs, as there are significant data gaps and it excludes operational and infrastructure maintenance costs. The corresponding investment overview table shows indeed large gaps ([2]) .

The Commission’s evaluation of the 3ʳᵈ River Basin Management Plans ([3]), as part of the 7ᵗʰ WFD Implementation Report, notes that the “third PoMs presented in the (…) RBMPs show that Member States continue to have different approaches to their design and reporting” and that “the costs and the financing of the planned measures are often missing.” Hence, the Commission recommends that “in order to effectively implement the PoMs, long‑term investment plans should be developed and the source of financing for each measure clearly identified.” Good planning is also necessary for the acquisition of support from EU Funds, the EIB, and other promotional banks.

The proposal here is to agree on a clear conceptual basis for the PoM costs.

It is natural to consider the PoM as a budget of government outlays – however, there can be costs on other economic agents without government payment involved (e.g. banning an activity).

The budget orientation would imply focusing on foreseen spending amounts. This has three consequences:

  • ‘Welfare costs’ should not be included in the reporting. However, they can be taken up as “negative benefits” in the CEA (cost‑effectiveness analysis).

  • The reporting concerns investment spending (purchases / commitments) and not capital costs (depreciation).

  • To link with financial support from EU Funds, EIB, and other promotional banks, it is necessary to distinguish OPEX and CAPEX when reporting investment costs.

There is a readily available conceptual basis for the reporting on the PoM investment and other costs, with which the Member States are already familiar, namely the environmental protection expenditures. They are required to collect and report this data annually to Eurostat ([4]), who publishes the Environmental Protection Expenditures Accounts (EPEA) as one of the environmental‑economic satellite accounts to the economic National Accounts.The EPEA are based on a clear, publicly available protocol (following UN statistical standards), defining the environmental domains, spending economic sectors, and expenditure types. The latter includes the distinction between capital and current expenditures. Hence, it meets the features described in the three points above.

In the 3ʳᵈ cycle of reporting, the overall cost of the PoM was reported in the Costs class (Figure 11). Reporting of costs was, de facto, optional – since all numerical attributes admitted the option –9999 to denote “data not available”.

Out of the 146 RBD reported by EU Member States, 24 do not have data on investments, 54 do not have data on operational costs and 64 do not have data on EU funds.

Figure 11. Class diagram for the RBMPPoM_2022 schema: Costs – 3ʳᵈ cycle of reporting.

        classDiagram

class Costs {
 + costOfMeasuresScale20152021 : MSorRBD_Enum
 + costOfMeasurePeriod20152021 : YearRangeType
 + investmentCosts20152021 : NumberDecimalType
 + costExplanation20152021Reference : ReferenceType [1..*]

 + costOfMeasuresScale20212027 : MSorRBD_Enum
 + costOfMeasurePeriod20212027 : YearRangeType
 + investmentCosts20212027 : NumberDecimalType
 + annualCosts20212027 : NumberDecimalType
 + depreciation20212027 : YesNoCode_Enum
 + costExplanation20212027Reference : ReferenceType [1..*]

 + euFunds20152021 : NumberDecimalType
 + euFunds20212027 : NumberDecimalType
}
    

The variability of the geographical and temporal coverage of the reported data adds to the difficulty in achieving a meaningful analysis.Table 4 illustrates the issues regarding temporal coverage. Table 5 illustrates the issue with geographical coverage.

Table 4. Temporal coverage: period to which the reported costs refer – 3ʳᵈ RBMP electronic reporting (including Norway).

costOfMeasurePeriod20152021

costOfMeasurePeriod20212027

Number of RBDs

2014–2020

2022–2027

5

2015–2020

2021–2027

1

2015–2020

2022–2027

2

2015–2021

2007–2027

1

2015–2021

2021–2027

62

2015–2021

2022–2027

23

2016–2021

2009–2015

1

2016–2021

2010–2015

7

2016–2021

2021–2027

4

2016–2021

2022–2027

40

2016–2022

2023–2027

4

2016–2027

2019

4

2017–2021

2021–2027

4

2017–2021

2022–2027

1

Table 5. Geographic coverage: scale to which the reported costs refer – 3ʳᵈ RBMP electronic reporting (including Norway).

costOfMeasuresScale20152021

costOfMeasuresScale20212027

Number of RBDs

National

National

48

River Basin District

River Basin District

103

National

River Basin District

4

River Basin District

National

7

ExpenditurePerMeasurePerSector – 4ᵗʰ cycle

Figure 12 illustrates the ExpenditurePerMeasurePerSector table proposed for the 4ᵗʰ cycle.

The data is reported for each measure, if it is available: the measureCode identifier and the expenditureDataAvailable attribute are the only mandatory attributes.

The geographical scope of the measure is inherited from the parent record in the Measure table and does not need to be reported again. Likewise, the temporal scope is inherited from the parent records and can be used to verify the reported data ([5]).

The attribute millionUnitsOfNationalCurrency was introduced to facilitate reporting by MS outside the Euro area, in alignment with common statistical practices ([6]). It also facilitates human analysis, namely the cross‑checking against the RBMP documentation.

        %%{init : {'theme' : 'neutral'}}%%
classDiagram
direction LR
namespace ReportingData{
class ExpenditurePerMeasurePerSector {
 + measureCode : wiselIdentifier
 + expenditureDataAvailable : YesNoNotApplicable
 + institutionalSector : SEA2010SectorCodeList value [0..1]

 + totalCapitalExpenditure3rdCycle : NonNegativeNumberDecimalType [0..1]
 + totalCurrentExpenditure3rdCycle : NonNegativeNumberDecimalType [0..1]

 + totalCapitalExpenditure4thCycle : NonNegativeNumberDecimalType [0..1]
 + totalCurrentExpenditure4thCycle : NonNegativeNumberDecimalType [0..1]

 + millionUnitsOfNationalCurrency : CurrencyCode [0..1]
}
}
namespace Codelist{
class SEA2010SectorCodeList{
    <<enumeration>>
    }
class CurrencyCode{
    <<enumeration>>
    }
class YesNoNotApplicable{
    <<enumeration>>
    yes
    no
    notApplicable
    }
}
    

Figure 13 Expenditure per Measure per Sector table – 4ᵗʰ cycle of reporting

A clear separation is made between capital expenditure vs. current expenditure and between the 3ʳᵈ cycle and the 4ᵗʰ cycle data. Only total values are requested.

The institutionalSector attribute identifies the institutional sector doing the outlay. This aspect is explained below.

The European System of Accounts (ESA 2010) has a standard classification of institutional sectors (see Table 6). The topmost class (S.1 – Total Economy) encompasses all national institutional sectors; implicitly, the 3ʳᵈ cycle of WFD reporting used it. The dichotomous key in Figure 13 clarifies the allocation of units to sectors.

The Environmental Protection Expenditures Accounts (EPEA) uses four groups of sectors ([7]):

  • S13 and S15 – General government and NPISH

  • S11 and S12 – Corporations

  • S14 – Households

  • S2 – Rest of the World

Table 6. European System of Accounts (ESA 2010) sectors.

ESA Sector

Definition

S.1

Total economy

S.11

Non-financial corporations (e.g., waste companies, manufacturers).

S.11001

Public non-financial corporations. All non-financial corporations, quasi-corporations and non-profit institutions, recognised as independent legal entities, that are market producers and are subject to control by government units.

S.11002

National private non-financial corporations.

S.11003

Foreign controlled non-financial corporations.

S.12

Financial corporations (rarely main EPEA actors, but valid).

S.13

General government. Central, state, and local government units (e.g., municipalities, ministries).

S.14

Households. Private individuals acting as consumers.

S.15

NPISH. Non-profit institutions serving households (e.g., environmental charities).

S.2

Rest of the world. Used for reporting transfers (subsidies/grants) paid to or received from abroad.

S.21

Member states and institutions and bodies of the European Union.

S.212

Institutions and bodies of the European Union (e.g., European Central Bank, European Commission).

S.22

Non-member countries and international organisations non-resident in the European Union.

Figure 13. European System of Accounts (ESA 2010) allocation of institutional units to sectors.

        flowchart TB

 A[Is the unit resident?]

 A -->|Yes| B[Is the unit a household?]
 A -->|No| RoW[RoW]

 B -->|No| C[Is the unit a non-market producer?]
 B -->|Yes| Households[Households]

 C -->|Yes| D[Is the unit controlled by government?]
 C -->|No| E[Does the unit produce financial services?]

 D -->|No| NPISH[NPISH]
 D -->|Yes| GG[General government]

 E -->|No| NFC[Non-financial corporations]
 E -->|Yes| FC[Financial corporations]

 %% --- FIX: give unique IDs to repeated decision boxes ---
 NFC --> D1[Is the unit controlled by general government?]
 

 D1 -->|Yes| PNFC[Public non-financial corporations]
 D1 -->|No| PRNFC

 FC -->D2[Is the unit controlled by general government?]
 
 D2 -->|Yes| PUFC[Public financial corporations]
 D2 -->|No| PRFC
    

Table 7 presents a proposed list of institutional sectors that can be used in the 4ᵗʰ cycle of reporting. The list should be revised and discussed with the CIS WG Economics.

It is also important to provide technical guidance and examples on the proper reporting of expenditures. For example, in the context of the EPEA, research and development (R&D) expenditure is primarily classified as current expenditure, while the National Accounts framework (ESA 2010) typically capitalizes R&D as an investment.

Table 7. Proposed list of institutional sectors – 4ᵗʰ cycle.

ESA Sector*

Definition and comments

S.1

Total economy. Allows the provision of aggregated data.

S.13

General government. The “default” option, if the RBMPs only include government outlays.

S.13_S.15

General government + NPISH. Aligned with EPEA, can be used if preferred.

S.11_S.12

Corporations. Aligned with EPEA, can be used if preferred.

S.11

Non-financial corporations. Can be used if the distinction of outlays by public and private companies is not relevant.

S.11001

Public non-financial corporations. Can be used if the distinction of outlays by public and private companies is relevant.

S.11002_S.11003

Private non-financial corporations. Can be used if the distinction of outlays by public and private companies is relevant.

S.212

Institutions and bodies of the European Union (e.g. European Central Bank, European Commission).

It is also important to address the reporting of transfers of EU Funds. If institutionalSector = ‘S.212’ then the value represents a transfer of EU funds into the national economy. Depending on the purpose, it can be a capital transfer (e.g. to build a new UWWT plant), or a current transfer (e.g. a CAP subsidy to pay farmers to reduce or eliminate pesticides). It is not necessary to identify which sector receives the transfer.

A numerical example can be used to illustrate the proposed approach.

A new Urban Waste Water Treatment Plant required a total capital expenditure of 10M€.

  • Scenario 1 : the General Government (S.13) built the plant using national funds.

  • Scenario 2 : a public utility company (S.11001) built the plant, using 10M€ of national funds transferred by the government.

  • Scenario 3 : the government built the plant using 8M€ of national funds and 2M€ from the EU Cohesion Fund.

  • Scenario 4 : a public utility company (S.11001) built the plant, using 8M€ of national funds transferred by the General Government (S.13) to the company and 2M€ of EU funds transferred to the company via the national government.

  • Scenario 5 : a public utility company (S.11001) built the plant, using 5M€ of their own funds, 4M€ of national funds transferred by the General Government (S.13) to the company and 1M€ of EU funds transferred to the company via the national government.

Table 8 illustrates the reporting of the different scenarios.

Note that scenario 1 and scenario 2 are identical from a reporting point‑of‑view. Likewise, scenario 3 and scenario 4 are identical.

Table 8. Illustrative example with the reporting of expenditure per sector.

(Table 8)

Scenario

Institutional Sector

Total Capital Expenditure

1

S.13 – General Government

10 M€

2

S.13 – General Government

10 M€

3

S.13 – General Government

8 M€

3

S.212 – Institutions and bodies of the European Union

2 M€

4

S.13 – General Government

8 M€

4

S.212 – Institutions and bodies of the European Union

2 M€

5

S.11001 – Public non-financial corporations

5 M€

5

S.13 – General Government

4 M€

5

S.212 – Institutions and bodies of the European Union

1 M€

The Commission must provide guidance on the reporting of expenditure for measures where mainKeyTypeOfMeasure IN (‘C - Measure to promote efficient and sustainable water use’, ‘E - Measure to control abstraction from surface and groundwater, and impoundment of surface water’) which may be outside the scope of the EPEA.

Alignment with the Classification of environmental protection activities

The EPEA categorises activities using the Classification of environmental protection activities (CEPA 2000, Table 6). The proposed classification of Measures using the mainKeyTypeOfMeasure value (Table 5) is not based on the CEPA 2000 classification.

Note also that CEPA strictly covers Environmental Protection (preventing pollution and degradation) and excludes Resource Management (saving water or energy), which falls under CReMA([8]) (Classification of Resource Management Activities).

Nevertheless, it seems to be possible to map most of the mainKeyTypeOfMeasure classes to a primary CEPA 2000 class (Table 7).

The mapping and post-classification can be done by the Commission, using the reported data per Measure, to analyse and aggregate the data according CEPA classes, if that is required.

Annex - Simplified classification of measures – 4ᵗʰ cycle

This annex presents the mainKeyTypeOfMeasure, a simplified classification of measures that consolidates and replaces the basicMeasureType and the keyTypeOfMeasure classifications used in the 3ʳᵈ cycle.

The purpose of the simplified classification is:

  • To reduce the number of classes to a manageable set (19 options).

  • To use a single classification scheme applicable to both basic measures and supplementary measures.

  • To avoid redundancy and reporting burden in the classification of the measures.

  • To maintain the options directly linked to the basic measure types in Articles 11(3)(b) to 11(3)(l) of the WFD – see codes B, C, D, E, F, G, H, J, K, L.

  • To maintain the disaggregation in the measures to address significant impacts in the status of water as per Article 11(3)(i) – see codes I2-2, I2-3 and I2-4.

  • To allow flexibility in the reporting of the measures to address significant pressures, when combined with the optional mainPressureType attribute.

  • To maintain the previous KTM that do not fit the criteria above and were reported with high frequency in the 3ʳᵈ cycle – see codes X01, X12, X14, X23 and X24.

Table 9 aligns the mainKeyTypeOfMeasure with the previous separate classification schemes. It supports MS in the migration to the single simplified codelist to be used in the mainKeyTypeOfMeasure attribute in the 4ᵗʰ cycle of reporting.

The proposed classification is provisional and can be reviewed by MS to detect potential issues and clarify the scope of the definitions.

Regarding the measures to address significant impacts in the status of water as per Article 11(3)(i) – see codes I2-2, I2-3 and I2-4 note that only some of the impacts applicable to surface water are detailed.

Table 9. Mapping between the proposed mainKeyTypeOfMeasure (4ᵗʰ cycle) and current basicMeasureType and keyTypeOfMeasure (2ⁿᵈ and 3ʳᵈ cycle).

mainKeyTypeOfMeasure (4th cycle)

basicMeasureType (2nd and 3rd cycle)

keyTypeOfMeasure (2nd and 3rd cycle)

B - Measure to implement recovery of costs for water services

Measure to implement recovery of costs for water services

KTM9 - Water pricing policy measures for the implementation of the recovery of cost of water services from households; KTM10 - Water pricing policy measures for the implementation of the recovery of cost of water services from industry; KTM11 - Water pricing policy measures for the implementation of the recovery of cost of water services from agriculture

C - Measure to promote efficient and sustainable water use

Measure to promote efficient and sustainable water use

KTM8 - Water efficiency, technical measures for irrigation, industry, energy and households

D - Measure to protect drinking water quality and reduce the level of treatment required

Measure to protect drinking water quality and reduce the level of treatment required

KTM13 - Drinking water protection measures (e.g. establishment of safeguard zones, buffer zones etc)

E - Measure to control abstraction from surface and groundwater, and impoundment of surface water

Measure to control abstraction from surface and groundwater

F - Measure to control artificial recharge or augmentation of groundwater

Measure to control recharging of groundwater

G - Measure to control point source discharges

Measure to control point source discharges

H - Measure to prevent or control inputs of diffuse pollutants

Measure to prevent or control inputs of diffuse pollutants

KTM17 - Measures to reduce sediment from soil erosion and surface run-off; KTM2 - Reduce nutrient pollution from agriculture; KTM21 - Measures to prevent or control the input of pollution from urban areas, transport, and built infrastructure; KTM22 - Measures to prevent or control the input of pollution from forestry; KTM7 - Improvements in flow regime and/or establishment of ecological flows

I2-2 - Measure to address significant impacts - Altered habitats due to hydrological changes

Measure to address significant impacts on the hydromorphological conditions

KTM5 - Improving longitudinal continuity (e.g. establishing fish passes, demolishing old dams); KTM6 - Improving hydromorphological conditions of water bodies other than longitudinal continuity

I2-4 - Measure to address significant impacts - Acidification

KTM25 - Measures to counteract acidification

J - Measure to prohibit direct discharges to groundwater

Measure to prohibit direct discharges to groundwater

K - Measure to eliminate by Priority Substances and reduce pollution by other substances

Measure to eliminate or reduce pollution by Priority Substances

KTM15 - Measures for the phasing-out of emissions, discharges and losses of Priority Hazardous Substances or for the reduction of emissions, discharges and losses of Priority Substances; KTM3 - Reduce pesticides pollution from agriculture

L - Measure to prevent accidental pollution

Measure to prevent accidental pollution

KTM18 - Measures to prevent or control the adverse impacts of invasive alien species, and introduced diseases; KTM19 - Measures to prevent or control the adverse impacts of recreation including angling; KTM20 - Measures to prevent or control the adverse impacts of fishing and other exploitation/removal of animal and plants; KTM4 - Remediation of contaminated sites (historical pollution including sediments, groundwater, soil)

X01 - Construction or upgrades of wastewater treatment plants

KTM1 - Construction or upgrades of wastewater treatment plants; KTM16 - Upgrades or improvements of industrial wastewater treatment plants (including farms)

X12 - Advisory services

KTM12 - Advisory services for agriculture

X14 - Research, improvement of knowledge, base reducing uncertainty

KTM14 - Research, improvement of knowledge base reducing uncertainty

X23 - Natural water retention measures

KTM23 - Natural water retention measures

X24 - Climate change adaptation measure

KTM24 - Adaptation to climate change

Annex - Classification of environmental protection activities (CEPA 2000)

Based on the information in (http://publications.europa.eu/resource/dataset/cepa2000). Note: this table is not relevant for the reporting process, it is only relevant for the analysis of reported data.

Table 6 Subset of CEPA classes potentially applicable to the classification of WFD Measures.

CODE

NAME

SCOPE

CEPA 2

Wastewater management

Wastewater is defined as water that is of no further immediate value for the purpose for which it was used or in the pursuit of which it was produced because of quality, quantity, or time of its occurrence.
Wastewater management comprises activities and measures aimed at the prevention of pollution of surface water through the reduction of the release of wastewater into inland surface water and seawater.
It includes:
• the collection, treatment of wastewater;
• monitoring and regulation activities;
• septic tanks.
Septic tanks are settling tanks through which wastewater is flowing and the suspended matter is decanted as sludge.
Organic matter (in the water and in the sludge) is partly decomposed by anaerobic bacteria and other micro-organisms.
It excludes:
• actions and activities aiming to protect groundwater from pollutant infiltration and the cleaning up of water bodies after pollution (see CEPA 4).

CEPA 2.1

Prevention of pollution through in-process modifications

Activities and measures aimed at reducing the generation of wastewater through IPMs related to:
• cleaner and more efficient production processes and other technologies (cleaner technologies);
• the consumption or use of ‘cleaner’ (adapted) products.
It includes:
• replacing existing production processes with new processes designed to reduce water pollutants or wastewater generated during production (e.g., separation of networks, treatment and re-use of water used in production processes);
• modifying or adapting an existing production process or facilities to enable substitution of raw materials, catalysts and other inputs by non- or less‑polluting products.

CEPA 2.2

Sewerage networks

Activities aimed at the operation, maintenance and repair of sewerage networks.
Sewerage networks are systems of collectors, pipelines, vehicles, tanks, conduits and pumps used to transport wastewater (rainwater, domestic and other wastewater) from points of generation to a sewage treatment plant or discharge point.

CEPA 2.3

Wastewater treatment

Wastewater treatment is the process which brings wastewater up to environmental standards or other quality norms.

Three broad types of treatment:
• Mechanical treatment – separation of wastewater into treated water and sludge (sedimentation, screening, flotation).
• Biological treatment – aerobic or anaerobic microorganisms treat wastewater (activated sludge, anaerobic digestion).
• Advanced treatment – removal of specific constituents (metals, nitrates, phosphorous, oxidisable non‑biodegradable matter).

Also included:
• septic tanks, their maintenance and emptying;
• construction and operation of sewage treatment plants;
• treatment of sewage sludge for disposal or reuse (agriculture, incineration with energy recovery, biogas).

CEPA 2.4

Treatment of cooling water

Processes which bring cooling water up to environmental standards before release.
Cooling water is used to remove heat. Activities include:
• air cooling (extra cost vs. water cooling);
• cooling towers (when required for pollution reduction);
• cooling circuits for processing water and vapour condensation;
• equipment to enhance dispersion of cooling water;
• closed cooling circuits;
• circuits for using cooling water for heating purposes.
Includes activities reducing cooling water use and improving efficiency in the energy sector.

CEPA 2.5

Measurement, control, laboratories and the like

Activities aimed at monitoring pollutant concentrations in wastewater and the quality of inland surface water and marine water at discharge points.
Includes analysis and measurement of pollutants.

CEPA 2.6

Other activities

All other activities and measures aimed at wastewater management, including regulation and ETIGA activities specific to CEPA 2, when separable from other CEPA classes.

CEPA 4

Protection and remediation of soil, groundwater and surface water

Protection and remediation of soil and water concerns surface water, groundwater and marine waters.
Includes prevention of pollutant infiltration, cleaning up of soils and water bodies, protection of soil from erosion and degradation (including salinisation), and monitoring of soil and groundwater pollution.
Excludes:
• wastewater management (CEPA 2);
• soil protection in forests (CReMA 11A);
• biodiversity and landscape protection (CEPA 6).
Aquaculture is excluded except organic aquaculture (CEPA 4.3).

CEPA 4.1

Prevention of pollutant infiltration

Activities and measures aimed at reducing or eliminating penetration of polluting substances into soil and water.

It includes:
• sealing of soils of industrial plants;
• installation of catchment for pollutant run-offs and leaks;
• strengthening of storage facilities;
• transportation of pollutant products.

CEPA 4.2

Cleaning up of soil and water bodies

Processes to reduce pollutants in soil and water bodies either in situ or in installations.
It includes:
• soil decontamination at industrial sites, landfills, black spots;
• dredging pollutants from water bodies;
• cleaning up surface water after accidental pollution;
• cleaning up oil spills on land, inland waters and seas.
It excludes:
• liming of lakes and artificial oxygenation (CEPA 6);
• civil protection services (outside CEPA/CReMA).

CEPA 4.3

Protection of soil from erosion and other physical degradation

Activities aimed at protecting soil from erosion and physical/chemical degradation.
It includes:
• restoring protective vegetal cover;
• anti‑erosion walls;
• organic farming and less harmful agricultural practices;
• organic aquaculture.
It excludes:
• conventional agriculture (outside CEPA/CReMA);
• protection of settlements against natural hazards.
Includes definition of soil erosion.

CEPA 4.4

Prevention and remediation of soil salinity

Activities aimed at preventing or reducing soil and groundwater salinity.
It includes:
• increasing groundwater tables to prevent seawater intrusion;
• lowering groundwater tables via re‑vegetation, irrigation changes.
It excludes:
• measures for economic purposes (conventional agriculture, land reclamation).

CEPA 4.5

Measurement, control, laboratories and the like

Monitoring soil, groundwater and surface water quality, erosion and salinity.
It includes:
• monitoring systems;
• inventories of black spots;
• maps and databases of pollution, erosion, salinity.

CEPA 4.6

Other activities

All other activities aimed at protecting and remediating soil, groundwater, surface water and marine waters.
Includes ETIGA activities specific to CEPA 4.

CEPA 6

Protection of biodiversity and landscapes

Activities aimed at protecting and replenishing wild fauna and flora, habitats, ecosystems, and natural/semi‑natural landscapes.
Includes rehabilitation of abandoned mining/quarrying sites.
Excludes:
• historic monuments;
• weed control for agriculture;
• recreational structures (parks, golf courses);
• zoos, aquariums, city greenery;
• roadside green spaces;
• extraction activities (hunting, fishing);
• conventional farming/gardening (except organic farming under CEPA 4).
Forest fire protection is reported under CReMA 11A.

CEPA 6.1

Protection and rehabilitation of species and habitats

Activities aimed at conservation, reintroduction, recovery of species and restoration of habitats.
It includes:
• conserving genetic heritage;
• ecological infrastructure (green bridges, passages);
• re‑introduction of native species;
• control of invasive species;
• restoration of wild flora/fauna stocks;
• land purchase for habitat protection;
• low‑impact fishing nets, pesticides, turbine shutdown algorithms, bat protection systems.

CEPA 6.2

Protection of natural and semi-natural landscapes

Activities aimed at protecting natural and semi‑natural landscapes.
It includes:
• preservation of protected natural objects;
• rehabilitation of mining/quarrying sites;
• renaturalisation of river banks;
• burying electricity lines;
• maintenance of traditional landscapes;
• restoration of water bodies as habitats;
• biodiversity/landscape protection in agriculture.
It excludes:
• protection of historic monuments;
• aesthetic landscaping for economic purposes;
• protection of built‑up landscapes.

CEPA 6.3

Measurement, control, laboratories and the like

Monitoring, analysis and inspection activities not classified elsewhere.

Includes censuses, inventories, databases of flora and fauna.

CEPA 6.4

Other activities

All other activities aimed at protecting species, habitats and landscapes.
Includes ETIGA activities specific to CEPA 6 and government activities for quotas, regulation, monitoring, control (e.g., fishing), management of wild game reserves.

CEPA 8

Research and development

R&D for prevention and elimination of pollution and for pollution measurement and analysis.
Includes:
• identification and analysis of pollution sources, dispersion mechanisms, effects on humans and ecosystems. Excludes:
• R&D related to natural resource management (CReMA 15).

CEPA 8.2

Protection of water

CEPA 8.4

Protection of soil and groundwater

CEPA 8.6

Protection of species and habitats

CEPA 8.8

Other research on the environment

CEPA 9

Other environmental protection activities

Regulation and ETIGA activities not classified elsewhere.
Includes:
• support to environmental decision‑making;
• regulation by government bodies;
• environmental management by businesses;
• activities not elsewhere classified.

CEPA 9.1

General environmental administration and management

Includes:
• administration, management and support to environmental protection decisions;
• preparation of declarations or requests for permission;
• internal environmental management;
• environmental certification processes;
• consultancy, supervision and analysis;
• regulation by government.

CEPA 9.1.1

General administration, regulation and the like

CEPA 9.1.2

Environmental management

CEPA 9.2

Education, training and information

Activities aimed at providing environmental education, training and information.
Includes: • high school programs;
• university degrees or special courses;
• environmental reports and communication.

CEPA 9.4

Activities not elsewhere classified

Environmental protection activities not classifiable under other CEPA classes.
Includes international financial aid where attribution to specific CEPA classes is difficult.

Annex - Mapping between mainKeyTypeOfMeasure and CEPA 2000

Table 7 Tentative mapping between the proposed mainKeyTypeOfMeasure WFD Code and the CEPA 2000 classification.

WFD Code

Definition

CEPA2000

Rationale / Notes

B

Measure to implement recovery of costs for water services

14.2

Measures related to the recovery of costs for water services.

C

Measure to promote efficient and sustainable water use

14.2

Measures related to the efficient and sustainable use of water.

D

Measure to protect drinking water quality and reduce the level of treatment required

14.1

Measures related to the protection of drinking water quality.

E

Measure to control abstraction from surface and groundwater, and impoundment of surface water

14.1

Measures related to abstraction control.

F

Measure to control artificial recharge or augmentation of groundwater

14.1

Measures related to groundwater recharge.

G

Measure to control point source discharges

14.1

Measures related to point source pollution control.

H

Measure to prevent or control inputs of diffuse pollutants

14.1

Measures related to diffuse pollution control.

I2-2

Measure to address significant impacts - Altered habitats due to hydrological changes

12.1 / 12.2

Measures related to hydromorphological pressures.

I2-4

Measure to address significant impacts - Acidification

14.1

Measures related to acidification.

J

Measure to prohibit direct discharges to groundwater

14.1

Measures related to groundwater protection.

K

Measure to eliminate Priority Substances and reduce pollution by other substances

14.1

Measures related to Priority Substances and other pollutants.

L

Measure to prevent accidental pollution

14.1

Measures related to accidental pollution.

X01

Construction or upgrades of wastewater treatment plants

14.1

Measures related to wastewater treatment infrastructure.

X12

Advisory services

14.1

Measures related to advisory services.

X14

Research, improvement of knowledge, base reducing uncertainty

14.1

Measures related to research and knowledge improvement.

X23

Natural water retention measures

12.1 / 12.2

Measures related to natural water retention.

X24

Climate change adaptation measure

14.1

Measures related to climate change adaptation.

References

The full reporting schemas for the 3ʳᵈ cycle of reporting can be found in the WFD2022 EAP file.