product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "slm:bankpaket_comfort"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| slm:pf:comfort25_youth | Bankpaket COMFORT (Sorglospaket mit Kreditkarte) slm:bankpaket_comfort | pricing_condition | Comfort25 — COMFORT KOSTENLOS bis 25 Jahre | SLM offers COMFORT pack FREE up to age 25 (branded "Comfort25"). Includes Kreditkarte Silber (CHF 100 Einzelpreis) FREE. Aggressive under-25-acquisition. Same shape as CA Next Bank CA Simply restriction-by-IBAN (atom #299 frontalier-specialization) but here restricted by age. | |
| slm:pf:premium_subbrand | Bankpaket COMFORT (Sorglospaket mit Kreditkarte) slm:bankpaket_comfort | pricing_condition | SLM Premium sub-brand atypical for atom #275 | SLM operates a "SLM Premium" sub-brand for higher-tier clients (referenced in product menu). Premium-tier sub-brand is atypical for cooperative Sparkasse cohort — most peers operate single-brand client-relationships. |
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);