MCPcopy Create free account

hub / github.com/0xemmkty/QuantMuse / types & classes

Types & classes115 in github.com/0xemmkty/QuantMuse

↓ 17 callersClassScreeningCriteria
Screening criteria for stock selection
data_service/factors/factor_screener.py:9
↓ 16 callersClassLLMIntegration
LangChain + LLM integration for trading system
data_service/ai/llm_integration.py:162
↓ 12 callersClassFactorScreener
Factor-based stock screener
data_service/factors/factor_screener.py:28
↓ 10 callersClassStrategyResult
Strategy execution result
data_service/strategies/strategy_base.py:9
↓ 9 callersClassLLMResponse
LLM response data structure
data_service/ai/llm_integration.py:11
↓ 9 callersClassNLPProcessor
NLP processing for financial text analysis
data_service/ai/nlp_processor.py:36
↓ 9 callersClassSelectionResult
Stock selection result
data_service/factors/stock_selector.py:20
↓ 8 callersClassDataFetchError
Raised when there's an error fetching data from APIs
data_service/utils/exceptions.py:1
↓ 7 callersClassStockSelector
Stock selection and portfolio management
data_service/factors/stock_selector.py:28
↓ 6 callersClassSentimentFactorCalculator
Calculate sentiment-based factors for trading strategies
data_service/ai/sentiment_factor.py:23
↓ 5 callersClassBinanceFetcher
Binance数据获取器
data_service/fetchers/binance_fetcher.py:10
↓ 5 callersClassFactorCalculator
Quantitative factor calculator for stock analysis
data_service/factors/factor_calculator.py:18
↓ 4 callersClassFactorBacktest
Factor backtesting engine
data_service/factors/factor_backtest.py:36
↓ 4 callersClassNewsItem
News item data structure
data_service/ai/news_processor.py:11
↓ 4 callersClassSocialPost
Social media post data structure
data_service/ai/social_media_monitor.py:12
↓ 4 callersClassTradingInsight
Trading insight generated by LLM
data_service/ai/llm_integration.py:22
↓ 3 callersClassDataProcessor
数据处理服务
data_service/processors/data_processor.py:14
↓ 3 callersClassPortfolio
Portfolio data structure
data_service/factors/stock_selector.py:9
↓ 3 callersClassSentimentData
Sentiment analysis result data structure
data_service/ai/sentiment_analyzer.py:11
↓ 3 callersClassWebSocketMessage
WebSocket message structure
data_service/realtime/websocket_client.py:18
↓ 2 callersClassAPIResponse
API response wrapper
data_service/api/api_manager.py:26
↓ 2 callersClassBacktestEngine
Backtesting engine for trading strategies
data_service/backtest/backtest_engine.py:28
↓ 2 callersClassDatabaseManager
Database manager supporting SQLite and PostgreSQL
data_service/storage/database_manager.py:9
↓ 2 callersClassFactorOptimizer
Factor optimization and parameter tuning
data_service/factors/factor_optimizer.py:20
↓ 2 callersClassFactorPerformance
Factor performance metrics
data_service/factors/factor_backtest.py:11
↓ 2 callersClassFileStorage
File storage manager for trading system data
data_service/storage/file_storage.py:10
↓ 2 callersClassMarketAnalysis
Market analysis from LLM agent
data_service/ai/langchain_agent.py:25
↓ 2 callersClassModelConfig
Model configuration
data_service/ml/ml_models.py:70
↓ 2 callersClassModelResult
Model training/prediction result
data_service/ml/ml_models.py:56
↓ 2 callersClassOptimizationResult
Optimization result data
data_service/factors/factor_optimizer.py:11
↓ 2 callersClassPerformanceAnalyzer
Performance analysis and reporting for trading strategies
data_service/backtest/performance_analyzer.py:9
↓ 2 callersClassProcessedText
Processed text data structure
data_service/ai/nlp_processor.py:12
↓ 2 callersClassSentimentFactor
Sentiment factor data structure
data_service/ai/sentiment_factor.py:9
↓ 2 callersClassSentimentResult
Sentiment analysis result
data_service/ai/nlp_processor.py:26
↓ 2 callersClassStrategyRecommendation
Strategy recommendation from LLM agent
data_service/ai/langchain_agent.py:10
↓ 2 callersClassStrategyRegistry
Registry for managing trading strategies
data_service/strategies/strategy_registry.py:5
↓ 2 callersClassStrategyRunner
Runner for executing trading strategies
data_service/strategies/strategy_runner.py:8
↓ 2 callersClassVectorDocument
Vector document data structure
data_service/vector_db/vector_store.py:13
↓ 1 callersClassAPIEndpoint
API endpoint configuration
data_service/api/api_manager.py:13
↓ 1 callersClassAPIManager
Intelligent API manager with rate limiting, caching, and monitoring
data_service/api/api_manager.py:35
↓ 1 callersClassAPIServer
FastAPI server for trading system web interface
data_service/web/api_server.py:62
↓ 1 callersClassBacktestResult
Backtest result data
data_service/factors/factor_backtest.py:25
↓ 1 callersClassChartGenerator
Generate interactive charts for trading dashboard
data_service/dashboard/charts.py:10
↓ 1 callersClassClassificationModel
Classification model for signal generation
data_service/ml/ml_models.py:233
↓ 1 callersClassDashboardWidgets
Interactive widgets for trading dashboard
data_service/dashboard/widgets.py:8
↓ 1 callersClassFeatureConfig
Feature engineering configuration
data_service/ml/feature_engineering.py:23
↓ 1 callersClassLangChainAgent
LangChain agent for intelligent trading analysis
data_service/ai/langchain_agent.py:36
↓ 1 callersClassLocalLLMProvider
Local LLM provider using transformers
data_service/ai/llm_integration.py:108
↓ 1 callersClassMarketAnalysis
市场分析结果
data_service/processors/data_processor.py:8
↓ 1 callersClassMarketSnapshot
Market snapshot data structure
data_service/realtime/real_time_feed.py:31
↓ 1 callersClassMarketTick
Market tick data structure
data_service/realtime/real_time_feed.py:18
↓ 1 callersClassNewsProcessor
Financial news processor and collector
data_service/ai/news_processor.py:21
↓ 1 callersClassOpenAIProvider
OpenAI LLM provider
data_service/ai/llm_integration.py:45
↓ 1 callersClassPlotlyChartGenerator
Generate interactive Plotly charts for trading analysis
data_service/visualization/plotly_charts.py:16
↓ 1 callersClassPosition
Position data structure
data_service/backtest/backtest_engine.py:20
↓ 1 callersClassPredictionModel
Regression model for price prediction
data_service/ml/ml_models.py:82
↓ 1 callersClassQuantitativeStrategies
Collection of quantitative trading strategies
examples/quantitative_strategies.py:17
↓ 1 callersClassRealTimeDataFeed
Real-time market data feed manager
data_service/realtime/real_time_feed.py:42
↓ 1 callersClassScreeningResult
Result of stock screening
data_service/factors/factor_screener.py:19
↓ 1 callersClassSentimentAnalyzer
Market sentiment analyzer using LLM and traditional NLP
data_service/ai/sentiment_analyzer.py:21
↓ 1 callersClassSocialMediaMonitor
Social media sentiment monitor
data_service/ai/social_media_monitor.py:25
↓ 1 callersClassStrategyOptimizer
Optimizer for strategy parameters
data_service/strategies/strategy_optimizer.py:10
↓ 1 callersClassSystemStatusResponse
data_service/web/api_server.py:55
↓ 1 callersClassTrade
Trade record data structure
data_service/backtest/backtest_engine.py:9
↓ 1 callersClassTradingDashboard
Main trading dashboard application
data_service/dashboard/dashboard_app.py:35
↓ 1 callersClassVectorStore
Vector database store for trading system documents
data_service/vector_db/vector_store.py:22
↓ 1 callersClassWebSocketClient
WebSocket client for real-time market data
data_service/realtime/websocket_client.py:27
↓ 1 callersClassYahooDataAnalyzer
examples/yahoo_example.py:7
↓ 1 callersClassYahooFetcher
Yahoo Finance数据获取器
data_service/fetchers/yahoo_fetcher.py:7
Class
static/js/app.js:3
ClassAIAnalysisRequest
data_service/web/api_server.py:51
ClassAlphaVantageFetcher
Alpha Vantage数据获取器
data_service/fetchers/alpha_vantage_fetcher.py:9
ClassBacktestRequest
data_service/web/api_server.py:40
ClassCacheManager
Redis cache manager for trading system data
data_service/storage/cache_manager.py:8
ClassCustomMomentumStrategy
Custom momentum strategy with additional filters
examples/extensible_strategy_demo.py:22
ClassDataLoader
backend/include/data_loader.hpp:11
ClassDataLoader::Impl
backend/src/data_loader.cpp:11
ClassDataLoaderTest
backend/tests/test_data_loader.cpp:4
ClassFactorAnalysisRequest
data_service/web/api_server.py:45
ClassFactorData
Factor data structure
data_service/factors/factor_calculator.py:9
ClassFeatureEngineer
Feature engineering for trading data
data_service/ml/feature_engineering.py:37
ClassLLMProvider
Abstract base class for LLM providers
data_service/ai/llm_integration.py:32
ClassMLModelManager
Manager for multiple ML models
data_service/ml/ml_models.py:397
ClassMarketData
市场数据结构
backend/include/common/types.hpp:13
ClassMeanReversionStrategy
Mean reversion strategy implementation
data_service/strategies/builtin_strategies.py:284
ClassMomentumStrategy
Momentum strategy implementation
data_service/strategies/builtin_strategies.py:7
ClassMovingAverageStrategy
移动平均策略
backend/include/strategy.hpp:24
ClassMultiFactorStrategy
Multi-factor strategy implementation
data_service/strategies/builtin_strategies.py:217
ClassOrder
订单类
backend/include/common/types.hpp:51
ClassOrderExecutor
backend/include/order_executor.hpp:10
EnumOrderSide
订单方向
backend/include/common/types.hpp:28
EnumOrderStatus
订单状态
backend/include/common/types.hpp:42
EnumOrderType
订单类型
backend/include/common/types.hpp:34
ClassPortfolio
投资组合类
backend/include/common/types.hpp:116
ClassPosition
持仓类
backend/include/common/types.hpp:91
ClassProcessingError
Raised when there's an error processing market data
data_service/utils/exceptions.py:5
ClassQualityGrowthStrategy
Quality growth strategy implementation
data_service/strategies/builtin_strategies.py:149
ClassRiskLimits
backend/include/risk_manager.hpp:11
ClassRiskManager
backend/include/risk_manager.hpp:9
ClassRiskManagerTest
backend/tests/test_risk_manager.cpp:4
next →1–100 of 115, ranked by callers