product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "cmv:compte_epargne_jeunesse"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| cmv:compte_epargne_jeunesse:pf:cmv_epargne_jeunesse_named_youth_variant_analog_ce_aubonne_ce_kohorte_pattern | Compte Épargne Jeunesse cmv:compte_epargne_jeunesse | pricing_condition | CMV Compte Epargne Jeunesse Named-Youth-Product: **Compte Epargne Jeunesse** separates Produkt neben Compte Epargne / Compte Epargne 60+ / Compte Epargne Placement. Novel: 4-Segment-Epargne-Segmentierung (Standard + Jeunesse + 60+ + Placement) mit demografischen Zielgruppen. | Novel Cross-Bank-Muster: 4-Segment-Sparkonto-Demographic-Segmentation. Cross-Bank-Vergleich: CE Aubonne Batch 42 hatte 5-Segment-Struktur (Compte + Jeunesse + Enfant + Nominatif + Senior + Plus); CE Nyon Batch 39 5-Segment; CMV 4-Segment. Signal: RBA/CE-Kohorte-Standard = demographic-Segmentierung ins Produkt-Namen statt in Klausel. Cross-Bank-Vergleich: Deutschschweizer Regional-Banken haben typisch 1-2 Sparkonto-Produkte + demographic-Waiver-Klausel innerhalb. Cross-Bank-Vergleich: SLM Batch 45 Comfort25 = Named-Youth-Bundle analog CE-Kohorte-Pattern (Jugend-Konto-Marke separate Produkt). | 1 |
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);