home / bankproducts

product_feature

Data license: CC-BY-4.0 · Data source: bankproducts.info

2 rows where product_id = "ek_affoltern:privatkonto25"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
ek_affoltern:privatkonto25:age_range Privatkonto25 ek_affoltern:privatkonto25 eligibility bis 25 Jahre    
ek_affoltern:privatkonto25:pf:privatkonto25_aktionaer8_kostenlos_privileg Privatkonto25 ek_affoltern:privatkonto25 pricing_condition Privatkonto25 und Privatkonto Aktionaer 8+ (mind. 8 Aktien): Kontofuehrung KOSTENLOS (Pauschale + Pauschale-mit-e-Banking beide CHF 0), Jahresgebuehr Debit Mastercard kostenlos. Standard-Privatkonto: CHF 60/Jahr Kontogebuehr + CHF 50 Debit Mastercard Jahresgebuehr Doppel-Rabatt (Konto + Karte) fuer Age-based (bis 25) UND Shareholder-based (8+ Aktien) Segmentierung. Signal: Beziehung ist wichtiger als transaktions-basierte Ertragskraft — Junge (Ausbildungs-Support) und Aktionaere (Bindung + Aktien-Retention). Aktionaer 8+ hat niedrigere Aktienzahl als Acrevis Member (11) — reflektiert kleinere Bank mit kleinerer Aktien-Basis. Source: EKA Preise Jan 2026 4

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 8.753ms · Data license: CC-BY-4.0 · Data source: bankproducts.info