Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.SymbolSentimentPointDTO
Packages that use SymbolSentimentPointDTO
Package
Description
Contains controllers for handling symbols and equities.
Contains the symbol orchestrators.
Contains the service layer for
Symbols.-
Uses of SymbolSentimentPointDTO in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol that return types with arguments of type SymbolSentimentPointDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SymbolSentimentPointDTO>> SymbolApiController.getSymbolSentiment(SymbolSentimentRequest sentimentRequest) Returns symbol sentiment points for a ticker.org.springframework.http.ResponseEntity<SymbolSentimentPointDTO> SymbolApiController.getSymbolSentimentSummary(SymbolSentimentRequest sentimentRequest) Returns aggregated symbol sentiment for a ticker. -
Uses of SymbolSentimentPointDTO in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol that return SymbolSentimentPointDTOModifier and TypeMethodDescriptionSymbolOrchestrator.getSymbolSentimentSummary(SymbolSentimentRequest sentimentRequest) Obtains the aggregated sentiment for a ticker.Methods in com.bluebell.greenhouse.planter.orchestrators.symbol that return types with arguments of type SymbolSentimentPointDTOModifier and TypeMethodDescriptionSymbolOrchestrator.getSymbolSentiment(SymbolSentimentRequest sentimentRequest) Obtains the sentiment series for a ticker. -
Uses of SymbolSentimentPointDTO in com.bluebell.greenhouse.radicle.services.symbol
Methods in com.bluebell.greenhouse.radicle.services.symbol that return SymbolSentimentPointDTOModifier and TypeMethodDescriptionSymbolService.getSymbolSentimentSummary(String ticker, LocalDate start, LocalDate end) Returns aggregated EOD-backed sentiment for the given symbol ticker.Methods in com.bluebell.greenhouse.radicle.services.symbol that return types with arguments of type SymbolSentimentPointDTOModifier and TypeMethodDescriptionSymbolService.getSymbolSentiment(String ticker, LocalDate start, LocalDate end) Returns EOD-backed sentiment points for the given symbol ticker.