home / bankproducts

product_feature

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

6 rows where product_id = "incore:wealth_management"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id feature_key feature_value note source_page
incore:wealth_management:pf:assets_under_custody Incore B2B Transaction Banking + ICT (institutional custody / BaaS) incore:wealth_management aum CHF 12.7 bn Assets under Custody (2024) +CHF 1.2bn YoY growth. Source: Geschaeftsbericht 2024.  
incore:wealth_management:pf:b2b_only Incore B2B Transaction Banking + ICT (institutional custody / BaaS) incore:wealth_management pricing_condition B2B-only by design — no retail clients Incore is an "Execution-only-Bank" and explicitly does not compete with the B2C business of its partner banks. There is no retail Preisverzeichnis because there are no retail customers.  
incore:wealth_management:pf:headquarters Incore B2B Transaction Banking + ICT (institutional custody / BaaS) incore:wealth_management headquarters Schlieren / Zurich, Switzerland International presence: branch in Germany; sister entity Incore Corporate Services S.A. in Madrid, Spain (founded 2024).  
incore:wealth_management:pf:net_profit_2024 Incore B2B Transaction Banking + ICT (institutional custody / BaaS) incore:wealth_management financials Net profit CHF 3.57m (2024); revenue +14% YoY Commission & service income CHF 27.29m (+20% YoY). FX trading result CHF 8.0m. Personnel cost CHF 17.95m. Materialaufwand CHF 17.22m.  
incore:wealth_management:pf:ownership Incore B2B Transaction Banking + ICT (institutional custody / BaaS) incore:wealth_management ownership Sole owner: Incore Holding AG Incore Holding bought out Maerki Baumann Holding's minority stake at end-2024 and is now the sole shareholder. Group rebranded under the single "Incore" umbrella in Q4 2024 (40-year jubilee).  
incore:wealth_management:pf:staff_count Incore B2B Transaction Banking + ICT (institutional custody / BaaS) incore:wealth_management staff_count 102 FTE (Incore Bank AG, 2024); ~190 across Incore Group Headcount grew 29% from 79 (2023) to 102 (2024) at the bank level. Group total ~190 banking + IT specialists across Incore Bank, Incore Technology AG and Incore Asset Management Solution AG.  

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