Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 968 Bytes

MarketDataOptions.md

File metadata and controls

25 lines (11 loc) · 968 Bytes

MarketDataOptions

Base class for representing market data options in LUSID. Abstractly, these are any options that one should be able to specify for ComplexMarketData entities. For example, CurveOptions allows one to decide how the data provided in a discountFactorCurve is interpolated. This base class should not be directly instantiated; each supported MarketDataOptionsType has a corresponding inherited class.

Properties

Name Type Description Notes
marketDataOptionsType MarketDataOptionsTypeEnum The available values are: CurveOptions

Enum: MarketDataOptionsTypeEnum

Name Value
CURVEOPTIONS "CurveOptions"

Back to Model listBack to API listBack to README