home / bankproducts

product_feature

Data license: CC-BY-4.0 · Data source: bankproducts.info

1 row where product_id = "owkb:vv_premium"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
owkb:vv_premium:pf:vv_premium_pauschal_5_strategien_1500_min OKB Vermoegensverwaltung Premium owkb:vv_premium pricing_condition OKB Vermoegensverwaltung Premium 5 Anlagestrategien x 4 Volumen-Tranchen: **Obligationen+** 1.00-0.65%; **Ertrag** 1.05-0.70%; **Ausgewogen** 1.10-0.75%; **Wachstum** 1.15-0.80%; **Aktien+** 1.20-0.85%. Volumen-Grenzen: bis 1M / ab 1M / ab 3M / ab 5M. Minimumgebuehr CHF 1'500 p.a. Enthaelt Depot + Portfolio-Check + Steuerauszug + E-Banking. Quartalsweise Belastung, 30/360-Tage-Usanz, pro-rata-temporis Klassisches 5-Strategien x 4-Tranchen VV-Matrix — analog BCV Batch 17 (5 Mandats-Tiers), ABS Batch 19 (5 Strategien 4 Tranchen). Delta OKB: Minimum CHF 1'500 (dazwischen). **Ausgewogen 1.10%** ist Standardpreis fuer Ausgewogen in Kantonalbank-Corpus (Vergleich BCV, TGKB — alle ~1.0-1.1%). Source: OKB-Preisliste Seite 17 17

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 11.562ms · Data license: CC-BY-4.0 · Data source: bankproducts.info