Quarterly Sector Accounts - Institutional Investors’ Assets and Liabilities - QASA_7II

Data - OECD

Code
load_data("oecd/QASA_7II_var.RData")
QASA_7II <- read_parquet("QASA_7II.parquet")

Info

Last observation: A: 2019-Q4 (N = 1) · Q: 2019-Q3 (N = 40)

First observation: A: 1960 (N = 538) · Q: 1993-Q1 (N = 206)

Last data update: 02 aoû 2026, 09:04. Last compile: 18 aoû 2026, 01:48

Structure

Layout (United States)

  • OECD Website. html

Nobs - Javascript

Code
QASA_7II |>
  left_join(QASA_7II_var |> pluck("TRANSACTION"), by = c("TRANSACTION" = "id")) |>
  rename(`TRANSACTION Description` = label) |>
  left_join(QASA_7II_var |> pluck("SECTOR"), by = c("SECTOR" = "id")) |>
  rename(`SECTOR Description` = label) |>
  group_by(TRANSACTION, `TRANSACTION Description`, SECTOR, `SECTOR Description`, MEASURE) |>
  summarise(Nobs = n()) |>
  arrange(-Nobs) %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}

Data Structure

Code
QASA_7II_var$VAR_DESC %>%
  {if (is_html_output()) print_table(.) else .}
id description
LOCATION Country
TRANSACTION Transaction
SECTOR Sector
MEASURE Measure
ADJUSTMENT Adjustment
TIME Period & Frequency
OBS_VALUE Observation Value
TIME_FORMAT Time Format
OBS_STATUS Observation Status
UNIT Unit
POWERCODE Unit multiplier
REFERENCEPERIOD Reference period