product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "vskb:consignation_loyer"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| vskb:consignation_loyer:pf:consignation_loyer_bcvs_kunden_70chf_autres_120chf_frais_dossier_progression | Compte de consignation loyer vskb:consignation_loyer | pricing_condition | BCVS Consignation Loyer (Mietkautions-Konto): **Ouverture: CHF 70 fuer BCVs-Kunden vs CHF 120 fuer Nicht-Kunden (+71% Aufpreis)**. Consignation für société en formation: 1 Promille auf hinterlegtem Betrag (min CHF 250, max CHF 2'500). **Aufpreis wenn Geschaeftskonto bei anderer Bank: CHF 600 zusaetzlich zur Standard-Kaution-Gebuehr** (novel Anti-Fremd-Bank-Klausel). Compte Epargne Garantie Loyer: CHF 20 fuer BCVs-Kunden + CHF 300 fuer Nicht-Kunden (**+1400% Aufpreis fuer Nicht-Kunden**). | **Novel EXTREME Kunden-vs-Nichtkunden-Differential** — BCVs positioniert Mietkaution als starkes Cross-Sell-Instrument: bestehende BCVs-Kunden zahlen CHF 20, Fremd-Bank-Kunden CHF 300 (15x mehr!) fuer identisches Produkt. Signal: BCVs baut hohe Wechselkosten fuer Mieter mit Kautions-Bedarf. Analog HBL Batch 20 (KESB-Kunden CHF 150), Leerau Batch 5 Firmen (3-Kunden-Tiers). BCVS ist am aggressivsten mit **1400% Delta**. **CHF 600 Aufpreis fuer Firmen-Kaution ohne BCVS-Konto** = starker Anreiz Firmen-Konto zu eroeffnen. Source: BCVs Tarif des frais Seite 5 | 5 |
| vskb:consignation_loyer:use_case | Compte de consignation loyer vskb:consignation_loyer | use_case | rental_deposit | Migrated from product.target_group=\'rental_deposit\'. |
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);