View source: R/ifdata_backend.R
min_capital_requirements_quarter | R Documentation |
Returns a look-up table with the capital requirements in Brazil for each quarter. Numbers are valid for banks only so far only - especially credit unions and S5 have other values.
min_capital_requirements_quarter(
yyyymm_start,
yyyymm_end,
capital_requirements
)
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'. |
capital_requirements |
A tibble with the regulatory capital requirements at each date |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.