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 = "cembra" 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
113 Cembra Money Bank AG cembra Kassenobligationen Produkteinformation 2025-07-01 de 2c775540aad8_info-kassenobligationen-de.pdf 2026-05-28 BPG002AQ0AC3
111 Cembra Money Bank AG cembra Cembra Mastercard Gebuehrenuebersicht 2024-01-01 de b021a22547c1_cembra_mastercard_feetable_d.pdf 2026-05-28 BPG002X9PFM2
112 Cembra Money Bank AG cembra Cumulus Mastercard Gebuehren 2024-01-01 de 683114873603_gebuehren-cumulus-mastercard-de.pdf 2026-05-28 BPG0020Q61SK
110 Cembra Money Bank AG cembra Barkredit Leistungen und Kosten 2023-09-01 de 92b9408befa0_barkredit-gebuehren-de.pdf 2026-05-28 BPG002Z4RXST

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