product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "leman:point_leman_famille"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| leman:point_leman_famille:pf:cartes_credit_gratuit_1ere_annee_par_co_titulaire_novel_first_year_free | Point Léman Famille leman:point_leman_famille | pricing_condition | Banque du Leman Familien-Paket-Perks: **Cartes de crédit gratuites la 1ère année (1 carte par co-titulaire)** + Assurances Shopping/Voyage Europ Assistance mit Debit MC inkludiert + Découvert autorisé mit Salaire-Domizilierung. Novel: First-Year-Free-Kreditkarte pro Ko-Inhaber (nicht nur 1 pro Paket). | Novel Cross-Bank-Muster: First-Year-Free pro Ko-Inhaber statt pro Konto. Cross-Bank-Vergleich: BEKB KMU-Paket 1 Karte gratis + 1 halber Preis (Batch 28, single-user), Regiobank_SO Debit MC 1. Jahr gratis (Batch 35, aehnlich aber Einzelkonto). LEMAN skaliert mit Familie (2 Adults = 2 Karten gratis). | 9 |
| leman:point_leman_famille:pf:famille_20chf_16chf_hypothek_novel_hypothek_cross_sell_discount | Point Léman Famille leman:point_leman_famille | pricing_condition | Banque du Leman Point Leman Famille: **CHF 20/Monat**. **CHF 16/Monat mit Hypothek bei Banque du Leman** (20% Rabatt). Fuer Familien in Menage commun. Novel: Familien-Paket mit Hypothek-Cross-Sell-Rabatt. | Novel Cross-Bank-Muster: Hypothek als Cross-Sell-Trigger fuer Familien-Konto-Rabatt. Cross-Bank-Vergleich: BLKB Klientengelder-3-way-OR mit Hypothek als Trigger (Batch 31), GRKB Kontofuehrung Reduktions-Ladder ab Vermoegen ODER Hypothek (Batch 32). LEMAN einfachere binaere Hypothek-Toggle mit 20%-Preisreduktion. | 9 |
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);