product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "acrevis:invest_expert"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| acrevis:invest_expert:pf:invest_expert_2d_risk_x_vermoegen | acrevis invest expert Schweiz, Euro, Global acrevis:invest_expert | pricing_condition | acrevis invest expert Schweiz/Euro/Global: 2-dimensional Preisstruktur (Max. Risikoanteil x Vermoegenswert). Risikoanteil-Stufen 0-35%/36-60%/61-85%/86-100% x 3 Vermoegen-Stufen (bis 1M / 1-5M / 5-10M / ab 10M auf Anfrage). Preise 1.15%-1.55% (bis 1M) bis 0.95%-1.35% (5-10M). Minimum CHF 3'000-4'000 je nach Risikoanteil | Two-dimensional pricing matrix analog NKB Batch 6 (Verwalten Komfort/Premium 3x2) und BCJ Batch 7 (5x3 Strategie x Volumen). Acrevis hat 4x3 = 12 explizite Preise. Aktive Portfolios (86-100% Risiko) zahlen konsequent 30-40 bps mehr als konservativ (0-35%). Reflektiert operativen Rebalancing-Aufwand. Source: acrevis Dienstleistungspreise Juli 2026 | 3 |
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);