EIOPA - Insurance Statistics - Group Quarterly
European Insurance and Occupational Pensions Authority
@eiopa.eiopa_insurance_statistics_group_quarterly
European Insurance and Occupational Pensions Authority
@eiopa.eiopa_insurance_statistics_group_quarterly
Historical series of financial data from European insurance enterprises updated on a quarterly 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 Quarterly 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:11:33Z
CREATE TABLE balance_sheet (
"region" VARCHAR,
"reference_period" VARCHAR,
"item" VARCHAR,
"item_code" VARCHAR,
"value" DOUBLE,
"date_of_extraction_yyyymmdd" BIGINT -- Date Of Extraction (yyyymmdd),
"number_of_submissions_per_reference_date" BIGINT -- Number Of Submissions (per Reference Date)
);CREATE TABLE own_funds (
"region" VARCHAR,
"reference_period" VARCHAR,
"item" VARCHAR,
"item_code" VARCHAR,
"value" DOUBLE,
"date_of_extraction_yyyymmdd" BIGINT -- Date Of Extraction (yyyymmdd),
"number_of_submissions_per_reference_date" BIGINT -- Number Of Submissions (per Reference Date)
);CREATE TABLE premiums_claims_and_expenses (
"region" VARCHAR,
"reference_period" VARCHAR,
"item" VARCHAR,
"business_type" VARCHAR,
"item_code" VARCHAR,
"sum_of_val_eur_mn_sum" DOUBLE,
"date_of_extraction_yyyymmdd" BIGINT -- Date Of Extraction (yyyymmdd),
"number_of_submissions_per_reference_date" DOUBLE -- Number Of Submissions (per Reference Date)
);Anyone who has the link will be able to view this.