home / bankproducts

product_feature

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

1 row where product_id = "frkb:hypothek"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
frkb:hypothek:pf:tarif_prestations_bcf_kontokorrent_fw_dienstleistungen_separates_pdf_publikations_split Hypothekardarlehen / Baukredit frkb:hypothek pricing_condition BCF Tarif des prestations (separates PDF): erfasst weitergehende Dienstleistungen ausserhalb der 5-Alters-Kohorten-Basisleistungen. Kontokorrent + Kontokorrent Fremdwaehrung + Sparen + Hypothek + Anlagegeschaeft. **Publikations-Trennung** von Basis-Konten (fkb-preisliste.pdf) und Prestations (tarif-prestations-bcf.pdf) analog GLKB Batch 24 dieser Batch (Basisleistungen vs Anlagegeschaeft). Signal: Cross-Kantonalbank-Muster fuer PDF-Struktur mit 2-3 Publikations-Ebenen. **Novel BCF Publikations-Trennung** analog GLKB Batch 24 — 2 Kantonalbanken in einem Batch mit identischer Publikations-Konvention. Signal: Kantonalbank-Standard-Praxis, Basis (Retail) und Prestations (Anlage/Hypothek) getrennt zu publizieren. Cross-Bank-Vergleich: TGKB Batch 21 (Konditionen Konti + Anlagegeschaeft), BEKB Batch 16, LUKB — mind. 5 Kantonalbanken folgen dieser 2-PDF-Struktur. Vs. Grossbanken (UBS, PostFinance) = **1 grosses PDF Preisliste** ohne Publikations-Trennung. Source: BCF Tarif des prestations + fkb-preisliste 1

Advanced export

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

CSV options:

CREATE TABLE product_feature (
    id          TEXT PRIMARY KEY,
    product_id  TEXT NOT NULL REFERENCES product(id),
    feature_key TEXT NOT NULL,          -- withdrawal_limit_free, notice_period, daily_limit, monthly_limit,
                                        -- interest_late_payment, max_balance, included_services, ...
    feature_value TEXT,
    note        TEXT,
    source_page INTEGER
);
CREATE INDEX idx_product_feature_product ON product_feature(product_id);
CREATE INDEX idx_product_feature_key ON product_feature(feature_key);
Powered by Datasette · Queries took 10.682ms · Data license: CC-BY-4.0 · Data source: bankproducts.info