sdk.lusid.models.list_complex_market_data_with_meta_data_response.ListComplexMarketDataWithMetaDataResponse

class ListComplexMarketDataWithMetaDataResponse(**data)[source]

Wraps a Finbourne.WebApi.Interface.Dto.ComplexMarketData.ComplexMarketData object with information that was retrieved from storage with it. In particular, the scope that the data was stored in, and a <seealso cref=”T:Finbourne.WebApi.Interface.Dto.ComplexMarketData.ComplexMarketDataId” /> object identifying the market data in that scope. # noqa: E501

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

Attributes

This is a Pydantic class. For now, click on the green [source] link in the class signature above to see descriptions/allowed values for these attributes.

scope

market_data_id

market_data

class Config[source]

Pydantic configuration

classmethod from_dict(obj)[source]

Create an instance of ListComplexMarketDataWithMetaDataResponse from a dict

Return type:

ListComplexMarketDataWithMetaDataResponse

classmethod from_json(json_str)[source]

Create an instance of ListComplexMarketDataWithMetaDataResponse from a JSON string

Return type:

ListComplexMarketDataWithMetaDataResponse

to_dict()[source]

Returns the dictionary representation of the model using alias

to_json()[source]

Returns the JSON representation of the model using alias

Return type:

str

to_str()[source]

Returns the string representation of the model using alias

Return type:

str