Financial Soundness Indicators (FSI), Concentration And Distribution Measures
IMF FSICDM
@imf.fsicdm
IMF FSICDM
@imf.fsicdm
The Financial Soundness Indicators (FSIs), developed by the IMF together with the international community, are aimed at supporting macroprudential analysis—the surveillance and assessment of the strengths and vulnerabilities of financial systems. FSIs are macroprudential statistics aimed at filling the gap between macroeconomic statistics and micro-prudential data.
Concentration and Distribution Measures indicators assess the distribution of financial risks and exposures within the financial system, focusing on how concentrated or dispersed these risks are among different entities.
Last updated: 2025-10-21T05:57:20.682583900Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_sector (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_transformation (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE indicators (
"indicator" VARCHAR,
"series_name" VARCHAR,
"unit" VARCHAR,
"transformation" VARCHAR,
"http_www_w3_org_2001_xmlschema_instance_type" VARCHAR,
"accounts" VARCHAR,
"fsi" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"sector" VARCHAR,
"indicator" VARCHAR,
"transformation" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.