product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "bbo:bankgarantie"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| bbo:bankgarantie:pf:tiered_pricing | Unwiderrufliche Bankgarantie bbo:bankgarantie | pricing_condition | Unwiderrufliche Bankgarantie: 1.5% der Garantiesumme p.a. (mind. CHF 200); Solidarbuergschaft: 1% (mind. CHF 150); Einfache Buergschaft: 0.7% (mind. CHF 100) | Dreistufige Preisstruktur nach Buergschafts-Verpflichtungstiefe: einfach < solidar < unwiderruflich. Reflektiert Risikotragung der Bank. BBO explizit als 1.5%/1%/0.7%, andere kantonalen Banken (URKB Batch 3) publizieren nur "nach Absprache". Transparenz-Bonus fuer BBO. Source: kontoangebot_und_gebueren_2024_08_01_bbo_web_neu.pdf | 18 |
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);