min_capital_requirements_quarter: Returns a look-up table with the capital requirements in...

View source: R/ifdata_backend.R

min_capital_requirements_quarterR 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.

Description

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.

Usage

min_capital_requirements_quarter(
  yyyymm_start,
  yyyymm_end,
  capital_requirements
)

Arguments

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


dkgaraujo/brazilianbanks documentation built on Jan. 12, 2025, 3:47 p.m.