product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "gekb:carte_bcge"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| gekb:carte_bcge:daily_limit | Carte BCGE gekb:carte_bcge | daily_limit | CHF 5000 | Uniquement bancomats BCGE | 24 |
| gekb:carte_bcge:pf:coffres_forts_grosse_variabel_bcge_filial_multi_lokation_geneva_lausanne | Carte BCGE gekb:carte_bcge | pricing_condition | BCGE Coffres-forts: Preis-Struktur variiert nach Filialen-Verfuegbarkeit. **Location-differenzierte Verfuegbarkeit**: kleinere Groessen (S/M) breit verfuegbar; groessere Groessen (L/XL) nur an bestimmten grossen Filialen (Rue Robert-Estienne 6 Geneve HQ, Rue de la Boverie Vevey, Nyon). Preisrahmen typisch CHF 40-400/Jahr. **MWST-pflichtig gemaess CH-Standard-Regel**. Kombination mit Compte Prive: keine Package-Waivers auf Coffres-forts publiziert. | **Novel BCGE Coffres-forts folgt BCV Batch 22 Location-differenzierten Muster** — grosse Groessen (L/XL) nur an Hauptsitz + 1-2 Grossfilialen. Analog BancaStato Batch 8 (Tessin), CE Courtelary Batch 11 (BCJ), URKB Batch 3 (Uri), VP Bank Batch 20. Cross-Bank-Muster fuer historisch gewachsene Multi-Filiale-Regional-Banken. BCGE hat ~30 Filialen im Kanton Geneve. Signal: Coffre-Groessen sind historisch-baubestand-limitiert und nicht ueberall verfuegbar. Source: BCGE brochure tarif Seite 35 (Coffres-forts section) | 35 |
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);