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:bankpaket_comfort:pf:comfort25_bis_25_jugend_bundle_kostenlos_novel_named_youth_product_variant | Bankpaket COMFORT (Sorglospaket mit Kreditkarte) slm:bankpaket_comfort | pricing_condition | SLM Comfort25 Named-Youth-Product-Variant: **Jugendliche bis 25 Jahre: COMFORT25 kostenlos** (Standard-COMFORT CHF 18/Monat). Zusaetzlich: Kreditkarte Gold zum halben Preis im Bankpaket COMFORT. Novel: publizierte "COMFORT25"-Variante als spezifisches Youth-Bundle-Produkt-Name. | Novel Cross-Bank-Muster: Named-Youth-Product-Variant (Comfort25). Cross-Bank-Vergleich: die meisten Banken haben Youth-Waiver als Klausel innerhalb Standard-Produkt (SPC Batch 44 myMix-Klausel bei Standard-Konto); SLM hat eigenen Produkt-Namen (Comfort25 = COMFORT + 25er-Grenze). Cross-Bank-Vergleich: CBO Batch 43 Debit MC bis 30 Klausel innerhalb Standard-Karte; SPC Batch 44 26-Age-Klausel innerhalb Standard-Kreditkarten. SLM Named-Product-Variant = signal fuer Marketing-orientierte-Youth-Ansprache (Kunde kauft explizit "Comfort25" statt Fee-Waiver-Klausel). | 3 |
| 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. |
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);