Refinitiv Data Library for Python

esg.bulk.PackageManager

This module defines the package of ESG data to retrieve from the Refinitiv Data Platform bulk feeds.

Module

refinitiv.data.content.esg.bulk

Syntax

esg.bulk.PackageManager(package_name, session)

Parameters

Value Description Data type Optional Default value
package_name Name of the package to download. str No -
session Session object. If it's not passed the default session will be used. Session object Yes None

Returned value

esg.bulk.PackageManager instance

Usage

The following example demonstrates how to create the definition of the ESG data package:

from refinitiv.data.content.esg.bulk import PackageManager


pkg_manager = PackageManager(package_name="esg.standard_scores")

None.