Info
The Financial Accounts of the United States includes data on transactions and levels of financial assets and liabilities, by sector and financial instrument; full balance sheets, including net worth, for households and nonprofit organizations, nonfinancial corporate businesses, and nonfinancial noncorporate businesses; Integrated Macroeconomic Accounts; and additional supplemental detail.
List of Main Tables
Code
Z1_csv_var |>
group_by (table, table_desc) |>
summarise (Nobs = n ()) %>%
filter ((table %in% (list.files (pattern = " \\ .qmd$" ) %>% gsub (".qmd$" , "" , .)))) |>
mutate (html = paste0 ('<a target=_blank href=https://fgeerolf.com/data/frb/' , table, '.html > html </a>' )) |>
mutate (frb = paste0 ('<a target=_blank href=https://www.federalreserve.gov/releases/z1/20210610/html/' , table, '.htm > frb </a>' )) %>%
{if (is_html_output ()) datatable (., filter = 'top' , rownames = F, escape = F) else .}
List of Other Tables
Code
Z1_csv_var |>
group_by (table, table_desc) |>
summarise (Nobs = n ()) %>%
filter (! (table %in% (list.files (pattern = " \\ .qmd$" ) %>% gsub (".qmd$" , "" , .)))) |>
mutate (frb = paste0 ('<a target=_blank href=https://www.federalreserve.gov/releases/z1/20210610/html/' , table, '.htm > frb </a>' )) %>%
{if (is_html_output ()) datatable (., filter = 'top' , rownames = F, escape = F) else .}
Concepts
Code
Z1_struct_concepts |>
print_table_conditional ()
SERIES_PREFIX
Series prefix
UNIT
Units
OBS_STATUS
Observation status
SERIES_INSTRUMENT
Instrument type
TIME_PERIOD
Time
FREQ
Frequency
CURRENCY
Currency
SERIES_SECTOR
Sector
UNIT_MULT
Unit multiplier
DESCRIPTION
Series description
SERIES_NAME
Series Name
OBS_VALUE
Observation value
SERIES_TYPE
Series type
OBS_STATUS
Code
Z1 |>
left_join (OBS_STATUS, by = "OBS_STATUS" ) |>
group_by (OBS_STATUS, Obs_status) |>
summarise (Nobs = n ()) |>
print_table_conditional ()
A
Normal
3530542
ND
No data
152994
SERIES_INSTRUMENT
Code
Z1 |>
left_join (SERIES_INSTRUMENT, by = "SERIES_INSTRUMENT" ) |>
group_by (SERIES_INSTRUMENT, Series_instrument) |>
summarise (Nobs = n ()) |>
print_table_conditional ()
SERIES_SECTOR
Code
Z1 |>
left_join (SERIES_SECTOR, by = "SERIES_SECTOR" ) |>
group_by (SERIES_SECTOR, Series_sector) |>
summarise (Nobs = n ()) |>
print_table_conditional ()
SERIES_PREFIX
Code
Z1 |>
left_join (SERIES_PREFIX, by = "SERIES_PREFIX" ) |>
group_by (SERIES_PREFIX, Series_prefix) |>
summarise (Nobs = n ()) |>
print_table_conditional ()
FA
Transactions at a seasonally adjusted annual rate (SAAR)
958349
FC
Change in unadjusted level
5138
FG
Growth rate, seasonally adjusted (SA)
3670
FL
Level, not seasonally adjusted (NSA)
807626
FR
Revaluation
763625
FU
Transactions, not seasonally adjusted (NSA)
971206
FV
Other changes in volume
21717
LA
Level, seasonally adjusted (SA)
3720
LM
Level, market value or current cost, not seasonally adjusted (NSA)
147506
PC
Percent change in index
979
FREQ
Code
Z1 |>
left_join (FREQ, by = "FREQ" ) |>
group_by (FREQ, Freq) |>
summarise (Nobs = n ()) |>
print_table_conditional ()
162
Quarterly
2924124
203
Annual
759412
UNIT_MULT
Code
Z1 |>
left_join (UNIT_MULT, by = "UNIT_MULT" ) |>
group_by (UNIT_MULT, Unit_mult) |>
summarise (Nobs = n ()) |>
print_table_conditional ()
1
One
16041
1000000
Millions
3667495
UNIT
Code
Z1 |>
left_join (UNIT, by = "UNIT" ) |>
group_by (UNIT, Unit) |>
summarise (Nobs = n ()) |>
print_table_conditional ()
Currency
Currency
3667495
Percent
Percent
16041
CURRENCY
Code
Z1 |>
left_join (CURRENCY, by = "CURRENCY" ) |>
group_by (CURRENCY, Currency) |>
summarise (Nobs = n ()) |>
print_table_conditional ()
NA
Not Applicable
16041
USD
United States / United States Dollar
3667495
Nonfinancial Corporations
Tobin’s Q for Nonfinancial Corporations
Code
ig_d ("frb" , "B103" , "tobin-q-SDMX" )
Equipment, Real estate
Code
ig_d ("frb" , "B103" , "corporate-bonds-equities" )
Households and non profits
Current cost VS market value housing
Code
ig_d ("frb" , "B101" , "structures-real-estate" )
Corporate Equities, Pensions, Real Estate
Code
ig_d ("frb" , "B101" , "line-3-23-27" )