R/data.R

#' GIS data set for North American Crude pipelines
#'
#' A SpatialLinesDataFrame containing GIS coordinates of pipelines.
#'
#' @format A SpatialLinesDataFrame
#' @source \url{https://www.eia.gov/maps/map_data/CrudeOil_Pipelines_US_EIA.zip}
"crudepipelines"

#' Toy sample price data set
#'
#' A WTI crude oil data set and toy crude differentials data set.
#'
#' @format A tibble
"pricesRaw"

#' Prices used for historical examples
#'
#' Summarize by month and split by differentials and CMA.
#'
#' @format A tibble
"prices"

#' Asset realizations
#'
#' Monthly realizations on storage and pipes spreads.
#'
#' @format A tibble
"econs"

#' Asset realizations charts and GIS
#'
#' Monthly realizations on storage and pipes spreads.
#'
#' @format A list
"econsCharts"

#' Prices used for historical simulations
#'
#' A WTI crude oil data set and toy crude differentials data set.
#'
#' @format A tibble
"pricesSim"

#' Asset info for ui and arb formula
#'
#' Used for ui selections as well as reactive computations of econs.
#'
#' @format A tribble
"assets"
risktoollib/RTLappStrat documentation built on Sept. 11, 2022, 10:27 p.m.