product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "vontobel:wealth_services"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| vontobel:wealth_services:hourly_advisory | Wealth Services / Financial + Pension Planning vontobel:wealth_services | hourly_rate | CHF 350/Std Advisory + CHF 250/Std Admin | Preliminary discussion kostenlos. Financial+Pension Plan ab CHF 2,500. | |
| vontobel:wealth_services:pf:private_markets_zahlungsversprechen_calc_basis_novel | Wealth Services / Financial + Pension Planning vontobel:wealth_services | pricing_condition | Vontobel Private Markets Mandate Novel-Berechnungsbasis: **Gebuehr bis 0.80% pro Jahr + einmalige Gebuehr bis 2%**. Berechnungsbasis: **das ZAHLUNGSVERSPRECHEN** (Commitment), NICHT die effektiv investierten Assets. Signal: Private-Equity-typische Praxis, aber selten explizit publiziert. | Novel Cross-Bank-Muster: Berechnung auf Commitment statt Assets under Management ist bei Private-Equity-Fonds Standard, aber bei Bank-Mandaten selten explizit gepreist. Kunden zahlen auf gesamte kommittierte Summe (auch nicht-abgerufener Teil), was Bank-freundlich bei langsam-deployed Kapital ist. | 15 |
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);