product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "gekb:offre_duo"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| gekb:offre_duo:pf:offre_duo_combined_privatkonto_debit_kreditkarte_argent_gratis_erste_jahr_halbtarif | Offre Duo gekb:offre_duo | pricing_condition | BCGE Offre Duo (kombiniertes Angebot ab 26 Jahren): **Compte BCGE Privé CHF + Carte Debit Mastercard BCGE (gratis 1. Jahr) + Carte de crédit Argent CHF (gratis 1. Jahr, demi-tarif ab Jahr 2)**. Preis: CHF 4/Monat Forfait de tenue. Klassisches Cross-Segment-Bundle. **Compte BCGE Privé Standalone: CHF 4/Monat + separate Debit + Karten**. Signal: Duo-Angebot ist Cross-Sell-Vehikel fuer Karten-Adoption. | **Novel Duo-Bundle mit ""demi-tarif ab Jahr 2""** — BCGE positioniert Duo-Bundle als multi-jaehrige Retention-Struktur (nicht nur einmaliger Neukunden-Rabatt). Analog Valiant KMU-Aktion 3 Jahre gratis (Batch 23 dieser Batch), Migros Bank Free25 Batch 21 (Cumulus-Waiver bei Premium). BCGE ist mit **jaehrlicher Preis-Reduktions-Progression** (gratis → halbtarif → voller Preis) einer klassischsten Retention-Preis-Struktur. Signal: BCGE bindet Neukunden ueber 2+ Jahre Preis-Vorteil. Source: BCGE brochure tarif Seite 5 | 5 |
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);