Products
Data license: CC-BY-4.0 · Data source: bankproducts.info
10 rows where bank_id = "scobag" sorted by bank_id descending
This data as json, CSV (advanced)
Suggested facets: category, client_type, target_group, access_tier, is_tailored
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| scobag:vermoegensverwaltung | Scobag Privatbank AG scobag | wealth_management | Vermögensverwaltung (Wealth & Asset Management) | CHF | private | wealthy | Scobag flagship discretionary asset management. Seven investment principles: Wertorientierung, Unabhängigkeit, Einfachheit, Qualität, Liquidität, aktives Handeln, Nachhaltigkeit. Direct-equity selection emphasis. ESG integration. Quote: "Bei der Scobag wird niemand mit fertigen Produkten abgespeist, sondern mit individuellen Dienstleistungen ganzheitlich betreut." Atom #274 23rd instance: pricing tailored, no published bank-side fee schedule. | BPG0031KQ95M | pro | 1 | ||||
| scobag:anlageberatung | Scobag Privatbank AG scobag | personal_advisory | Anlageberatung (Investment Advisory) | CHF | private | wealthy | Investment advisory for clients who manage their own assets but want Scobag's investment expertise. Same 7 Grundprinzipien framework. Regular Anlagebrief publications (latest April 2026). Lower-touch than full mandate; tailored fee structure. | BPG00347GW85 | pro | 1 | ||||
| scobag:family_banking | Scobag Privatbank AG scobag | wealth_management | Family Banking — multi-generational private banking | CHF | private | wealthy | Scobag's signature service line. Multi-generational wealth planning for private individuals, families, and gemeinnützige Stiftungen (charitable foundations). Long-term client relationships. Includes Nachfolge- und Nachlassberatung (succession + inheritance), Pensionierungsplanung, Steuern (tax advisory), Stiftungen + Gesellschaften. Quote: "Family Banking heisst Persönlich und verantwortungsvoll — gut für Sie und Ihr Guthaben." Tailored across all sub-services. | BPG0037HJ6ZY | pro | 1 | ||||
| scobag:stiftungskompetenz | Scobag Privatbank AG scobag | wealth_management | Stiftungskompetenz (Foundation administration) | CHF | business | wealthy | Foundation administration competence — distinct service line for gemeinnützige Stiftungen (charitable foundations) and operating/investment foundations. "Das Mäzenatentum gehört zu Basel" — Scobag invokes Basel's strong philanthropic tradition. Services: Vermögensverwaltung der Stiftung, Gründung, Verwaltung. Tailored pricing. | BPG0035MAWR2 | pro | 1 | ||||
| scobag:vorsorge_3a_direktinvest | Scobag Privatbank AG scobag | pension_account | Scobag 3a Direktinvest — Säule 3a Direktanlagen | CHF | private | standard | Pillar 3a private retirement product via Stiftung Scobag 3a Direktinvest (separate legal foundation under OAK BV oversight). Three strategies: Ausgewogen (max 40% equities), Dynamisch (max 60%), Aktienstrategie (max 100% equities). Quote: "Die Scobag investiert bei der Säule 3a aus Überzeugung vorwiegend in Direktanlagen." Avoids fund-of-funds collective vehicles in favour of direct equity selection — claimed cost advantage. PUBLISHED Gebührenreglement: 0.60% all-in (asset mgmt + custody) + 0.30% Stiftungsadministration = 0.90% total all-in. Max contributions 2026: CHF 7,258 with PK, CHF 36,288 without PK. | BPG0038Z5WXM | free | 0 | ||||
| scobag:freizuegigkeit | Scobag Privatbank AG scobag | pension_account | Scobag Freizügigkeit — Pillar 2 vested-benefits account | CHF | private | standard | Freizügigkeitskonto/-depot for Pillar 2 vested benefits (assets between employers or after early exit from occupational pension). Long-term investment using same direct-investment philosophy. Tailored pricing (no published schedule for this product). | BPG0039H1HPG | free | 1 | ||||
| scobag:1e_kadervorsorge | Scobag Privatbank AG scobag | pension_account | Scobag 1e-Kadervorsorgelösung — executive supplementary pension | CHF | business | wealthy | BVG 1e occupational pension solution for income above CHF 136,080 (1.5x BVG-Maximallohn). For Unternehmer/Selbständigerwerbende/Kadermitarbeitende. Self-directed investment strategy per person (Anlagerendite wird 1:1 dem Vorsorgekapital zugerechnet). Allows tax-optimized supplementary pension contributions. Tailored pricing per company plan. | BPG0031BXVSD | free | 1 | ||||
| scobag:check_up_vorsorge | Scobag Privatbank AG scobag | personal_advisory | Check-up Vorsorgevermögen — pension-assets review | CHF | private | wealthy | Holistic review of pension assets (Pillar 1 AHV + Pillar 2 BVG + Pillar 3a/3b) including optimization recommendations. Project-fee model typical. | BPG00335XPYK | pro | 1 | ||||
| scobag:custody | Scobag Privatbank AG scobag | securities_trading | Depot (Custody account) | CHF | private | wealthy | Securities custody account underlying all mandates. Bundled within Vermögensverwaltung pricing. esisuisse deposit-insurance protection. | BPG0031SMY4D | pro | 1 | ||||
| scobag:lombardkredit | Scobag Privatbank AG scobag | mortgage | Lombardkredit (securities-backed loan) | CHF | private | wealthy | Securities-backed lending. Geschäftsbericht 2024 reports CHF 75.5 Mio. of lombard credit on the balance sheet (of CHF 79.7 Mio. total Forderungen gegenüber Kunden). Tailored conditions per client. | BPG003RAGDHJ | 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;