Set Up the Final ESRS Set 1 Taxonomy in CDM
This article is to help you work with the final taxonomy as a proof-of-concept in CDM. It will cover:
- Activating the ESRS jurisdiction
- Populating the taxonomy cache
- Adding an ESRS XBRL project
By following the procedures, you will be able to create a CSRD report and tag data against the ESRS Set 1 Taxonomy in CDM.
Activate the ESRS Jurisdiction
By default, the ESRS jurisdiction is not enabled in CDM. So you first need to activate the corresponding configuration key.
- Using Windows Explorer, navigate to the Config folder on the CDM Server. The default location is C:\inetpub\wwwroot\CertentCDM-Server\Config.
- Open the CDMXBRL-SimplifiedTaggingJurisdictions.config file in the folder.
- Set the jurisdiction key for ESRS to true.<simplifiedTaggingJurisdiction-configuration> <jurisdictions> <jurisdiction isActive="true">ESMA</jurisdiction> <jurisdiction isActive="true">ESRS</jurisdiction> <jurisdiction isActive="false">ISA</jurisdiction> </jurisdictions> </simplifiedTaggingJurisdiction-configuration>
- Save the file.
Populate the Taxonomy Cache
Next, you need to populate the CDM Cache Manager with the ESRS Set 1 Taxonomy files.
- Extract the ESRS-Set1-XBRL-taxonomy.zip file that you are provided.
- In CDM, click the Home tab, then in the Navigation Pane, click Administration.
- Under XBRL, double-click Cache Manager. The Cache Manager tab opens in the work area.
- Click Home > Add > Folder.
- In the Add Folder window, copy and paste https://xbrl.efrag.org/ in the Base URL field.
- Click Add Folder, then browse to select the root folder with the taxonomy.
- Click OK.
Create You First ESRS Project
- In the Navigation Pane, go to Administration > XBRL and double-click XBRL Projects.
- In the Add Project window, specify a name for the project.
- Specify a description for the project if you want.
- Select an existing report from the Report list.
- In the Document Title field, enter the name you want assigned to your generated document. If you leave this field empty, CDM automatically assigns a default name to the document.
- In the Jurisdiction Settings section, choose ESRS from the Jurisdiction Type drop-down list.
- Specify the generation settings according to your requirements.
- Click Next to go to the Project Configuration page.
- Enter the preferred URL for the entity in the Company URL field and the company's prefix in the Short Name field. Both the company URL and prefix must not start with a number.
- Select the reporting period from the Reporting Period dropdown list.
- The taxonomy namespace is displayed in the Taxonomy Namespace field. The taxonomy namespace has a standard format (the date in the namespace must always be YYYYMMDD).
- In the Project Languages section, the primary language for the taxonomy is selected and active languages are shown.
- To add additional languages, click Add and select one or more languages from the list.
- To change the primary language, select a language and click Set As Primary.
- To remove a language, select the language and click Remove.
- Click Finish.
Rev: 8/11/2025