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

5 rows where bank_id = "corner" sorted by valid_from descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

id bank_id title valid_from ▲ language filename parsed_at bpg
139 Cornèr Banca SA corner Cornèr4you — Konditionen 2026-05-01 de a45ed2679de8_corner4you.md 2026-05-28 BPG002B71DVW
140 Cornèr Banca SA corner Cornèr4two — Konditionen 2026-05-01 de 5cd0c4dbaeb5_corner4two.md 2026-05-28 BPG002DNC5KB
141 Cornèr Banca SA corner Cornèr4Young — Konditionen 2026-05-01 de 195492c69acc_corner4young.md 2026-05-28 BPG002S3720H
142 Cornèr Banca SA corner Lombardkredite — Konditionen 2026-05-01 de d238cf8b7fb9_lombardkredite.md 2026-05-28 BPG002SA7NAN
143 Cornèr Banca SA corner Cornèrcard — Produktuebersicht 2026-05-01 de ca275bbc404c_cornercard.md 2026-05-28 BPG002F95Q8J

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.095ms · Data license: CC-BY-4.0 · Data source: bankproducts.info