Refinitiv Data Library for Python

esg.basic_overview.Definition object

This object defines the basic ESG data to retrieve.

Module

refinitiv.data.content.esg.basic_overview

Syntax

esg.basic_overview.Definition(universe, use_field_names_in_headers)

Parameters

Value Description Data type Optional Default value
universe Single instrument or list of instruments. str or list(str) No -
use_field_names_in_headers Boolean that indicates whether or not to add field names in the headers. bool Yes None

Returned value

esg.basic_overview.Definition instance

Usage

The following example demonstrates how to create the definition to retrieve the basic ESG data for BNPP.PA:

from refinitiv.data.content import esg

definition = esg.basic_overview.Definition(universe="BNPP.PA")

None.