product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
3 rows where product_id = "biene:privatkonto"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| biene:privatkonto:pf:atom_285_counter_example | Privatkonto biene:privatkonto | pricing_condition | Atom #285 second counter-example — bienebank.clientis.ch renders rates statically | After Clientis Bank Oberaargau (PR #122, atom #285 1st counter-example), Biene Bank is now the SECOND Clientis member to break out of the atom #271 JS-render-gate generalisation. Rendered savings rate table on /privatkunden/konten/sparkonten/ + per-product factsheets reachable via standard fetch. Atom #271 should be further weakened — at least 2 of 12 Clientis members observed do NOT render via JS. Likely the gate is selectively configured per member rather than federation-wide. | |
| biene:privatkonto:pf:clientis_federation | Privatkonto biene:privatkonto | pricing_condition | Clientis-federation member; pricing uses common Clientis framework | bienebank.ch redirects to bienebank.clientis.ch — same federation as sparcassa, clientis_oberuzwil, ce_courtelary, eb_entlebucher et al. (loaded 2026-05-31). swissbanks_minimal.json does NOT mark biene as parent_group="Clientis" — metadata gap, atom #268-style follow-up needed. | |
| biene:privatkonto:pf:js_rendering_gate | Privatkonto biene:privatkonto | pricing_condition | All rate/condition values JS-rendered (atom #271) | Clientis-federation common framework loads rate values dynamically via JS ("Bitte warten… %" placeholders in static HTML). Affects every Clientis member uniformly — this is atom #271 confirmed at federation scale. Workaround: Playwright + networkidle wait per atom #271 Walid feedback item. |
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);