Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.ManualSymbolEnrichmentResponse
Packages that use ManualSymbolEnrichmentResponse
Package
Description
Contains controllers for handling symbols and equities.
Contains the symbol orchestrators.
Contains the service layer for
Symbols.-
Uses of ManualSymbolEnrichmentResponse in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol that return types with arguments of type ManualSymbolEnrichmentResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ManualSymbolEnrichmentResponse> SymbolApiController.postEnrichSymbol(String ticker, String exchangeMic, String symbolType) Enriches a symbol's metadata with additional information from the web. -
Uses of ManualSymbolEnrichmentResponse in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol that return ManualSymbolEnrichmentResponseModifier and TypeMethodDescriptionSymbolOrchestrator.enrichSymbol(String ticker, String exchangeMic, String symbolType) Enriches theSymbolmatching the given ticker. -
Uses of ManualSymbolEnrichmentResponse in com.bluebell.greenhouse.radicle.services.symbol
Methods in com.bluebell.greenhouse.radicle.services.symbol that return ManualSymbolEnrichmentResponseModifier and TypeMethodDescriptionSymbolEnrichmentService.enrichSymbol(Symbol symbol) Enriches the givenSymbolthrough the registry-first enrichment flow.