EconPapers    
Economics at your fingertips  
 

MVPORT: Stata module for Collection, Optimization and Backtest of Financial Portfolios

Carlos Dorantes ()

Statistical Software Components from Boston College Department of Economics

Abstract: This package is a set of 12 commands designed to a) collect online financial data, b) optimize portfolios, c) simulate portfolios, and d) backtest portfolios. The 12 commands are the following: 1) returnsyh - gets prices and trade volume of a list of stocks from Yahoo Finance, computes simple and continuously compounded returns, and integrates the data in one dataset 2) meanrets - calculates the expected simple returns of a historical series of continuously compounded returns or simple returns. Expected returns can also be calculated using weights from other variable or using the exponentially weighted moving average (EWMA) method. 3) varrets - calculates the variance-covariance matrix of a series of continuously compounded returns. The variance-covariance matrix can also be estimated using weights from a variable or using the exponentially weighted moving average (EWMA) method. 4) gmvport - calculates the global minimum variance portfolio of a set of continuously compounded returns following Portfolio Theory. 5) mvport - calculates the minimum variance portfolio given a required return following Portfolio Theory. 6) ovport - calculates the optimal variance portfolio that lies in the Capital Market Line. 7) efrontier - generates and graph two efficient frontiers: with and without allowing for short sales. 8) cmline - generates and graph the efficient frontier along with the capital market line when adding a risk-free asset. 9) simport - simulates random portfolios inside the portfolio frontier 10) holdingrets – calculates the holding period return of one or more price variables of a sorted time series dataset 11) backtest - performs a backtest of a financial portfolio. It calculates the holding period return of a specific portfolio 12) cbacktest – performs a cumulative backtest of a financial portfolio. For each time period, a holding return is calculated. It also graphs the cumulative holding period return of the portfolio for all periods. The optimization commands gmvport, ovport, efrontier, and cmline allow for weight constraints such as minimum and/or maximum weights for each asset. They also allow to use any variance-covariance matrix and any vector of expected asset returns. The variance-covariance matrix and the vector of expected returns can be calculated using the EWMA method. In addition, these commands performs risk decomposition for each portfolio asset using Euler’s theorem of decomposition for homogenous functions.

Language: Stata
Requires: Stata version 12.1
Keywords: financial data; stock returns; minimum variance; portfolio optimization; efficient frontier; backtest (search for similar items in EconPapers)
Date: 2013-10-03, Revised 2016-09-02
Note: This module should be installed from within Stata by typing "ssc install mvport". The module is made available under terms of the GPL v3 (https://www.gnu.org/licenses/gpl-3.0.txt). Windows users should not attempt to download these files with a web browser.
References: Add references at CitEc
Citations: View citations in EconPapers (1)

Downloads: (external link)
http://fmwww.bc.edu/repec/bocode/m/mvport.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/m/mvport.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/b/backtest.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/b/backtest.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/c/cbacktest.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/c/cbacktest.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/c/cmline.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/c/cmline.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/e/efrontier.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/e/efrontierm.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/e/efrontier.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/g/gmvport.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/g/gmvport.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/h/holdingrets.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/h/holdingrets.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/m/meanrets.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/m/meanrets.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/o/ovport.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/o/ovport.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/r/returnsyh.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/r/returnsyh.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/s/simport.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/s/simport.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/v/varrets.ado program code (text/plain)
http://fmwww.bc.edu/repec/bocode/v/varrets.sthlp help file (text/plain)
http://fmwww.bc.edu/repec/bocode/l/lportheory.mlib Mata object library (application/x-stata)
http://fmwww.bc.edu/repec/bocode/m/mvport.mata.zip Mata source code archive (application/zip)
http://fmwww.bc.edu/repec/bocode/b/backtest-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/b/backtest-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/c/cbacktest-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/c/cmline-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/e/efrontier-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/g/gmvport-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/h/holdingrets-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/m/meanrets-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/m/mvport-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/o/ovport-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/s/simport-test.do sample do-file (text/plain)
http://fmwww.bc.edu/repec/bocode/v/varrets-test.do sample do-file (text/plain)

Related works:
This item may be available elsewhere in EconPapers: Search for items with the same title.

Export reference: BibTeX RIS (EndNote, ProCite, RefMan) HTML/Text

Persistent link: https://EconPapers.repec.org/RePEc:boc:bocode:s457712

Ordering information: This software item can be ordered from
http://repec.org/docs/ssc.php

Access Statistics for this software item

More software in Statistical Software Components from Boston College Department of Economics Boston College, 140 Commonwealth Avenue, Chestnut Hill MA 02467 USA. Contact information at EDIRC.
Bibliographic data for series maintained by Christopher F Baum ().

 
Page updated 2025-03-30
Handle: RePEc:boc:bocode:s457712