get_tickers: Get tickers for the specific asset class from the package's...

View source: R/sat_active_risk.R

get_tickersR Documentation

Get tickers for the specific asset class from the package's csv files

Description

Get tickers for the specific asset class from the package's csv files

Usage

get_tickers(asset_cl, roll_differencing = TRUE)

Arguments

asset_cl

A character variable of 'govt', 'fut', 'equity', 'cds', or 'fx'

roll_differencing

A boolean indicating if ticker for futures should be modified to account for roll_differencing, defaults as TRUE

Value

A dataframe containing the tickers and their corresponding identifiers

Examples

get_tickers("fx")

yunching/tidymas documentation built on Feb. 5, 2023, 1:42 p.m.