LSEG Data Library for Python

esg.bulk.PackageManager

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

Module

lseg.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 session parameters are not defined, 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 lseg.data.content.esg.bulk import PackageManager


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

None.

73 words (0:23 mins)