product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "vdkb:coffre"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| vdkb:coffre:pf:tresorfach_langfristig_locale_variabel_geschaeftsstelle_baubestand | Location de coffres (safes) vdkb:coffre | pricing_condition | BCV Coffres-Forts (Tresorfaecher): Preisstruktur variiert je Geschaeftsstelle (Baubestand-abhaengig). **Grosse 1-6 mit Preisen CHF 40-400/Jahr**. **Verlust Schluessel CHF 200 pro Schluessel** (deutlich niedriger als ARB Batch 22 CHF 600). MWST-pflichtig gemaess allgemein-CH-Regel. **Location-differenzierte Verfuegbarkeit** — Groessen 5-6 nur in bestimmten Filialen (typisch Lausanne + Vevey + Nyon Head Offices). Kleine Faecher (Grosse 1-3) breit verfuegbar. | **Novel Location-differentiated Availability** — BCV ist grosse Bank mit heterogenem Filial-Bestand (~70 Filialen im Kanton Vaud). Analog BancaStato Batch 8 (Tessin Location-diff), CE Courtelary Batch 11 (BCJ), URKB Batch 3 (Uri). Cross-Bank-Muster fuer historisch gewachsene Regional-Bank-Netze. Vergleich mit ARB Batch 22 (7 Filialen im Rheintal — alle Faecher konsolidiert). Signal: BCV kann Grosse-6-Tresorfach nur an groesseren Standorten mit modernem Tresor-Raum anbieten. Source: BCV Fiche-Tarif-Conseil-Classique | 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);