Class SymbolAnalysisEventService
java.lang.Object
com.bluebell.greenhouse.radicle.services.symbol.analysis.SymbolAnalysisEventService
Event and earnings adapter for symbol analysis.
Earnings integration will eventually require EOD-backed symbol event and calendar lookups. For now this service explicitly owns that boundary and returns an unavailable payload until the EOD integration work is implemented.
- Version:
- 2.0.4
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildEventSummary(Symbol symbol) Builds the event summary for the given symbol.
-
Constructor Details
-
SymbolAnalysisEventService
public SymbolAnalysisEventService()
-
-
Method Details
-
buildEventSummary
Builds the event summary for the given symbol.- Parameters:
symbol-Symbol- Returns:
SymbolAnalysisEventSummary
-