product_feature
Data license: CC-BY-4.0 · Data source: bankproducts.info
6 rows where product_id = "rahnbodmer:vermoegensverwaltung"
This data as json, CSV (advanced)
| id ▼ | product_id | feature_key | feature_value | note | source_page |
|---|---|---|---|---|---|
| rahnbodmer:vermoegensverwaltung:pf:counterexample | Mandat Vermögensverwaltung rahnbodmer:vermoegensverwaltung | pricing_condition | atom #274 counter-example #3 | Nach Reichmuth + Bordier dritter UHNW Privatbank-counter-example mit voll publizierter Konditionen 2025 (32 pp). Cohort: 19 tailored vs 3 published. | |
| rahnbodmer:vermoegensverwaltung:pf:fidleg_documented | Mandat Vermögensverwaltung rahnbodmer:vermoegensverwaltung | pricing_condition | FIDLEG Privatkunde/Professioneller-Kunde segmentation explicitly documented | The Allgemeine Kundeninformationen brochure (Nov 2021, 64 pages) is the canonical FIDLEG (FINSA in DE) information document for the bank's clients. Explicitly walks through Kundeneinstufung (client classification), the three mandate types (Auftrag, Beratungsmandate, Vermoegensverwaltung), Angemessenheits- und Eignungspruefung (appropriateness and suitability checks), and Dienstleistungskosten (service costs disclosed at relationship onboarding, NOT in a public schedule). This is the bank's canonical answer to FINSA: "we provide the disclosure required by law, just not in the form of a published schedule." Same pattern as Julius Baer, Pictet, Lombard Odier. | |
| rahnbodmer:vermoegensverwaltung:pf:finsa_optout | Mandat Vermögensverwaltung rahnbodmer:vermoegensverwaltung | pricing_condition | FINSA Art. 31 professional-client opt-out -> tailored posture | 12th instance of CH UHNW classical cohort. After Pictet, EFG, Julius Baer, Lombard Odier, JPMorgan Suisse, BIL Suisse, Safra Sarasin, Edmond de Rothschild, Deutsche Bank Suisse, Rothschild & Co (10 tailored) + Reichmuth (1 published) — Rahn+Bodmer is the 12th. 11 tailored + 1 published. Cohort is structurally saturated. | |
| rahnbodmer:vermoegensverwaltung:pf:kmg_governance | Mandat Vermögensverwaltung rahnbodmer:vermoegensverwaltung | pricing_condition | Kommanditgesellschaft (limited partnership) governance — 4th Swiss partnership in cohort | Rahn+Bodmer is a Kommanditgesellschaft (KmG, limited partnership), same governance form as Baumann & Cie KmG (which publishes a full schedule). Distinct from the Swiss general partnership form of Pictet, Lombard Odier, and Reichmuth — KmG has limited and unlimited partners; general partnerships have only unlimited partners. The atom #274 cohort now has 4 Swiss partnership-family banks: 3 tailored (Pictet, Lombard Odier, Rahn+Bodmer) + 1 published (Reichmuth). Strong evidence that governance form is NOT determinative — within the same partnership class, both postures coexist. | |
| rahnbodmer:vermoegensverwaltung:pf:oldest_operating | Mandat Vermögensverwaltung rahnbodmer:vermoegensverwaltung | pricing_condition | Oldest still-operating Swiss private bank in the atom #274 cohort (founded 1750) | Rahn+Bodmer was founded in 1750 — predates Lombard Odier (1796) by 46 years, Pictet (1805) by 55 years, Julius Baer (1890) by 140 years. Only Wegelin (1741) was older among Swiss private banks; Wegelin folded in 2013 over US tax issues. Rahn+Bodmer is now the de-facto senior surviving Swiss private banking house. Editorial point: longevity does NOT translate to publishing — the oldest house is still on the tailored side of the FINSA Art. 31 opt-out. | |
| rahnbodmer:vermoegensverwaltung:pf:option_ab | Mandat Vermögensverwaltung rahnbodmer:vermoegensverwaltung | pricing_condition | Two-track VV Option A (all-in) vs Option B (separate VG) | Option A bundles admin+VV+transactions (1.00-1.60% entry). Option B separate VG (0.64% entry) on top of Administrationsgebuehr, nur ab CHF 1m. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE product_feature (
id TEXT PRIMARY KEY,
product_id TEXT NOT NULL REFERENCES product(id),
feature_key TEXT NOT NULL, -- withdrawal_limit_free, notice_period, daily_limit, monthly_limit,
-- interest_late_payment, max_balance, included_services, ...
feature_value TEXT,
note TEXT,
source_page INTEGER
);
CREATE INDEX idx_product_feature_product ON product_feature(product_id);
CREATE INDEX idx_product_feature_key ON product_feature(feature_key);