Products
Data license: CC-BY-4.0 · Data source: bankproducts.info
9 rows where bank_id = "bellerive" sorted by bank_id descending
This data as json, CSV (advanced)
Suggested facets: category, target_group, access_tier, is_tailored, valid_from (date)
| id | bank_id ▲ | category | name | currency | client_type | target_group | description | valid_from | source_document_id | bpg | access_tier | is_tailored | notice_period_days | iso_account_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bellerive:vv_comfort | Bellerive Bank AG bellerive | wealth_management | Servicepaket Vermoegensverwaltung comfort | CHF | private | wealthy | Diskretionaeres Mandat mit pauschaler Portfoliogebuehr (1.30% bis 3M, 1.10% bis 5M, on request darueber, Min CHF 5'000 p.a.) — Courtage fuer alle Boersengeschaefte inkludiert (0.00%). Emission Discountzertifikate separat 0.35%. All-in-Loesung fuer Mandate mit aktiver Umschichtung. | 2025-07-01 | BPG003B4SZF3 | pro | 0 | |||
| bellerive:eo_variabel | Bellerive Bank AG bellerive | securities_trading | Servicepaket Execution Only variabel | CHF | private | wealthy | Execution-only Brokerage mit variabler tiered Courtage (Aktien CH/Obligationen/Fonds 0.40%-1.20%, Aktien Ausland 0.50%-1.80% nach Auftragsgroesse). Variable Portfoliogebuehr 0.20%-0.40% nach Volumen. Minimalgebuehr Standard CHF 1'000 p.a. / Strukturen CHF 2'000 p.a. | 2025-07-01 | BPG0035HEB7Q | pro | 0 | |||
| bellerive:eo_fix | Bellerive Bank AG bellerive | securities_trading | Servicepaket Execution Only fix | CHF | private | wealthy | Execution-only Brokerage mit fixer Flat-Courtage 0.50% (Min CHF 150). Fixe Portfoliogebuehr 0.40%-0.60% (tiered). Min Standard CHF 1'000 p.a. / Strukturen CHF 2'000 p.a. | 2025-07-01 | BPG003J6592T | pro | 0 | |||
| bellerive:metallkonto | Bellerive Bank AG bellerive | metal_account | Metallkonto | CHF | private | standard | Edelmetall-Konten und -Depots: Gold, Silber, Palladium, Platin sowie Goldmuenzen (Maple Leaf 1 Unze, Kruegerrand 1 Unze). Jaehrliche Depotgebuehr 0.30%-0.50% nach Metall (Silber: 0.50% p.a., uebrige: 0.30% p.a.). Mindestgebuehr CHF 75 p.a. | 2025-07-01 | BPG003KS87MX | pro | 0 | |||
| bellerive:fx_kassa | Bellerive Bank AG bellerive | fx_subscription | Kassaverkehr Fremdwaehrungsbanknoten | CHF | private | standard | Bargeldbezug/-einzahlung in Fremdwaehrungsbanknoten zugunsten/zulasten Konto in gleicher Waehrung. Einzahlung: Disagio 0.20%. Auszahlung: Agio 0.50%. | 2025-07-01 | BPG003HEXR7T | free | 0 | |||
| bellerive:zahlungsverkehr | Bellerive Bank AG bellerive | current_account | Zahlungsverkehr (Privatkonto) | CHF | private | standard | Bank- und Postvergutungen Inland gebuehrenfrei; Vergutungen Ausland (CHF oder Fremdwaehrung) CHF 50 pro Transaktion. Check-Verkehr (Ausstellung / Inkasso) CHF 50. Embedded in jedem Mandat (Zahlungsverkehr Inland im VV-Servicepaket inbegriffen). | 2025-07-01 | BPG003Z0CA5S | free | 0 | |||
| bellerive:bankgarantie | Bellerive Bank AG bellerive | guarantee | Bankgarantien | CHF | private | wealthy | Ausstellung von Bankgarantien zugunsten Dritter. 1.50% p.a. auf Garantiebetrag, Minimal CHF 300 p.a. | 2025-07-01 | BPG0038MWDEH | business | 0 | |||
| bellerive:banklagernde_post | Bellerive Bank AG bellerive | safe_deposit | Banklagernde Post | CHF | private | wealthy | Banklagernde Korrespondenz (Post wird in der Bank zurueckbehalten statt versandt). Pauschal CHF 300 p.a. | 2025-07-01 | BPG00339HD55 | free | 0 | |||
| bellerive:wealth_management | Bellerive Bank AG bellerive | wealth_management | Bellerive Vermögensverwaltung | CHF | private | high_net_worth | Zurich-based independent private bank. Distinctive: "Bellerive on Air" investor podcast featuring CIO Dr. Thomas Steinemann commenting on macro/markets. CIO-as-brand positioning unusual within atom #274. | BPG003WYAH78 | pro | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE product (
id TEXT PRIMARY KEY, -- zkb:privatkonto, ubs:key4_banking
bank_id TEXT NOT NULL REFERENCES bank(id),
category TEXT NOT NULL, -- current_account, savings_account, pillar_3a, vested_benefits,
-- debit_card, credit_card, prepaid_card, package, ebanking,
-- mortgage, wealth_management, term_deposit, securities_trading,
-- fiduciary_deposit, safe_deposit, guarantee, leasing,
-- financial_planning, personal_advisory, loyalty_program,
-- digital_vault, fx_subscription, robo_advisory, self_directed_trading,
-- metal_account, deposit_account, check
name TEXT NOT NULL, -- bank's own product name
currency TEXT DEFAULT 'CHF',
client_type TEXT DEFAULT 'private', -- private, business, institutional
target_group TEXT, -- standard, young, children, students, seniors, eco, gift, rental_deposit, member
description TEXT,
valid_from TEXT,
source_document_id INTEGER REFERENCES source_document(id),
bpg CHAR(12) -- opaque global id, BPG003xxxxxx; populated post-load by bpg_assignments.sql
CHECK (bpg IS NULL OR bpg GLOB 'BPG003[0-9A-HJKMNP-TV-Z][0-9A-HJKMNP-TV-Z][0-9A-HJKMNP-TV-Z][0-9A-HJKMNP-TV-Z][0-9A-HJKMNP-TV-Z][0-9A-HJKMNP-TV-Z]'),
access_tier TEXT NOT NULL DEFAULT 'free' -- freemium gating: free public, pro/business paid
CHECK (access_tier IN ('free', 'pro', 'business')),
is_tailored INTEGER -- v2.6 (atom #278): mirrors CDS-AU (Australian Open Banking) isTailored.
-- 0 = pricing publicly published in a schedule (machine-readable, comparable);
-- 1 = negotiated per client (UHNW classical private banking, business loans);
-- NULL = unknown / not yet classified (default for new loads).
-- Distinguishes "we haven't crawled it" (NULL) from "bank deliberately
-- doesn't publish because it's relationship-priced" (1) — three states
-- that previously collapsed into "fee.amount IS NULL".
CHECK (is_tailored IS NULL OR is_tailored IN (0, 1)),
notice_period_days INTEGER -- v2.7 (atom #307): normalised withdrawal notice in days.
-- 0/NULL = on-demand; X = days notice. Conversion: months×30,
-- years×365, days verbatim. Backfilled from
-- product_feature.notice_period free-text by
-- db/notice_period_backfill.sql.
CHECK (notice_period_days IS NULL OR notice_period_days >= 0),
iso_account_type CHAR(4) -- v2.8 (atom #308): ISO 20022 ExternalCashAccountType1Code.
-- 4-letter code from the official ISO enum: CACC (Current),
-- SVGS (Savings), LOAN, SACC (Special), MOMA (Money Market),
-- CHAR (Charges), CASH, etc.
-- NULL for categories outside ISO scope: cards
-- (debit/credit/prepaid), mandates (wealth_management,
-- securities_trading, fiduciary_deposit), CH-specific
-- (pillar_3a, vested_benefits, pension_account).
-- Mapped from `category` by db/iso_account_type_backfill.sql.
-- Backfill is conservative — when in doubt, leave NULL rather
-- than force-fit a code that misrepresents the product.
CHECK (iso_account_type IS NULL OR iso_account_type GLOB '[A-Z][A-Z][A-Z][A-Z]')
);
CREATE INDEX idx_product_bank ON product(bank_id);
CREATE INDEX idx_product_category ON product(category);
CREATE INDEX idx_product_lookup ON product(bank_id, category, client_type, target_group);
CREATE UNIQUE INDEX idx_product_bpg ON product(bpg) WHERE bpg IS NOT NULL;
CREATE INDEX idx_product_access_tier ON product(access_tier);
CREATE INDEX idx_product_is_tailored ON product(is_tailored) WHERE is_tailored IS NOT NULL;
CREATE INDEX idx_product_iso_account_type ON product(iso_account_type) WHERE iso_account_type IS NOT NULL;
CREATE INDEX idx_product_notice_period ON product(notice_period_days) WHERE notice_period_days IS NOT NULL;