|
2 | 2 | #'
|
3 | 3 | #' Fiscal variables on Brazilian subnational governments
|
4 | 4 | #'
|
5 |
| -#' @format data.frame |
6 |
| -#' |
| 5 | +#' @format A data frame with 243 observations and 32 variables |
| 6 | +#' \describe{ |
| 7 | +#' \item{id}{Unique observation identifier} |
| 8 | +#' \item{state}{Subnational government alphabetic identifier code} |
| 9 | +#' \item{year}{Year} |
| 10 | +#' \item{region}{Region of subnational government} |
| 11 | +#' \item{state_calamity}{Dummy variable equal to one if the state declared financial calamity in any year} |
| 12 | +#' \item{calamity}{Dummy variable equal to one if the state declated financial calamity in a given year} |
| 13 | +#' \item{dcb}{Gross debt} |
| 14 | +#' \item{rcl}{Net current revenue} |
| 15 | +#' \item{juros}{Interest payments} |
| 16 | +#' \item{amortizacao}{Principal payments} |
| 17 | +#' \item{primario}{Primary balance} |
| 18 | +#' \item{dbp}{Compensation of employees} |
| 19 | +#' \item{rec_cor}{Current revenue} |
| 20 | +#' \item{desp_cor}{Current expenses} |
| 21 | +#' \item{investimentos}{Gross investment in nonfinancial assets} |
| 22 | +#' \item{desp_total}{Total expenditure} |
| 23 | +#' \item{rec_previdenciarias}{Social contributions} |
| 24 | +#' \item{inativos}{Social benefits} |
| 25 | +#' \item{rec_tributaria}{Tax revenues} |
| 26 | +#' \item{obrig_fin}{Current liabilities} |
| 27 | +#' \item{disp_caixa_bruta}{Cash and cash equivalents} |
| 28 | +#' \item{stn_end}{Gross Debt / Net current revenue} |
| 29 | +#' \item{stn_sdrcl}{Debt service / Net current revenue} |
| 30 | +#' \item{stn_rpsd}{Primary balance / Debt service} |
| 31 | +#' \item{stn_dprcl}{Compensation of employees / Net current revenue} |
| 32 | +#' \item{stn_cgpp}{Current fiscal balance / Current revenue} |
| 33 | +#' \item{stn_pidt}{Gross investment in nonfinancial assets / Total expenditure} |
| 34 | +#' \item{stn_pcrdp}{Social contributions / Social benefits} |
| 35 | +#' \item{stn_rtdc}{Tax revenues / (Current expenses + Principal payments)} |
| 36 | +#' \item{capag_idc}{Gross Debt / Net current revenue} |
| 37 | +#' \item{capag_pc}{Current expenses / Current revenue} |
| 38 | +#' \item{capag_il}{Current liabilities / Cash and cash equivalents} |
| 39 | +#' } |
| 40 | +#' @examples |
| 41 | +#' fiscal_data |
7 | 42 | "fiscal_data"
|
0 commit comments