LSEG Data Library for Python

ipa.surfaces.Definition

surfaces.Definition is a Definition object from the ipa.surfaces group

Module

refinitiv.data.content.ipa.surfaces

The ipa.surfaces group includes:

Syntax

'ipa.surfaces.Definition(universe)'

Parameters

Value Description Data type Optional Default value
universe an array of single definitions from the Swaption group (See SurfacesDefinitions below). Definition[] No -
extended_params Specifies the parameters that will be merged with the request. dict Yes None

Returned value

ipa.surfaces.Definition instance


get_data

Sends a request to the data platform to retrieve the data described by the Definition object.

Syntax

 get_data(session)

Parameters

Value Description Data type Optional Default value
session Session instance Session Yes default session

Returned value

Response.


get_data_async

Sends an async request to the data platform to retrieve the data described by the Definition object.

Module

refinitiv.data.ipa.curves.forward-curves

Syntax

get_data_async(session, on_response)

Parameters

Value Description Data type Optional Default value
session Session object. If it's not passed the default session will be used. Session object Yes None
on_response User-defined callback function to process the retrieved data. Callable Yes None

Returned value

Response.

144 words (0:45 mins)