product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
2 rows where product_id = "dcbank:execution_only"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| dcbank:execution_only:pf:foreign_custody_surcharge_015pct | Execution Only dcbank:execution_only | pricing_condition | Zuschlag 0.15% p.a. fuer ausserhalb DC Bank verwahrte auslaendische Vermoegenswerte | Foreign-custody-Surcharge: EO-Depots mit externer Verwahrung im Ausland kosten 0.15% mehr als bei DC Bank verwahrte Titel. Reflektiert operative Zusatzkosten (Auslandsdepotpartner, FATCA/QI). Verwandt mit Vontobel-Batch-3-Muster (+0.20% fuer nicht-Vontobel-Investmentloesungen), aber DC Bank differenziert nach Verwahrort statt nach Produkt-Familie. Source: DCB_Leistungen_und_Gebuehren_01.01.2025-Web.pdf | 4 |
| dcbank:execution_only:pf:small_lot_rule_10pct | Execution Only dcbank:execution_only | pricing_condition | Courtage fuer Transaktionen bis CHF 1'000 Kurswert: 10% pro Abschluss, mindestens CHF 20 | Small-lot rule: Trades unter CHF 1'000 werden nicht nach Staffeltarif (1.00% CH / 1.50% Ausland) sondern nach 10%-vom-Kurswert (mind. CHF 20) berechnet. Effekt: mikro-Trades subventionieren nicht die groesseren; explizit gegen Fractional-Trading-Verhalten kalibriert. Fondssparplan Fondsinvest sowie Kauf/Verkauf von Anrechten sind explizit ausgenommen ("keine Mindestgebuehr"). Source: DCB_Leistungen_und_Gebuehren_01.01.2025-Web.pdf | 6 |
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);