Package com.illumon.modelfarm.fitterfarm
Interface FitDataBase
- All Known Implementing Classes:
CoreFitData
,EquityFitData
,EquityFitDataOptionPrices
,EquityFitDataVolSurface
,FuturesCoreFitData
,FuturesFitData
,FuturesFitDataOptionPrices
,FuturesFitDataVolSurface
public interface FitDataBase
Basic data describing a snapshot of market data.
-
Method Summary
Modifier and Type Method Description String
getFitGroup()
Gets the grouping of the data snapshot.FitScope
getFitScope()
Gets the scope indicating the extent of this data (e.g.
-
Method Details
-
getFitGroup
String getFitGroup()Gets the grouping of the data snapshot.- Returns:
- grouping of the data snapshot.
-
getFitScope
FitScope getFitScope()Gets the scope indicating the extent of this data (e.g. underlying ID + fit group)- Returns:
- fit scope
-