product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "abs:anlageberatung_plus"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| abs:anlageberatung_plus:pf:anlageberatung_plus_070_050_ohne_eigene_titel | ABS Anlageberatung Plus abs:anlageberatung_plus | pricing_condition | ABS Anlageberatung Plus (umfassende Beratung mit aktiver Ueberwachung): 0.70-0.50% Staffel bis-ab-5M. Minimalgebuehr CHF 4'500/Jahr. ABS Anlageberatung (ohne aktive Ueberwachung): 0.50-0.30% Staffel. Minimalgebuehr CHF 300/Jahr. **Ohne eigene Titel** (ABS-Aktien + ABS-Kassenobligationen von Berechnungs-Basis AUSGENOMMEN). Zusammensetzung Plus: Depot 0.30% + Beratung 0.20% + aktive Ueberwachung 0.20% | Novel: **ABS-eigene Titel von Berechnungsbasis AUSGENOMMEN** (analog Bordier Batch 13 in-house-Verzicht, BEKB Batch 16 3-Klassen). ABS macht es fuer Anlageberatungs-Mandate (nicht nur Vermoegensverwaltung). Dual-Struktur: Plus-Version (aktive Ueberwachung 0.20% extra) vs Basic. Riesiger Delta Minimalgebuehr (CHF 4'500 Plus vs CHF 300 Basic = 15x). Signal: Plus positioniert fuer HNW, Basic fuer breitere Zielgruppe. Source: ABS Gebuehrentarif 2021-10 | 1 |
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);