R/msci.R

#' MSCI
#'
#' MSCI country data from 2006-2010
#' Downloaded by Ben Sepanski
#'
#' \describe{
#'   \item{Market:}{New York Stock Exchange}
#'   \item{Number of stocks}{24}
#'   \item{Number of days}{1043}
#'   \item{Number of years}{4}
#'   \item{Period}{Jan 4, 2006 - March 31, 2010}
#' }
#'
#' @format A data frame with 1043 rows and 24 variables.
#'    Each entry is a price relative: if a stock has price
#'    \eqn{p_t} at trading period \eqn{t}, it has price relative
#'    \eqn{\frac{p_t}{p_{t-1}}} at trading period \eqn{t}.
#'    Each variable represents a single stock. The
#'    columns are unnamed.
#'
#' @source \url{https://github.com/OLPS/OLPS/tree/master/Data}
"msci"
benSepanski/PortfolioSelection documentation built on March 20, 2020, 9:46 p.m.