MarketQuotations.Market

Classes

Market(ref_date: datetime.date, ...) Container class to encapsulate dated market data.
MarketData(underlying_level: float, ...) Container class to encapsulate market data.
date date(year, month, day) –> date object
class MarketQuotations.Market.Market(ref_date: datetime.date, market_data: MarketQuotations.MarketData.MarketData)[source]

Container class to encapsulate dated market data.

Parameters:

ref_date : date

Date of the quotations of the market data in the market.

market_data : MarketData

The quotations of the market data.

Attributes

market_data
ref_date