home / bankproducts

Products

Retail banking products. Each row is one product offered by one bank. Categories: current_account, savings_account, pillar_3a, vested_benefits, mortgage, credit_card, debit_card, term_deposit, wealth_management, securities_trading, etc.

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

14 rows where bank_id = "tellco" sorted by bank_id descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: category, client_type, access_tier

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
tellco:vorsorge_3a Tellco Bank AG tellco pillar_3a Tellco Vorsorge 3a CHF private standard Gebundene Vorsorge Saeule 3a der Tellco Vorsorge 3a Stiftung. Investment-Universum: 4 Tellco Classic Strategiefonds + 50+ kuratierten Drittfonds-ETFs in 8 Anlageklassen. Depotgebuehr Tellco-eigene Fonds 0%, Drittfonds max 0.45%. Wahlweise Wertschriftenloesung oder klassisches Sparkonto.     BPG0036X3NBT pro 0    
tellco:freizuegigkeit Tellco Bank AG tellco vested_benefits Tellco Freizuegigkeit CHF private standard Freizuegigkeitskonto 2. Saeule der Tellco Freizuegigkeitsstiftung. Investment-Universum identisch zu Vorsorge 3a — 4 Tellco Classic Strategiefonds + 50+ Drittfonds-ETFs. Depotgebuehr Tellco-eigene Fonds 0%, Drittfonds max 0.45%.     BPG003EHT4KR pro 0    
tellco:pk Tellco Bank AG tellco pillar_3a Tellco pk (Sammelpension) CHF business standard Sammelstiftung der Berufsvorsorge (BVG/2. Saeule). Fuer Firmen. Kostenreglement und Reservenreglement im Crawl.     BPG00358Z0NE pro 0    
tellco:strategie_10 Tellco Bank AG tellco wealth_management Tellco Classic Strategie 10 CHF private standard Strategiefonds mit 10% Aktienanteil. TER 0.60%. ISIN CH0450199770. Depotgebuehr Tellco 0% (eigener Fonds). Defensiv.     BPG003JZ3CXP pro 0    
tellco:strategie_25 Tellco Bank AG tellco wealth_management Tellco Classic Strategie 25 CHF private standard Strategiefonds mit 25% Aktienanteil. TER 0.65%. ISIN CH0450201261. Depotgebuehr Tellco 0%.     BPG003YJPZNY pro 0    
tellco:strategie_45 Tellco Bank AG tellco wealth_management Tellco Classic Strategie 45 CHF private standard Strategiefonds mit 45% Aktienanteil. TER 0.60%. ISIN CH0450201329. Depotgebuehr Tellco 0%. Ausgewogen.     BPG003DE0GNQ pro 0    
tellco:strategie_100 Tellco Bank AG tellco wealth_management Tellco Classic Strategie 100 CHF private standard Strategiefonds mit 100% Aktienanteil. TER 0.70%. ISIN CH0450382632. Depotgebuehr Tellco 0%. Wachstum.     BPG003FFDGSH pro 0    
tellco:alkimia_esg Tellco Bank AG tellco wealth_management Tellco Classic Actions Alkimia ESG V CHF private standard Aktienfonds mit ESG-Fokus. TER 0.65%. ISIN CH0544465831. Depotgebuehr Tellco 0%.     BPG003BKMF1E pro 0    
tellco:ast_immobilien_schweiz Tellco Bank AG tellco wealth_management Tellco AST Immobilien Schweiz CHF business standard Immobilienfonds der Tellco Anlagestiftung. Investmentfonds fuer Pensionskassen + qualifizierte Anleger. TER 0.67%. ISIN CH0024559798. Depotgebuehr Tellco 0%. Kein Uebertrag moeglich (nur via AST).     BPG003XRDGEH pro 0    
tellco:ast_kommerzielle_immobilien Tellco Bank AG tellco wealth_management Tellco AST Kommerzielle Immobilien Schweiz CHF business standard Kommerzieller Immobilienfonds der AST. TER 0.68%. ISIN CH0598652672. Depotgebuehr 0%. Kein Uebertrag.     BPG003VEM2FC pro 0    
tellco:bib_best_idea_esg Tellco Bank AG tellco wealth_management BIB Best Idea ESG Anlagefonds CHF private standard Tellco Bank Anlagefonds mit Best-Idea-ESG-Strategie. Vollstaendig im Tellco-Universum.     BPG003ENX6AM pro 0    
tellco:bib_sustainable_heritage Tellco Bank AG tellco wealth_management BIB Sustainable Heritage Anlagefonds CHF private standard Tellco Bank Anlagefonds mit Sustainable-Heritage-Strategie.     BPG003Q506XX pro 0    
tellco:privatdepot Tellco Bank AG tellco self_directed_trading Tellco Privatdepot CHF private standard Privatdepot der Tellco Bank AG. Investment-Universum identisch zu Freizuegigkeit (4 Strategiefonds + ESG-Fonds + 50+ Drittfonds-ETFs). Depotgebuehr Tellco-eigen 0%, Drittfonds max 0.45%.     BPG0031DNB8X pro 0    
tellco:gruendungskonto Tellco Bank AG tellco current_account Tellco Gruendungskonto CHF business standard Kapitaleinzahlungskonto fuer Firmengruendung. Konkrete Gebuehren im Antrag-PDF. Eigenstaendiges Produkt der Tellco Bank AG.     BPG003SQX28R free 0    

Advanced export

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

CSV options:

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