LSEG Data Library for Python

news.online_reports.hierarchy.Definition

Defines the online reports hierarchy to retrieve.

Module

data.content.news.online_reports.hierarchy

Syntax

news.online_reports.hierarchy.Definition(extended_params)

Parameters

Value Description Data type Optional Default value
extended_params Specifies the parameters that will be merged with the request. dict Yes None

Returned value

news.online_reports.hierarchy.Definition object

Usage

The following example demonstrates how to define the online reports hierarchy:

from lseg.data.content import news

definition = news.online_reports.hierarchy.Definition()

None

42 words (0:13 mins)