home / bankproducts

product_feature

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

3 rows where product_id = "efg:wealth_management"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
efg:wealth_management:pf:bve_cross_ref Vermoegensverwaltung efg:wealth_management pricing_condition Sibling entity (EFG Bank von Ernst AG, Vaduz LI) publishes pricing publicly EFG-LI sibling does publish a January 2025 Preise fuer Bankdienstleistungen PDF with full wealth-management/custody/securities-trading fee schedule. Likely materially similar to EFG-CH offering but not formally identical. Consumer interested in EFG-CH rates should infer order-of-magnitude from BvE pricing pending direct quote.  
efg:wealth_management:pf:no_public_pricing Vermoegensverwaltung efg:wealth_management pricing_condition Pricing on request only (private-bank cohort, atom #263 pattern) EFG Bank AG (Zurich) does not publish a public fee schedule for its Swiss entity. Pricing is negotiated per client relationship. Atom #263 (no_public_pricing) pattern.  
efg:wealth_management:pf:parent_six Vermoegensverwaltung efg:wealth_management pricing_condition Parent EFG International AG SIX-listed (EFGN.SW, SMI Mid Cap) EFG Bank AG is the operating Swiss subsidiary of EFG International AG, which is SIX-listed. Structural stability via parent market-cap. FINMA cat 3 (medium-large bank).  

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 13.167ms · Data license: CC-BY-4.0 · Data source: bankproducts.info