product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "leman:point_leman_individuel"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| leman:point_leman_individuel:pf:digital_channel_pricing | Point Léman Individuel leman:point_leman_individuel | pricing_condition | Aggressive Digital-Channel Pricing: gratuit via e-Banking, CHF 30 hors e-Banking | Alle Inland-Zahlungen, SEPA-Zahlungen, Daueraufträge, QR-Rechnungen, LSV: GRATUIT via e-Banking. ALLE: CHF 30 hors e-Banking. Aggressives Schienen-Pricing zur digitalen Kanal-Forcierung. Vergleichbar zur Strategie der Kantonalbanken (Schalterüberweisungen teuer). | |
| leman:point_leman_individuel:pf:gratuit_packages | Point Léman Individuel leman:point_leman_individuel | pricing_condition | Aggressive customer-acquisition pricing — 10 retail packages all GRATUIT | Banque du Léman positioniert sich mit zehn GRATUIT-Retail-Paketen (Epargne Jeunesse, Jeunes, Etudiants, Léman Individuel, Léman Santé, Léman Famille, Frontalis x3, Starter). Alle inkludieren Compte privé + Compte épargne + Debit Mastercard + Europ Assistance Versicherung + e-Banking + Zahlungsverkehr. Revenue-Modell vermutlich via Cross-Selling (Hypotheken, Versicherung, Anlageprodukte) + Compte société (CHF 40/Monat). |
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);