product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "ek_rueggisberg:festhypothek"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| ek_rueggisberg:festhypothek:pf:atom_275_member | Festhypothek ek_rueggisberg:festhypothek | pricing_condition | Atom #275 9th instance — Bernese cooperative founded 1835 | Ersparniskasse Rueggisberg Genossenschaft, founded 1835 — third-oldest atom #275 cohort member after EKSH (1817) and CMV (1816). Two-branch cooperative (Rueggisberg + Zimmerwald). Sub-pattern 3c+: publishes savings rates on website + complete fees PDF + mortgage rates "auf Anfrage". Similar shape to Bank EEK (3c) but with richer fees PDF. Atom #275 cohort now spans 9 instances across 5+ canton-regions, 4+ sub-patterns, 4 corporate forms (regional_bank AG, Genossenschaft, AG mutual, Clientis federation member). |
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);