Common.MarketStateKey

Classes

MarketStateKey(id) Container class to identify a market state in a greeks run.
class Common.MarketStateKey.MarketStateKey(id)[source]

Container class to identify a market state in a greeks run.

Parameters:

id : str

String used to identify the market state.

Examples

>>> from Common.MarketStateKey import MarketStateKey
>>> market_state_key = MarketStateKey("Delta_Up")
>>> print(market_state_key)
Delta_Up

Attributes

id