product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "bordier:all_in_fee"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| bordier:all_in_fee:pf:min_25000 | All-in-fee account bordier:all_in_fee | pricing_condition | All-in fee min CHF 25,000 — the highest published floor in the schedule | The CHF 25,000 p.a. floor on the all-in fee account is the highest single fee floor Bordier publishes. At the entry tier (1.50% < CHF 2M), the floor binds for any AuM below CHF 1.67M. This positions the all-in fee specifically for ≥ CHF 2M clients — for smaller balances the unbundled mgmt-mandate option is cheaper. | |
| bordier:all_in_fee:pf:staffel_150_bis_80bps_min_25000 | All-in-fee account bordier:all_in_fee | pricing_condition | All-in Fee-Konto: unter CHF 2M 1.50%; 2-5M 1.20%; 5-10M 1.00%; ueber 10M 0.80%. Mindestbetrag CHF 25'000/Jahr. Enthalten: VV/Beratungsgebuehren, Depotgebuehren, Courtagegebuehren | Extremer Mindest-Floor CHF 25'000/Jahr — bei einem Vermoegen unter CHF 1.7M ist der Floor die effektive Belastung (>1.5%). Signal: All-in-Fee ist explizit fuer Kunden mit >CHF 2M ausgelegt. Vergleich Baumann Batch 9 (Mindest CHF 8'000/Jahr = 3x niedriger); Vontobel Batch 3 (kein Floor publiziert). Bordier ist deutlich HNW-fokussierter. Source: Bordier Preise Jan 2024 | 4 |
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);