There are ten prominent providers of quantitative or risk models, each differing in their approaches and methodologies in terms of
- Coverage
- Asset classes
- Geographic regions
- Market segments
- Methodology
- Factor structure
- Estimation techniques
- Update frequency
- Integration
- Data sources
- Trading systems
- Portfolio management tools
- Special Features
- ESG integration
- Alternative data
- Machine learning capabilities
- Real-time analytics
- Support & Infrastructure
- API access
- Technical support
- Documentation
- Custom development
- MSCI Barra, industry pioneer; extensive global coverage; Strong academic foundation
- Qontigo (Axioma), Now part of Deutsche Börse Group; Known for adaptive estimation with Regional specialization, it’s Popular in systematic trading
- Bloomberg (PORT & RISK), it’s integrated with Bloomberg Terminal with Real-time risk analytics and Global multi-asset coverage, Strong fixed income capabilities
- FactSet, boast Multi-asset class models with Strong fundamental data integration, Specialized models for different investment styles, cognitive model emphasizing fat tail
- Northfield Everything Everywhere (EE) model, Real estate models and Risk systems for alternative investments
- RiskMetrics (now part of MSCI) Pioneer in VaR methodology, strong fixed income analytics
- S&P Global (formerly RiskGauge), Credit risk focus, Market risk integration, ESG risk integration
- Wolfe Research QES, known for Quantitative equity strategies; Factor timing model; Sector-specific risk models
- Macquarie Quant (MQ), Strong in Asia-Pacific, Alternative data integration, Machine learning enhanced
- Custom In-House Models Many large institutions build their own:
class CustomRiskModel:
def __init__(self):
self.proprietary_features = {
'alternative_data': {
'satellite_imagery': True,
'credit_card_data': True,
'social_media_sentiment': True
},
'ml_enhancements': {
'regime_detection': True,
'factor_selection': True,
'risk_forecasting': True
},
'custom_factors': {
'supply_chain': True,
'patent_analysis': True,
'management_quality': True
}
}