product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "zimmerberg:privatkonto"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| zimmerberg:pf:14_konto_types | Privatkonto zimmerberg:privatkonto | pricing_condition | 14 Konto types — broadest atom #275 product catalog | 14 named Konto types: 5 Zahlen-Konten (Privat + Privat25 + Aktionaer + KK + EUR) + 5 Sparen-Konten (Geschenk + Spar25 + Spar + EUR Spar + Mieterkaution) + Fix-Konto + 3 Karten (Debit MC + Credit + Swiss Bankers). Broadest atom #275 product menu observed. Compares to typical 6-8 Konto types in cohort. | |
| zimmerberg:pf:atom_275_publisher_with_esg | Privatkonto zimmerberg:privatkonto | pricing_condition | Atom #275 publisher with dedicated Nachhaltigkeitsbericht 2024 — rare in cohort | Bank Zimmerberg publishes 3 substantial PDFs: Zahlen & Sparen Broschuere (03/2026, 14+ Konto types), Konditionen-Anlagegeschaeft (1.4.2024), AND a dedicated Nachhaltigkeitsbericht 2024 — ESG annual report is RARE in atom #275 cohort. Compares to Bonhote (atom #274), Globalance (atom #274) for ESG-positioning. Bank Zimmerberg = the most ESG-publishing atom #275 instance. |
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);