product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
1 row where product_id = "arb:execution_only"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| arb:kreditkarte_visa:pf:vv_execution_only_arb_wertpapiere_costfree_alle_kanaele_u30_020pct | Alpha Execution Only arb:execution_only | pricing_condition | ARB Alpha Execution Only Depotverwaltung: **Standard 0.30% p.a.**; **Alpha Depot U30: 0.20% p.a. (33% Rabatt fuer under-30)**; **ARB Wertpapiere (Aktien+Obligationen der Alpha RHEINTAL Bank): INBEGRIFFEN (0%)**; Fremdverwahrung-Zuschlag ausl. Depotwerte +0.10%. Mindestpreis CHF 50 p.a., pro Position CHF 10. Steuerauszug CH CHF 75/Auszug (nicht inbegriffen — Delta zu VV-Mandat wo inklusive). **Courtage: Rabatt E-Banking 50%**. | **Novel U30-Depotverwaltung -33% Rabatt** — ARB gewaehrt jungen Kunden Depot-Discount. Analog HBL Batch 20 (Karten-Waiver < 30), Migros Bank Batch 21 (Free25 Konten). Kombiniert mit **ARB Wertpapiere-Waiver** = Aktionaers-Foerderung (junge Aktionaere zahlen NUR fuer Fremdverwahrung von Nicht-ARB-Titeln). Vergleich mit VP Bank Batch 20 (Depot-Basis-Preis flat), ABS Batch 19 (Anlegen Basis low-fee). ARB ist bewusst zugaenglich fuer junges Depot-Segment. Steuerauszug CHF 75 in Execution Only = novel Delta zu VV-Mandat (dort inklusive) — Signal: Steuer-Reporting ist Value-Add-Dienstleistung im VV. Source: Alpha_Leistungs_und_Preisuebersicht Seite 12 | 12 |
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);