product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "slm:bankpaket_light"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| slm:pf:atom_298_pack_tiered_cooperative | Bankpaket LIGHT (Basispaket) slm:bankpaket_light | pricing_condition | Atom #298 — pack-tiered retail banking observed in atom #275 cooperative (first in cohort) | SLM is the FIRST atom #275 cooperative Sparkasse in the dataset with explicit pack-tiered pricing (LIGHT CHF 8/Monat + COMFORT CHF 18/Monat). Same pattern as CA Next Bank (CA Simply / Start / Extra / First — atom #298), but adapted for cooperative-Sparkasse context. Pack-tiering was previously thought to be French-banking-origin (CA Next Bank); SLM shows the pattern is also adopted by German-Swiss cooperatives. Compare to: Migrosbank Banking-Paket, PostFinance Smart tiers. | |
| slm:pf:wealth_loyalty_discounts | Bankpaket LIGHT (Basispaket) slm:bankpaket_light | pricing_condition | Wealth + mortgage loyalty discounts on both packs | CHF 5/Monat (LIGHT) or CHF 9/Monat (COMFORT) ab CHF 10k Vermoegen oder Hypothek. KOSTENLOS ab CHF 100k Depot oder CHF 250k Kundenvermoegen oder CHF 500k Hypothek. Multi-tier loyalty system unusual within atom #275 (most peers flat-fee). |
Advanced export
JSON shape: default, array, newline-delimited, object
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);