LSEG Data Library for TypeScript

FundamentalAndReference.RowHeaders

The list of RowHeaders parameters

Name Value
Date 'Date'
None 'None'

Usage

The following example demonstrates how to create a historical pricing events definition object for LSEG.L which retrieves the 20 most recent events for "trade" event type only.

import { FundametalAndReference } from '@lsegroup/data';

const definition = FundamentalAndReference.Definition({
    universe: 'IBM.N',
    fields: ['TR.Revenue'],
    rowHeaders: FundamentalAndReference.RowHeaders.None,
});
38 words (0:12 mins)