Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.SymbolEnrichmentDTO
Packages that use SymbolEnrichmentDTO
Package
Description
Service layer for OpenAI-backed integrations.
Symbol enrichment provider orchestration services.
Translators for OpenAI-backed symbol enrichment responses.
-
Uses of SymbolEnrichmentDTO in com.bluebell.greenhouse.sol.services.openai
Methods in com.bluebell.greenhouse.sol.services.openai that return SymbolEnrichmentDTOModifier and TypeMethodDescriptionOpenAIIntegrationService.enrichSymbol(String category, Set<SymbolRegistryAttribute> requestedAttributes, String ticker) Enriches a single symbol through the OpenAI Responses API.Methods in com.bluebell.greenhouse.sol.services.openai that return types with arguments of type SymbolEnrichmentDTOModifier and TypeMethodDescriptionOpenAIIntegrationService.enrichSymbols(String category, Set<SymbolRegistryAttribute> requestedAttributes, List<String> tickers) Enriches the given tickers through the OpenAI Responses API. -
Uses of SymbolEnrichmentDTO in com.bluebell.greenhouse.sol.services.symbol
Methods in com.bluebell.greenhouse.sol.services.symbol that return SymbolEnrichmentDTOModifier and TypeMethodDescriptionSymbolEnrichmentStrategy.enrichSymbol(String category, Set<SymbolRegistryAttribute> requestedAttributes, String exchange, String ticker) Enriches a symbol using the provider fallback workflow. -
Uses of SymbolEnrichmentDTO in com.bluebell.greenhouse.sol.translators.openai
Methods in com.bluebell.greenhouse.sol.translators.openai that return SymbolEnrichmentDTOModifier and TypeMethodDescriptionOpenAIResponseTranslator.translate(OpenAIResponse response) Extracts the structured symbol enrichment payload from a raw OpenAI response.