home / bankproducts

product_feature

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

2 rows where product_id = "llb_ch:sparkonto_you_save"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
llb_ch:sparkonto_you_save:age_range Sparkonto you save (12-26 Jahre) llb_ch:sparkonto_you_save eligibility 12-26 Jahre Vorzugszins fuer Junge.  
llb_ch:you_save:pf:staggered_20bps_50k Sparkonto you save (12-26 Jahre) llb_ch:sparkonto_you_save pricing_condition Sparzins gestaffelt: 0.200% bis CHF 50'000, 0.100% darueber U26-Segment mit hoeherer Basisrate als Erwachsenen-Sparkonto Light-Tier (0.000% ueber alle Tranchen). Staffelung ist typisch Jugendkonto-Pattern (BBO Jugendkonto haette theoretisch aehnliches Schema, publiziert es aber nicht so klar). Source: 640dfa5ae63d_zinssatzblatt.pdf (Apr-2026) 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 18.526ms · Data license: CC-BY-4.0 · Data source: bankproducts.info