added
EU Taxonomy - new metric year column at universe API
May 10th, 2024
Summary (What?)
We’re adding a new optional column metric_year
in both organizations and securities endpoints for the EU Taxonomy API.
Business impact (Why?)
This development will allow clients to understand the “year” the EU Taxonomy values were calculated. This is especially important when clients use company reported data to incorporate into their own mandatory disclosures.
There are 2 main use cases:
- Data freshness; in order to comply properly with the regulation (and prevent greenwashing) the client should use the most up to date data.
- Audit/traceability; when client is audited, it is important to have any indicators that explain the data point.
Therefore, knowing the year the data corresponds to is crucial.
Modules and Endpoints impacted (Where?)
List of endpoints by module impacted by this release:
Module | Endpoints | Action (addition/removal/ deprecation/change) |
---|---|---|
EU Taxonomy | GET /clarity/v1/public/securities/eu-taxonomy/{objective}/metric-by-id/async | Change |
EU Taxonomy | GET /clarity/v1/public/organizations/eu-taxonomy/{objective}/metric-by-id/async | Change |
New Features (How?)
- metric_year optional column: includes the columns
METRIC_YEAR.VALUE
andMETRIC_YEAR.META
in the endpoint response.
Go-live date (When?)
09/May/2024