product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "ce_courtelary:mymix_paiements"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| ce_courtelary:mymix_paiements:pf:mymix_25_paiements_30_etudes_dual_alters_gate_novel_split_lifecycle | myMix Paiements ce_courtelary:mymix_paiements | pricing_condition | CEC myMix Alters-Gate-Struktur: **myMix Paiements gratis bis 25 Jahre** + **myMix Etudes gratis bis 30 Jahre** (Voraussetzung Studenten-Karte). **myMix Epargne gratis bis 25 Jahre**. Novel Cross-Bank-Muster: Split-Lifecycle-Konto-Familie (25 fuer normale, 30 fuer Studenten). | Novel Cross-Bank-Muster: Split-Age-Gate zwischen normalen Jugendlichen (25) und Studenten (30). Cross-Bank-Vergleich: SGKB Jugend-20 + Studenten-30 (Batch 33), AEK Free25 einheitlich bis 25 (Batch 36). CEC positioniert myMix als Clientis-Cross-Bank-Standard-Produkt. Signal: Studenten-Preisungs-Vorteil auch nach Vollmacht. | 1 |
| ce_courtelary:mymix_paiements:pf:mymix_jugend_bis_25_30jahre_gratis | myMix Paiements ce_courtelary:mymix_paiements | pricing_condition | Clientis myMix Paiements: gratis bis 25 Jahre. myMix Etudes: gratis bis 30 Jahre auf Vorlage einer gueltigen Studenten-Karte. Beide Konten inkludieren Schalterbezuege und alle Bancomatbezuege in der Schweiz. myMix Epargne: gratis bis 25 Jahre | Ausbildungs-adjacenter Cliff bei 30 Jahre: myMix Etudes deckt Studenten explizit LAENGER (bis 30 statt 25). Aehnliches Muster wie CIC Batch 8 (Prepaid CHF 50 gratis bis 25, in Ausbildung bis 30 max) und EKI (this batch) Kreditkarten-Regelung. myMix ist Clientis-Groups-Marke (nicht CE-Courtelary-spezifisch) — aehnliches Muster bei anderen Clientis-Banken. Source: CEC Prix et frais Fev 2026 | 2 |
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);