home / bankproducts

product_feature

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

1 row where product_id = "regiobank_so:fremdwaehrungskonto"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
regiobank_so:fremdwaehrungskonto:pf:bareinzahlung_barauszahlung_1_pct_min_10chf_novel_fw_cash_symmetry Fremdwaehrungskonto regiobank_so:fremdwaehrungskonto pricing_condition Regiobank_SO Fremdwaehrungskonto Bar-Kommission: **Kommission auf Betrag fuer Bareinzahlungen oder Barauszahlungen 1%, mind. CHF 10.00**. Symmetrische Preisung (Ein und Aus gleich). Novel: einfache flat-Prozent-Preisung ohne Waehrungs-Differenzierung. Cross-Bank-Muster: FW-Bar-Kommission symmetrisch. Cross-Bank-Vergleich: ZGKB EUR/USD asymmetrisch (Batch 30), GRKB 5-Tier-Ladder (Batch 32). Regiobank_SO simpler mit einheitlicher 1%-Rate — schuetzt Bank vor Waehrungs-Volatilitaets-Risiko bei Bar-Handling. 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 11.472ms · Data license: CC-BY-4.0 · Data source: bankproducts.info