EIOPA - Insurance Statistics - Group Annual
European Insurance and Occupational Pensions Authority
@eiopa.eiopa_insurance_statistics_group_annual
European Insurance and Occupational Pensions Authority
@eiopa.eiopa_insurance_statistics_group_annual
Historical series of financial data from European insurance enterprises updated on a annual basis. EIOPA’s new insurance statistics are based on Solvency II regular reporting information from insurance undertakings and groups in the European Union and the European Economic Area (EEA). These statistics provide the most up-to-date and comprehensive picture of the European insurance sector, including country breakdowns and distributions of key variables, allowing for the comparability of high-quality data. Every publication is accompanied by a description of key aspects of the published statistics. The Group annually publication provide indicators based on insurance group reporting. It includes "Solvency II balance sheet", "own funds/Solvency Capital Requirement (SCR)", and "premiums, claims and expenses" data . The information is available at EEA level.
Publisher name: European Insurance and Occupational Pensions Authority
Publisher URL: https://eiopa.europa.eu
Last updated: 2024-06-11T16:04:38Z
CREATE TABLE balance_sheet (
"region" VARCHAR,
"reference_period" VARCHAR,
"d_balance_sheet_assets_or_liabilities_name" VARCHAR,
"dpmcode" VARCHAR,
"sum_of_s2val_eur_mn_sum" DOUBLE,
"date_of_extraction_yyyymmdd" BIGINT -- Date Of Extraction (yyyymmdd)
);CREATE TABLE own_funds (
"region" VARCHAR,
"reference_period" VARCHAR,
"l_own_funds_name" VARCHAR,
"dpmcode" VARCHAR,
"output_value_sum" DOUBLE,
"date_of_extraction_yyyymmdd" BIGINT -- Date Of Extraction (yyyymmdd)
);CREATE TABLE premiums_claims_and_expenses (
"region" VARCHAR,
"reference_period" VARCHAR,
"d_pr_cl_ex_lob_nm" VARCHAR,
"dpmcode" VARCHAR,
"val_eur_mn_sum" DOUBLE,
"date_of_extraction_yyyymmdd" BIGINT -- Date Of Extraction (yyyymmdd)
);Anyone who has the link will be able to view this.