product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "clientis_oberaargau:festhypothek"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| clientis_oberaargau:festhypothek:pf:atom_275_member | Festhypothek clientis_oberaargau:festhypothek | pricing_condition | Atom #275 8th instance — first Clientis federation member | Bank Oberaargau publishes savings rates + complete Preise und Gebuehren PDF + Wertschriftengeschaeft PDF, but mortgage rates show "auf Anfrage" (Fest, Variable, SARON all on-request). Combined sub-pattern: 3a-like coverage on accounts/cards/securities + 3c-like gating on mortgages. 8th atom #275 instance — and FIRST from the Clientis federation, refining the cohort (cohort now spans regional_bank AG + Genossenschaft + AG mutual + cooperative_bank 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);