Our Zurich RAG development addresses the specific requirements of Swiss financial services and multilingual Swiss enterprises. Swiss data sovereignty: (1) Swiss data protection (nDSG — revised Federal Act on Data Protection, effective September 2023) requires appropriate safeguards for data processing. For banking data, Swiss Banking Secrecy (Art. 47 Banking Act) imposes stricter confidentiality requirements than general data protection law. Client-identifying data must not be exposed to unauthorized parties — including LLM providers. (2) We deploy RAG infrastructure in Swiss data centers: Azure Switzerland North (Zurich) or Swiss-hosted alternatives (Infomaniak, Green Datacenter). The vector database, embedding pipeline, and document processing run entirely within Switzerland. (3) For the LLM component: Swiss banks with maximum confidentiality requirements use on-premises LLM deployment (Llama, Mixtral, or Mistral running on GPU infrastructure in the bank's own data center or a Swiss-hosted GPU cluster). For less sensitive use cases, Azure OpenAI Switzerland North provides GPT-4 with Swiss data residency. Financial document intelligence: (1) Wealth management document processing: we build ingestion pipelines for the document types Swiss private banks handle: client correspondence (letters, emails — often multilingual), investment policy statements (structured documents with risk parameters, asset allocation targets, and investment restrictions), portfolio reports (tables, charts, and commentary generated from portfolio management systems), compliance documentation (KYC files, source of wealth documentation, tax residency declarations), and research notes (CIO publications, third-party research, market commentary). (2) Financial entity recognition: our NLP pipeline identifies financial entities — fund names, ISIN codes, company names, financial instruments, regulatory references — and creates a structured metadata layer. A query for "exposure to Nestlé across client portfolios" retrieves relevant portfolio positions, research notes mentioning Nestlé, and any investment restrictions related to Nestlé — synthesized from structured and unstructured sources. (3) Regulatory knowledge graph: FINMA circulars, SBA guidelines, AMAS directives, and the bank's internal policies form a regulatory knowledge graph. When FINMA issues a new circular, the system identifies which internal policies are affected and flags them for review. Multilingual Swiss RAG: (1) Swiss German presents a unique challenge — it is the spoken language in Zurich but is rarely written in business documents (which use Standard German — Hochdeutsch). However, informal documents (meeting notes, email threads, internal chat messages) may contain Swiss German expressions. Our system handles the Standard German–Swiss German continuum rather than treating them as separate languages. (2) Quadrilingual retrieval: queries in German retrieve relevant French, Italian, and English documents (and vice versa) through multilingual embedding models. This is essential for Swiss federal administration and for Swiss companies with operations across linguistic regions. (3) Legal multilingualism: Swiss federal legislation exists in three official versions (German, French, Italian) — all equally authoritative. Our legal RAG system retrieves and cross-references all language versions of relevant statutes and provides answers that cite the specific language version relevant to the user.