Refinitiv Data Library for Python

esg.universe.Definition object

This object defines the ESG data for all available instruments.

Module

refinitiv.data.content.esg.universe

Syntax

esg.universe.Definition(use_field_names_in_headers)

Parameters

Value Description Data type Optional Default value
use_field_names_in_headers Boolean that indicates whether or not to add field names in the headers. bool Yes None

Returned value

esg.universe.Definition instance

Usage

The following example demonstrates how to create the definition to retrieve all ESG data:

from refinitiv.data.content import esg

definition = esg.universe.Definition()

None.