View source: R/ifdata_backend.R
excess_capital | R Documentation |
Adds a column with each firm's D-SIB status (ie, whether they are one of the domestic systemically important banks) and excess capital
excess_capital(dataframe, yyyymm_start, yyyymm_end)
dataframe |
A 'tibble' containing the bank-level information. |
yyyymm_start |
Start calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'. |
yyyymm_end |
End calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'. |
A 'tibble' with the bank-level information plus the added columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.