home / bankproducts

product_feature

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

1 row where product_id = "slb:anlagesparkonto"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
slb:anlagesparkonto:pf:sparkonto_e_banking_nicht_moeglich_papier_only_novel_channel_restriction Anlagesparkonto slb:anlagesparkonto pricing_condition SLB Sparkonto Channel-Restriction: **Aktionaerssparkonto/Anlagesparkonto/Jugendsparkonto/Geschenksparkonto: E-Banking nicht moeglich; Blitz-Zahlungsauftrag nicht moeglich; Dauerauftrag e-Banking nicht moeglich; LSV nicht moeglich; Stammliste nicht moeglich**. Nur manueller Zahlungsauftrag CHF 5 (Ausnahme Geschenksparkonto CHF 2). Novel: publizierte 5-Kanal-Ausschluss-Klausel fuer Sparkonten. Novel Cross-Bank-Muster: Publizierte-Kanal-Ausschluss-Klausel fuer Sparkonten. Cross-Bank-Vergleich: die meisten Banken haben implizite Kanal-Restriktionen (Sparkonten sind nicht fuer Zahlungen), aber wenige publizieren "nicht moeglich"-Liste. SLB publiziert explizit fuer 4 Sparkonten. Cross-Bank-Vergleich: SLT Batch 40 hatte Sparkonto Papier CHF 5 (aber e-Banking moeglich); CBT Batch 42 Sparkonto e-Banking CHF 2. SLB strengste Version: Sparkonten NUR-Papier-Zahlungen. Signal: klare Konto-Zweck-Separation (Sparkonto NICHT fuer Zahlungen). 2

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