Quarterly disposable income, saving and net lending/net borrowing

Data - OECD

Info

source dataset .html .RData

oecd

QNA_INC_SAV

2024-09-11 2024-09-15

Last

obsTime Nobs
2024-Q2 352

ADJUSTMENT

Code
QNA_INC_SAV %>%
  left_join(ADJUSTMENT, by = "ADJUSTMENT") %>%
  group_by(ADJUSTMENT, Adjustment) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
ADJUSTMENT Adjustment Nobs
N Neither seasonally adjusted nor calendar adjusted 94422
Y Calendar and seasonally adjusted 55274

CURRENCY

Code
QNA_INC_SAV %>%
  left_join(CURRENCY, by = "CURRENCY") %>%
  group_by(CURRENCY, Currency) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
CURRENCY Currency Nobs
EUR Euro 74363
AUD Australian dollar 12960
CAD Canadian dollar 7377
CRC Costa Rican colon 6280
USD US dollar 5578
ILS New Israeli sheqel 5256
DKK Danish krone 4631
GBP Pound sterling 4549
SEK Swedish krona 4430
JPY Yen 3648
HUF Forint 3635
PLN Zloty 3404
CZK Czech koruna 3375
KRW Won 2196
CLP Chilean peso 2081
ZAR Rand 1440
BRL Brazilian real 1351
SAR Saudi riyal 770
BGN Bulgarian lev 714
RON Romanian leu 706
MXN Mexican peso 624
COP Colombian peso 328

FREQ

Code
QNA_INC_SAV %>%
  left_join(FREQ, by = "FREQ") %>%
  group_by(FREQ, Freq) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
FREQ Freq Nobs
Q Quarterly 118032
A Annual 31664

PRICE_BASE

Code
QNA_INC_SAV %>%
  left_join(PRICE_BASE, by = "PRICE_BASE") %>%
  group_by(PRICE_BASE, Price_base) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
PRICE_BASE Price_base Nobs
V Current prices 126834
L Chain linked volume 22862

REF_AREA

Code
QNA_INC_SAV %>%
  left_join(REF_AREA, by = "REF_AREA") %>%
  group_by(REF_AREA, Ref_area) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()

TRANSACTION

Code
QNA_INC_SAV %>%
  left_join(TRANSACTION, by = "TRANSACTION") %>%
  group_by(TRANSACTION, Transaction) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
TRANSACTION Transaction Nobs
B1GQ Gross domestic product 19612
B5G Balance of primary incomes, gross / National income, gross 16493
B5N Balance of primary incomes, net / National income, net 11921
P5 Gross capital formation 9406
P3 Final consumption expenditure 9153
B9 Net lending (+) / net borrowing (-) 7457
IN1B Net primary income from the rest of the world 7448
P51C Consumption of fixed capital 7158
IN1C Primary income receivable from the rest of the world 5840
IN1D Primary income payable to the rest of the world 5840
B8N Saving, net 5821
IN21D Current transfers payable to the rest of the world 5408
IN21C Current transfers receivable from the rest of the world 5323
IN21B Net current transfers from the rest of the world 5235
B6N Disposable income, net 5095
D9B Net capital transfers from the rest of the world 4565
D9D Capital transfers payable to the rest of the world 4445
D9C Capital transfers receivable from the rest of the world 4028
D8 Adjustment for the change in pension entitlements 2802
B6G Disposable income, gross 2550
NP Acquisitions less disposals of non-financial non-produced assets 1536
B1GQXOTGL Gross domestic income 1322
B8G Saving, gross 690
OTGL Trading gain or loss 548