Class SymbolAnalysisSentimentService
java.lang.Object
com.bluebell.greenhouse.radicle.services.symbol.analysis.SymbolAnalysisSentimentService
Builds sentiment overlays and comparisons for symbol analysis.
- Version:
- 2.0.4
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildSentimentComparison(String symbolTicker, List<MarketPrice> marketPrices, LocalDate start, LocalDate end, Integer bucketDays) Builds the sentiment comparison payload for the given symbol and market prices.
-
Constructor Details
-
SymbolAnalysisSentimentService
public SymbolAnalysisSentimentService()
-
-
Method Details
-
buildSentimentComparison
public SymbolAnalysisSentimentComparison buildSentimentComparison(String symbolTicker, List<MarketPrice> marketPrices, LocalDate start, LocalDate end, Integer bucketDays) Builds the sentiment comparison payload for the given symbol and market prices.- Parameters:
symbolTicker- tickermarketPrices-ListofMarketPricestart- optional startend- optional endbucketDays- optional sentiment bucket days- Returns:
SymbolAnalysisSentimentComparison
-