product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "gekb:libre_passage"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| gekb:libre_passage:pf:libre_passage_18_65_frauen_64_verlaengerung_bis_70_69_500_500_wohneigentumsforderung | Compte libre passage gekb:libre_passage | pricing_condition | BCGE Compte Libre Passage (Freizuegigkeit): **Clientele 18-65 Jahre (Frauen 64), Verlaengerung bis 70 (Frauen 69)**. **Kontofuehrung GRATIS**. Retraits pour l'accession à la propriété OU remboursement d'un prêt hypothécaire: **CHF 500**. Frais de cloture: Age legal Retraite = gratis; **Autre motif CHF 120**; Si capital investi dans Synchrony LPP Funds = **CHF 60** (halbierter Preis fuer LPP-Fonds-Investment). Frais succession CHF 120 (inkl. Cloture-Kosten). Echange de parts LPP: 1. Jahr CHF 200/modification; ab 2. Jahr 1 Aenderung/Jahr gratis, danach CHF 200/modification. **Steueranleitung: gratis; diverses attestations CHF 120/h (min CHF 50)**. | **Novel Alter-Erweiterung 65 → 70 (Frauen 64 → 69)** — BCGE positioniert Freizuegigkeitskonto mit expliziter Age-Extension analog Prevoyance-2. Saeule Erlaubnis. **Wohneigentumsforderung CHF 500** vs **Cloture normal CHF 120** = 4x Delta reflektiert Regulierungs-Aufwand fuer WEF-Bezuege. **Synchrony LPP Funds Cloture halbiert (CHF 60)** = novel Cross-Sell-Diskount fuer eigene LPP-Fonds-Investment. Signal: BCGE incentiviert Synchrony-Adoption via reduziete Aufloesungs-Kosten. Vergleich mit anderen batches: dieses Muster ist im Corpus einmalig. Source: BCGE brochure tarif Seite 15 | 15 |
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);