Balance Of Payments (BOP)
IMF BOP
@imf.bop
IMF BOP
@imf.bop
The Balance of Payments (BOP) is a statistical statement that summarizes transactions between residents and nonresidents during a period. It consists of the goods and services account, the primary income account, the secondary income account, the capital account, and the financial account. Under the double-entry accounting system that underlies the balance of payments, each transaction is recorded as consisting of two entries and the sum of the credit entries and the sum of the debit entries is the same. The different accounts within the balance of payments are distinguished according to the nature of the economic resources provided and received.
Keywords: Current Account,Current Account Surplus,Current Account Deficit.
Last updated: 2025-10-20T18:19:34.959176100Z.
CREATE TABLE codes_cl_bop_accounting_entry (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_bop_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_unit (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"bop_accounting_entry" VARCHAR,
"indicator" VARCHAR,
"unit" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.