excess_capital: Adds a column with each firm's D-SIB status (ie, whether they...

View source: R/ifdata_backend.R

excess_capitalR 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

Description

Adds a column with each firm's D-SIB status (ie, whether they are one of the domestic systemically important banks) and excess capital

Usage

excess_capital(dataframe, yyyymm_start, yyyymm_end)

Arguments

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

Value

A 'tibble' with the bank-level information plus the added columns.


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