home / bankproducts

Source documents

Per-bank PDFs and HTML sources we extracted from. Every fee + rate references one of these via source_page or source_url.

Data license: CC-BY-4.0 · Data source: bankproducts.info

3 rows where bank_id = "scobag" sorted by valid_from descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: valid_from, valid_from (date), parsed_at (date)

id bank_id title valid_from ▲ language filename parsed_at bpg
457 Scobag Privatbank AG scobag Scobag Privatbank AG Geschäftsbericht 2024 — Annual Report (138 pp) 2024-12-31 de 8cf994128a81_Scobag_GB2024_D_Einzelseiten-ohne-SZ_V6-KOMPLETT.pdf 2026-06-03 BPG0027M1ZFC
458 Scobag Privatbank AG scobag Stiftung Scobag 3a Direktinvest — Gebührenreglement (gültig ab 1. April 2022) 2022-04-01 de a478c4bd5a30_Geb%C3%BChrenreglement.pdf 2026-06-03 BPG002CGGVR5
459 Scobag Privatbank AG scobag Stiftung Scobag 3a Direktinvest — Vorsorgevereinbarung (foundation agreement) 2022-04-01 de 5783227699e4_Scobag_3a_Direktinvest_Vorsorgevereinbarung.pdf 2026-06-03 BPG0020A78WA

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE source_document (
    id          INTEGER PRIMARY KEY AUTOINCREMENT,
    bank_id     TEXT NOT NULL REFERENCES bank(id),
    title       TEXT,                  -- Preisübersicht und Konditionen
    valid_from  TEXT,                  -- YYYY-MM-DD
    language    TEXT DEFAULT 'de',
    filename    TEXT,                  -- preisverzeichnis.pdf
    parsed_at   TEXT,                  -- YYYY-MM-DD
    bpg         CHAR(12)               -- opaque global id, BPG002xxxxxx; populated post-load by bpg_assignments.sql
        CHECK (bpg IS NULL OR bpg GLOB 'BPG002[0-9A-HJKMNP-TV-Z][0-9A-HJKMNP-TV-Z][0-9A-HJKMNP-TV-Z][0-9A-HJKMNP-TV-Z][0-9A-HJKMNP-TV-Z][0-9A-HJKMNP-TV-Z]')
);
CREATE INDEX idx_source_document_bank ON source_document(bank_id);
CREATE UNIQUE INDEX idx_source_document_bpg ON source_document(bpg) WHERE bpg IS NOT NULL;
Powered by Datasette · Queries took 16.302ms · Data license: CC-BY-4.0 · Data source: bankproducts.info