IPAMomentumData/R/data.R

#' @title MidAssets
#' @description List of Mid cap assets prices from Yahoo Finance
#' @format List with Mid  Cap. They have been choosen given \url{https://www.euroinvestor.dk/markeder/aktier/europa/danmark}. For each asset:
#' \describe{
#'   \item{\code{Elements in list}}{OHLCAV from yahoo Finance}
#'}
#' @source \url{https://finance.yahoo.com/}
"MidAssets"

#' @title SmallAssets
#' @description List of Small cap assets prices from Yahoo Finance
#' @format List with Small Cap. They have been choosen given \url{https://www.euroinvestor.dk/markeder/aktier/europa/danmark}. For each asset:
#' \describe{
#'   \item{\code{Elements in list}}{OHLCAV from yahoo Finance}
#'}
#' @source \url{https://finance.yahoo.com/}
"SmallAssets"

#' @title Small and Mid cap assets
#' @description List of Small  and Mid cap assets prices from Yahoo Finance
#' @format List with Small and Mid Cap. They have been choosen given \url{https://www.euroinvestor.dk/markeder/aktier/europa/danmark}. For each asset:
#' \describe{
#'   \item{\code{Elements in list}}{OHLCAV from yahoo Finance}
#'}
#' @source \url{https://finance.yahoo.com/}
"BothAssets"
3schwartz/IPAmomentumSmallMidCap documentation built on May 15, 2019, 12:50 p.m.