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

16 rows where bank_id = "amina" sorted by bank_id descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: category, currency, 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
amina:silver AMINA Bank AG amina package AMINA Silver Package CHF private standard Free package. Fiat accounts in CHF/EUR/GBP/HKD/AED. Hot Wallet free, Cold Wallet CHF 100 setup. 0% monthly interest. Crypto trading 1.00%, securities brokerage 0.40% (CH/WE/NA/Asia)/1.20% (other)/0.40% (bonds).     BPG003T6XFR3 free 0    
amina:gold AMINA Bank AG amina package AMINA Gold Package CHF private standard CHF 480 p.a. Waivable: CHF 2m AuC OR CHF 250k loan OR CHF 1m trading (non-cumulative). Includes Gold Credit Card, BTC&ETH wallets free, 2 additional wallets included (from 22 Sep 2024: all hot wallets free). Tiered custody 0.55/0.45/0.35% (up to 1m/1-5m/above 5m).     BPG0039TC5S0 free 0    
amina:platinum AMINA Bank AG amina package AMINA Platinum Package CHF private standard CHF 1000/month (CHF 12000 p.a.). Waivable: CHF 10m AuC OR CHF 2.5m loan OR CHF 20m trading. All wallets free, Platinum Credit Card, Premium services. Tiered custody 0.40/0.35/0.25/0.20% (up to 5m/5-10m/10-15m/above 15m).     BPG003GAF3YF free 0    
amina:fiat_chf AMINA Bank AG amina current_account AMINA Fiat Account CHF CHF private standard Fiat account in CHF. Available in all packages. 0% monthly interest (AER). Payment fees and account-closing fee apply at the AMINA relationship level (this product is the canonical anchor for those).     BPG0034G45YD free 0    
amina:fiat_eur AMINA Bank AG amina current_account AMINA Fiat Account EUR EUR private standard Fiat account in EUR. 0% AER. Payment fees quoted in CHF are debited in EUR equivalent.     BPG0031DRTVV free 0    
amina:fiat_gbp AMINA Bank AG amina current_account AMINA Fiat Account GBP GBP private standard Fiat account in GBP. 0% AER. Payment fees quoted in CHF are debited in GBP equivalent.     BPG003WPJZ78 free 0    
amina:fiat_hkd AMINA Bank AG amina current_account AMINA Fiat Account HKD HKD private standard Fiat account in HKD. 0% AER. Payment fees quoted in CHF are debited in HKD equivalent.     BPG003NDVP4V free 0    
amina:fiat_aed AMINA Bank AG amina current_account AMINA Fiat Account AED AED private standard Fiat account in AED (UAE Dirham). 0% AER. Payment fees quoted in CHF are debited in AED equivalent.     BPG003FYTHK4 free 0    
amina:hot_wallet AMINA Bank AG amina digital_vault AMINA Hot Wallet multi private standard Digital asset hot wallet. Set-up free (all packages, post 22-Sep-2024). For immediate access to crypto assets. In Gold: 2 additional wallets free, any further CHF 50.     BPG003JVDGMF free 0    
amina:cold_wallet AMINA Bank AG amina digital_vault AMINA Cold Wallet multi private standard Digital asset cold wallet. Set-up CHF 100 (Silver), free BTC/ETH (Gold), free all wallets (Platinum). Offline secure storage; transfers processed 3-6h Mo-Fr 08:00-15:00 CET (Zug holidays excl.).     BPG003W4X7A5 free 0    
amina:nft_custody AMINA Bank AG amina digital_vault AMINA NFT Custody multi private standard NFT custody service. 0.45% p.a. of last acquisition price, min CHF 850. No upfront fee.     BPG003ZJPV4J free 0    
amina:crypto_trading AMINA Bank AG amina securities_trading AMINA Crypto Trading multi private standard Cryptocurrency trading. Fee varies by package: Silver 1.00%, Gold 0.90%, Platinum 0.65%.     BPG0034D3WE1 pro 0    
amina:securities_brokerage AMINA Bank AG amina securities_trading AMINA Securities Brokerage multi private standard Traditional securities brokerage. Equities and bonds in CH, W. Europe, N. America, Asia main markets. Min CHF 200 per transaction.     BPG003RAT2C6 pro 0    
amina:staking AMINA Bank AG amina securities_trading AMINA Staking multi private standard Crypto staking for ETH, SOL, DOT, XTZ, MATIC. AMINA takes 15% of staking rewards.     BPG003YP6Q4G pro 0    
amina:credit_gold AMINA Bank AG amina credit_card AMINA Gold Credit Card CHF private standard Included free in Gold Package. Additional card CHF 100 p.a.     BPG003MT6JPQ free 0    
amina:credit_platinum AMINA Bank AG amina credit_card AMINA Platinum Credit Card CHF private standard Included free in Platinum Package. Additional card CHF 200 p.a.     BPG0033DVK5N 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 49.178ms · Data license: CC-BY-4.0 · Data source: bankproducts.info