SOV.AI
  • Data & Screens
  • GET STARTED
    • Blog (Screener)
    • 🚀Quick Start
    • ⭐Tutorials
    • 💻Installation
    • ⚒️Release Notes
    • 🔘About
  • REALTIME DATASETS
    • Equity Datasets
      • Accounting Data
      • Bankruptcy Predictions
      • Employee Visa
      • Earnings Surprise
      • Congressional Data
      • Factor Signals
      • Financial Ratios
      • Government Contracts
      • Institutional Trading
      • Insider Flow Prediction
      • Liquidity Data
      • Lobbying Data
      • News Sentiment
      • Price Breakout
      • Risk Indicators
      • SEC Edgar Search
      • SEC 10K Filings
      • Short Selling
      • Wikipedia Views
      • Patents Data
    • Economic Datasets
      • Asset Rotation
      • Core Economic Data
      • ETF Flows
      • Government Traffic
      • 🏳️Turing Risk Index
    • Sectorial Datasets
      • Airbnb Data
      • Box Office Stats
      • CFPB Complaints
      • Phrama Clinical Trials
      • Request Datasets
  • Asset Managment
    • Signal Evaluation
    • Weight Optimization
    • Screens and Filters
  • Pattern Recognition
    • Pairwise Distance
    • Anomaly Detection
    • Clustering Panels
  • Feature Processing
    • Extract Features
    • Neutralize Features
    • Select Features
    • Dimensionality Reduction
    • Feature Importance
  • Time Series
    • Nowcasting Series
    • TS Decomposition
    • Time Segmentation
  • Dashboard Examples
    • 🔰Bankruptcy Prediction
    • 🛰️Turing Risk Index
  • IMPORTANT LINKS
    • ⚙️Main Website
    • 👮Forum and Issues
    • 🙋Web Application
    • 📤LinkedIn
    • 🟢Buy Subscription
Powered by GitBook
On this page
  • Description
  • Data Access
  • Plot Access

Was this helpful?

  1. REALTIME DATASETS
  2. Economic Datasets

Asset Rotation

This dataset provides historical and forecasted risk-parity asset allocation data for investors for five asset classes.

PreviousEconomic DatasetsNextCore Economic Data

Last updated 6 months ago

Was this helpful?

Monthly allocation estimates for five assets.

Tutorials are the best documentation —

Description

This dataset provides historical and forecasted risk-parity asset allocation data for five major asset classes: bonds, equities, commodities, dollar, and real estate.

It offers monthly allocation estimates and return predictions, both historical and 8 years into the future, based on hundreds of economic indicators.

The data and accompanying visualization tools enable investors to analyze optimal allocations and asset rotation strategies over time.The data is presented in a monthly frequency, starting from November 1959.

Data Access

Returns All

Return predictions, historically and 8-years in the future.

import sovai as sov 
df_returns = sov.data("allocation/returns")

Allocation All

Historical allocations and future risk-parity allocations

import sovai as sov 
df_allocate = sov.data("allocation/all")

Plot Access

Line Plot

Looking at the future and past prescribed allocations over-time

import sovai as sov 
sov.plot("allocation", "line")

Stacked Plot

Looking at the future and past prescribed allocations over-time

import sovai as sov 
sov.plot("allocation", "stacked")

Input Datasets

Hundreds of economic indicators

Models Used

Imputation Models, Machine Learning

Model Outputs

Optimal Allocations

Asset Rotation Tutorial Tutorial