product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "ek_rueggisberg:privatkonto"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| ek_rueggisberg:privatkonto:pf:gnietig_branding | Privatkonto ek_rueggisberg:privatkonto | pricing_condition | Self-deprecating Bernese branding "Gnietig?" — joins localist-identity cluster | "Gnietig?" is Bernese German for "stingy/penny-pinching". Joins Bank Gantrisch "SYMPATHISCH ANDERS", CEN "Regionale et fiere de l'etre", Bank EEK's 160-year heritage in the atom #275 localist-identity cluster. Each cohort member uses a localist-tradition-as-positioning identity — none of them claim to be premium or upscale. | |
| ek_rueggisberg:privatkonto:pf:no_foreign_resident | Privatkonto ek_rueggisberg:privatkonto | pricing_condition | Explicit "no-foreign-resident" posture — refuses non-CH-resident enquiries | "Die auf der Webseite veroeffentlichten Angaben sind fuer Kunden mit Domizil in der Schweiz bestimmt und stellen kein Angebot fuer Kunden mit Domizil im Ausland dar. Anfragen von Kunden mit auslaendischem Domizil betreffend Finanzdienstleistungen und -produkten werden nicht beantwortet." Unlike Clientis Bank Oberaargau (CHF 900/year Auslandkunden surcharge), EKR REFUSES non-CH-resident business outright. Different KYC-cost-handling strategy at the same cohort scale. Also seen at CMV but less explicitly stated. |
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);