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

4 rows where bank_id = "frankly" sorted by valid_from descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

id bank_id title valid_from ▲ language filename parsed_at bpg
291 frankly (ZKB brand) frankly Frankly Home — Website 2026-07-09 (WebFetched) 2026-07-09 en frankly.ch_en_home_2026-07-09.md 2026-07-09 BPG0021M9HJJ
292 frankly (ZKB brand) frankly Frankly Anlageprodukte 3a — Website 2026-07-09 (WebFetched) 2026-07-09 de frankly.ch_de_saeule-3a_anlageprodukte-3a_2026-07-09.md 2026-07-09 BPG002DZWRKF
293 frankly (ZKB brand) frankly Frankly All-in-Fee FAQ — Website 2026-07-09 (WebFetched) 2026-07-09 de frankly.ch_de_faq_was-all-in-fee-enthalten_2026-07-09.md 2026-07-09 BPG002MP95YK
738 frankly (ZKB brand) frankly FAQ: Wie kann ich die Gebuehren der Saeule 3a von den Steuern abziehen? 2026-07-09 de 9530f406123c_wie-gebuehren-saeule-3a-steuern-abziehen.html.md 2026-08-09 BPG00243BZ8D

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