product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
3 rows where product_id = "vdkb:formule_juniors"
This data as json, CSV (advanced)
Suggested facets: source_page
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| vdkb:formule_juniors:age_range | Formule Juniors vdkb:formule_juniors | age_range | 7-14 | 6 | |
| vdkb:formule_juniors:monthly_limit | Formule Juniors vdkb:formule_juniors | monthly_limit | CHF 1000 | 6 | |
| vdkb:formule_juniors:pf:junior_konto_18_jahre_gratis_alle_gebuehren_ecole_bildungs_bonus_option | Formule Juniors vdkb:formule_juniors | pricing_condition | BCV Formule Juniors (bis 18 Jahre): **ALLE Kontogebuehren KOSTENLOS** — Kontofuehrung, Kontoauszug (Papier + Online), Buchungen, Debitkarte, Zahlungsverkehr. Kombination mit Compte Epargne Juniors: 0.500% Zinssatz bis CHF 20'000 (Kinder-Bonus). Formule Campus (Studenten 18-30): Reduzierte Package-Preise + Cross-Sell-Bonus-Aufbau moeglich. Formule Jeunes (18-25 nicht-Studenten): CHF 0/Monat Package mit Debitkarte + Kreditkarte Silber gratis inklusive. | **Novel All-Free Juniors bis 18 + Age-Extension 26-35 via "Jeunes Actifs"** — BCV bietet uneingeschraenkten Junior-Waiver (nicht nur reduzierte Preise wie AGKB Batch 11, HBL Batch 20). Signal: BCV setzt langfristige Kundenbindung ueber 3 Junge-Kohorten (Juniors → Campus → Jeunes Actifs). Vergleich mit **VSKB BCVs Formation Batch 22** (Formation bis 30 Jahre = weitere Kohorte), Migros Bank Free25 Batch 21 (unter 25). BCV positioniert **26-35-Kohorte als eigene Segment mit "Jeunes Actifs"** = Werte-basierter Marketing-Terminologie. Source: BCV Formule-Struktur | 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);