Description Usage Arguments Details Value See Also Examples
Produces the data currently required for pitch risk slides. Returns the default risk slide table (as a data.frame) with filled-in values (except for implied volatility, which is omitted completely).
1 2 | getSlides(ticker, sector = getStockInfo.sector(ticker = ticker),
use.rfr = TRUE)
|
ticker |
Character; the ticker for the stock |
sector |
Character; the sector of the |
use.rfr |
Logical; whether to use the risk-free rate in the beta calculations. Defaults to |
Provides data for the stock's volatility, sector beta, and market beta, based on 6 month data, and 12 month historical data. Betas are calculated manually and can incorporate the risk free rate if specified. If sector cannot be identified, sector beta and market beta will be the same.
Data.frame; risk slide table with filled in values.
getStockInfo.sector
: identifies sector of ticker if not specified.
getSectorETF.sector
: identifies sector ETF to be used for sector beta calculations.
Other data processing functions: getRiskMetrics
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.