product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "shkb:depotautonom"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| shkb:depotautonom:pf:auslieferung_tresor_100_uebrige_depotstellen_200_dual_source_pricing | SHKB DEPOTAUTONOM shkb:depotautonom | pricing_condition | SHKB Depot-Auslieferung Dual-Source-Preisung: **Auslieferung aus Depotstelle Tresor: CHF 100/Valor/Einheit**. **Auslieferung aus uebrigen Depotstellen: CHF 200/Valor/Einheit** (100% Aufpreis). Signal: Wertpapiere in externem Central-Depository (SIX SIS, Clearstream) verursachen zusaetzliche Handling-Kosten. | Novel Cross-Bank-Muster: differenzierte Auslieferungs-Preise nach Depotstelle. Cross-Bank-Vergleich: die meisten Banken haben flat Depot-Auslieferungs-Gebuehr. Signal: SHKB als Regional-Bank haelt physische Wertpapiere selbst im Tresor (kostenguenstig) und lagert nur Restbestand extern (teurer). | 3 |
| shkb:depotautonom:pf:positionspauschale_schluessel_enveloppe_100_policen_30_novel_physical_items | SHKB DEPOTAUTONOM shkb:depotautonom | pricing_condition | SHKB Positionspauschalen physische Items: **Schluessel-Enveloppe CHF 100/Jahr (zzgl. MwSt.)** — versiegelte Umschlaege mit Wertsachen/Schluessel im Depot. **Unverpfaendete Policen und Schuldbriefe CHF 30/Jahr (zzgl. MwSt.)** — Original-Urkunden ohne Sicherheiten-Bindung. | Novel Cross-Bank-Muster: separate Positionspauschale fuer nicht-Wertpapier-Depot-Inhalte. Analog Bordier Custody (Batch 27) — SHKB ist granularer mit Schluessel-Umschlag als eigene Kategorie. Signal: SHKB als Regional-Bank mit umfangreichem physischem Tresorfach-Angebot. | 2 |
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);