@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap');
.wsh-hero{
position:relative;
width:100vw;
left:50%;
right:50%;
margin-left:-50vw;
margin-right:-50vw;
margin-top:-60px;
overflow:hidden;
display:flex;
flex-direction:column;
justify-content:flex-start;
min-height:460px;
font-family:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background:linear-gradient(120deg, #0A1F3D 0%, #123A63 45%, #1C5C8A 100%);
}
.wsh-hero::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(0deg, rgba(6,14,28,.92) 0%, rgba(6,14,28,.45) 55%, rgba(6,14,28,.08) 100%);
pointer-events:none;
}
.wsh-hero__inner{
position:relative;
z-index:2;
width:100%;
max-width:100%;
margin:0;
padding:95px 90px 48px;
box-sizing:border-box;
}
.wsh-hero__eyebrow{
display:inline-block;
font-size:12px;
letter-spacing:.12em;
text-transform:uppercase;
color:#8FC2E8 !important;
margin:0 0 14px;
font-weight:600;
}
.wsh-hero__title{
font-family:'Fraunces', Georgia, serif !important;
font-size:38px;
line-height:1.2;
font-weight:600;
font-optical-sizing:auto;
color:#FFFFFF !important;
margin:0 0 16px;
letter-spacing:-0.01em;
max-width:760px;
}
.wsh-logos{
position:relative;
z-index:2;
border-top:1px solid rgba(255,255,255,.14);
background:rgba(4,10,20,.35);
}
.wsh-logos__inner{
width:100%;
margin:0;
padding:18px 40px 22px;
box-sizing:border-box;
}
.wsh-logos__label{
font-size:10.5px;
letter-spacing:.14em;
text-transform:uppercase;
color:rgba(255,255,255,.45);
margin:0 0 12px;
font-weight:600;
}
.wsh-logos__wrap{
position:relative;
}
.wsh-logos__wrap::before,
.wsh-logos__wrap::after{
content:"";
position:absolute;
top:0;
bottom:0;
width:90px;
z-index:2;
pointer-events:none;
}
.wsh-logos__wrap::before{
left:0;
background:linear-gradient(90deg, #0E2038 0%, rgba(14,32,56,0) 100%);
}
.wsh-logos__wrap::after{
right:0;
background:linear-gradient(270deg, #0E2038 0%, rgba(14,32,56,0) 100%);
}
.wsh-logos__row{
display:flex;
overflow:hidden;
padding:9px 0;
}
.wsh-logos__track{
display:flex;
align-items:center;
gap:48px;
flex-shrink:0;
animation:wsh-scroll-left 42s linear infinite;
padding-right:48px;
}
.wsh-logos__row--reverse .wsh-logos__track{
animation-name:wsh-scroll-right;
animation-duration:37s;
}
.wsh-logos__wrap:hover .wsh-logos__track{
animation-play-state:paused;
}
@keyframes wsh-scroll-left{
from{transform:translateX(0);}
to{transform:translateX(-50%);}
}
@keyframes wsh-scroll-right{
from{transform:translateX(-50%);}
to{transform:translateX(0);}
}
/* Monochrome on the dark ground: no pill, no white box, no shadow. */
.wsh-logo{
display:flex;
align-items:center;
justify-content:center;
height:46px;
padding:0 22px;
flex-shrink:0;
background:transparent;
border-radius:0;
}
.wsh-logo img{
height:62%;
width:auto;
max-width:150px;
object-fit:contain;
display:block;
filter:grayscale(1) invert(1) brightness(1.35);
mix-blend-mode:screen;
opacity:.7;
transition:opacity .25s ease;
}
.wsh-logo:hover img{
opacity:1;
}
.wsh-logo--text span{
display:block;
font-family:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size:13px;
font-weight:600;
letter-spacing:.02em;
white-space:nowrap;
color:#9CA3AF;
transition:color .25s ease;
}
.wsh-logo--text:hover span{
color:#E5E7EB;
}
@media (max-width:640px){
.wsh-hero{min-height:340px;}
.wsh-hero__inner{padding:0 20px 30px;}
.wsh-hero__title{font-size:26px;}
.wsh-logos__inner{padding:12px 20px 16px;}
.wsh-logo{height:32px; padding:0 14px;}
.wsh-logo--text span{font-size:11px;}
.wsh-logos__track{gap:28px; padding-right:28px;}
.wsh-logos__wrap::before,.wsh-logos__wrap::after{width:40px;}
}
@media (prefers-reduced-motion: reduce){
.wsh-logos__track{animation:none;}
}
Selected funds exclusively dedicated to Wealth Managers and Family Offices
OpenList — Alternatives
Fund managers on the OpenList
Aquila Asset Management



H2O AM

Natixis

Aquila Asset Management



H2O AM

Natixis



Prosper Funds






Prosper Funds




function wspExportText(value) { var d = document.createElement('div'); d.innerHTML = value == null ? '' : String(value); return d.textContent.replace(/\s+/g, ' ').trim(); }
$(document).ready(function() {
/* Sorting (2026-09-04). Numeric columns sort by value with empty cells LAST
in both directions; the stock "num" type puts empties first ascending. A
benchmark row must never be separated from its fund by a sort, so the
orderable columns take their sort key through 'wsp-pair': a tr.bmk row
sorts on the value of the tr.fund row before it. DataTables breaks ties on
the original row index in both directions, so the fund stays first. */
$.fn.dataTable.ext.type.order['wsp-num-pre'] = function (d) {
var t = (d == null ? '' : String(d)).replace(/]*>/g, '').replace(/[%,\s]/g, '');
if (!t) { return null; }
var m = /^(\d{2})\.(\d{2})\.(\d{4})$/.exec(t);
if (m) { return parseFloat(m[3] + m[2] + m[1]); }
var n = parseFloat(t);
return isNaN(n) ? null : n;
};
$.fn.dataTable.ext.type.order['wsp-num-asc'] = function (a, b) {
if (a === null) { return b === null ? 0 : 1; }
if (b === null) { return -1; }
return a - b;
};
$.fn.dataTable.ext.type.order['wsp-num-desc'] = function (a, b) {
if (a === null) { return b === null ? 0 : 1; }
if (b === null) { return -1; }
return b - a;
};
$.fn.dataTable.ext.order['wsp-pair'] = function (settings, col) {
var last = '';
return this.api().column(col, {order: 'index'}).nodes().map(function (td) {
var tr = td.parentNode;
var text = $(td).text();
if (tr && (' ' + tr.className + ' ').indexOf(' bmk ') !== -1) { return last; }
last = text;
return text;
});
};
var table = $('#example').DataTable({
ordering: true,
order: [],
scrollX: true,
scrollCollapse: true,
paging: false,
bInfo:false,
fixedColumns: {
leftColumns: 10
},
"columnDefs": [
{
"targets": [ 0 ],
"visible": false,
"searchable": true
},
{
"targets": [ 1 ],
"visible": false,
"searchable": true
},{
"targets": [ 2 ],
"visible": false,
"searchable": true
},
{
"targets": [ 3 ],
"visible": false,
"searchable": true
},
{
"targets": [ 4 ],
"visible": false,
"searchable": true
},
{
"targets": [ 5 ],
"visible": false,
"searchable": true
},
{"targets": [0, 1, 2, 3, 4, 5], "orderable": false},
{"targets": [6, 7, 8, 11, 13, 16, 17, 18], "className": "wsp-col-text", "orderable": false},
{"targets": [9], "className": "wsp-col-text wsp-col-name", "orderable": true, "orderDataType": "wsp-pair", "type": "string"},
{"targets": [10], "className": "wsp-col-text wsp-col-isin", "orderable": false},
{"targets": [12, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "className": "wsp-col-num", "orderable": true, "orderDataType": "wsp-pair", "type": "wsp-num"},
{"targets": [32, 33], "className": "wsp-col-text wsp-col-docs", "orderable": false}
],
dom: 'frtip',
buttons: [
{extend: 'copy', className:'tableButtons',exportOptions: {columns: [6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33], rows: function (idx, data, node) { if ((' ' + node.className + ' ').indexOf(' bmk ') === -1) { return true; } for (var i = 6; i < data.length; i++) { if (wspExportText(data[i])) { return true; } } return false; }, format: {body: function (data, row, column, node) { var a = node && node.querySelector ? node.querySelector('a') : null; return a && a.href ? a.href : wspExportText(data); }}}},
{extend: 'csv', className: 'tableButtons',title: 'Data Export',exportOptions: {columns: [6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33], rows: function (idx, data, node) { if ((' ' + node.className + ' ').indexOf(' bmk ') === -1) { return true; } for (var i = 6; i < data.length; i++) { if (wspExportText(data[i])) { return true; } } return false; }, format: {body: function (data, row, column, node) { var a = node && node.querySelector ? node.querySelector('a') : null; return a && a.href ? a.href : wspExportText(data); }}}},
{extend: 'excel', className: 'tableButtons', title: 'Data Export',exportOptions: {columns: [6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33], rows: function (idx, data, node) { if ((' ' + node.className + ' ').indexOf(' bmk ') === -1) { return true; } for (var i = 6; i < data.length; i++) { if (wspExportText(data[i])) { return true; } } return false; }, format: {body: function (data, row, column, node) { var a = node && node.querySelector ? node.querySelector('a') : null; return a && a.href ? a.href : wspExportText(data); }}}},
{extend: 'print', className:'tableButtons',exportOptions: {columns: [6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33], rows: function (idx, data, node) { if ((' ' + node.className + ' ').indexOf(' bmk ') === -1) { return true; } for (var i = 6; i < data.length; i++) { if (wspExportText(data[i])) { return true; } } return false; }, format: {body: function (data, row, column, node) { var a = node && node.querySelector ? node.querySelector('a') : null; return a && a.href ? a.href : wspExportText(data); }}}}
],
initComplete: function () {
this.api().columns([3]).every( function () {
var column = this;
var select = $("#acFltr");
column.data().unique().sort().each( function ( d, j ) {
select.append( ''+d+'' )
} );
} );
this.api().columns([4]).every( function () {
var column = this;
var select = $("#stFltr");
column.data().unique().sort().each( function ( d, j ) {
select.append( ''+d+'' )
} );
} );
$('.multipleSelect').fastselect();
$('body').find('.dataTables_scrollBody').addClass("scrollbar");
/* dom is 'frtip': Buttons initialises from the option above but
DataTables places no container, so it goes into the toolbar's
right-hand slot (2026-09-04). */
this.api().buttons().container().appendTo($('.wsp-ol-toolbar__exports'));
}
});
/* Horizontal-scroll affordance (2026-09-04). The stylesheet keeps the bar
visible; this adds .wsp-ol-scroll--more to .dataTables_scroll while
content remains to the right, which the stylesheet renders as a fade.
Re-evaluated on scroll, resize and every draw (filters change the width). */
var wspScrollBody = $('#example').closest('.dataTables_wrapper').find('.dataTables_scrollBody');
function wspScrollFade() {
var el = wspScrollBody.get(0);
if (!el) { return; }
var more = el.scrollLeft + el.clientWidth < el.scrollWidth - 1;
wspScrollBody.closest('.dataTables_scroll').toggleClass('wsp-ol-scroll--more', more);
}
wspScrollBody.on('scroll', wspScrollFade);
$(window).on('resize', wspScrollFade);
table.on('draw', wspScrollFade);
wspScrollFade();
/* Toggle state is a CSS class (2026-09-04), never an inline colour. */
function wspToggle(active, inactive) {
$(active).removeClass('wsp-toggle--inactive').addClass('wsp-toggle--active');
$(inactive).removeClass('wsp-toggle--active').addClass('wsp-toggle--inactive');
}
/* Hover in step across the frozen clone (2026-09-04). FixedColumns renders
the frozen columns as a second table, so a CSS :hover lights only the
half the pointer is over. Both halves carry the same rows in the same
order, so the row under the pointer and its counterpart share one class. */
$('#example').closest('.dataTables_wrapper').on('mouseenter mouseleave', 'tbody tr', function (event) {
var index = $(this).index();
$(this).closest('.dataTables_wrapper')
.find('.dataTables_scrollBody table tbody tr, .DTFC_LeftBodyLiner table tbody tr')
.filter(function () { return $(this).index() === index; })
.toggleClass('wsp-hover', event.type === 'mouseenter');
});
$('#acFltr').on('change', function(){
var search = [];
$.each($('#acFltr option:selected'), function(){
search.push($(this).val());
});
search = search.join('|');
table.column(3).search(search, true, false).draw();
table.fixedColumns().update();
});
$('#stFltr').on('change', function(){
var search = [];
$.each($('#stFltr option:selected'), function(){
search.push($(this).val());
});
search = search.join('|');
if (search.length != 0) {
table.column(4).search('^' + search + '$' , true, false).draw();
} else {
table.column(4).search(search , true, false).draw();
}
table.fixedColumns().update();
});
$('#myInput').on( 'keyup', function () {
table.column(0).search( this.value ).draw();
} );
var state_qualified = "unclicked";
var state_nonqualified = "unclicked";
$('#qualified').on( 'click', function () {
if (state_qualified == "unclicked") {
table.column( 1 ).search( "", true, false, true );
table.draw();
wspToggle(this, '#nonqualified');
$(this).html(' All');
$('#nonqualified').html('CH Registered Only');
state_qualified = "clicked";
state_nonqualified = "unclicked";
} else {
}
table.fixedColumns().update();
table.draw();
});
$('#nonqualified').on( 'click', function () {
if (state_nonqualified=="unclicked") {
table.column( 1 ).search( "Yes", true, false, true );
table.draw();
wspToggle(this, '#qualified');
$(this).html(' CH Registered Only');
$('#qualified').html('All');
state_qualified = "unclicked";
state_nonqualified = "clicked";
} else {
}
table.fixedColumns().update();
table.draw();
} );
/* Share Class Type is a SELECTOR, not a filter (owner ruling 2026-09-04).
Every fund is ONE row; the toggle decides WHICH of its share classes the
row shows, default Clean Shares. Each tr.fund carries both classes' 34
cells, and its benchmark row's, in data-wsp-class-clean /
data-wsp-class-retail (a single-class fund carries the same class twice)
as base64 of compact UTF-8 JSON -- never as escaped JSON: the render path
entity-decodes the block once (measured 2026-09-04), which turned "
into a raw quote and cut the attribute at its first one. wspClassPayload
is the decoder; decodeURIComponent(escape(...)) makes atob's byte string
UTF-8 (M&G, the registered mark, em dashes).
The swap goes through the DataTables API -- row().data() rewrites the
cells and invalidates the row's search and sort caches -- so the column
filters, the search box, the wsp-pair sort keys, the zebra and the
Copy/CSV/Excel/Print exports all see the shown class; the current sort
order survives the redraw, and fixedColumns().update() rebuilds the
frozen clone so the left block never shows the other class. */
var wspShownClass = 'clean';
var wspPairs = (function () {
var nodes = table.rows({order: 'index'}).nodes().toArray(), pairs = [];
for (var i = 0; i < nodes.length; i++) {
if ((' ' + nodes[i].className + ' ').indexOf(' fund ') === -1) { continue; }
var next = nodes[i + 1];
var bmk = next && (' ' + next.className + ' ').indexOf(' bmk ') !== -1 ? i + 1 : null;
pairs.push([i, bmk]);
}
return pairs;
})();
function wspClassPayload(encoded) {
return JSON.parse(decodeURIComponent(escape(atob(encoded))));
}
function wspShowClass(kind) {
for (var p = 0; p < wspPairs.length; p++) {
var fundRow = table.row(wspPairs[p][0]);
var payload = fundRow.node().getAttribute('data-wsp-class-' + kind);
if (!payload) { continue; }
var shareClass = wspClassPayload(payload);
fundRow.data(shareClass.cells);
if (wspPairs[p][1] !== null) { table.row(wspPairs[p][1]).data(shareClass.bmk); }
}
wspShownClass = kind;
$('#example').attr('data-wsp-shown-class', kind);
table.draw();
table.fixedColumns().update();
}
function wspShareClassChrome() {
if (wspShownClass === 'retail') {
wspToggle('#retail', '#instit');
$('#retail').html(' Retail');
$('#instit').html('Clean Shares');
} else {
wspToggle('#instit', '#retail');
$('#instit').html(' Clean Shares');
$('#retail').html('Retail');
}
}
$('#retail').on( 'click', function () {
if (wspShownClass === 'retail') { return; }
wspShowClass('retail');
wspShareClassChrome();
});
$('#instit').on( 'click', function () {
if (wspShownClass === 'clean') { return; }
wspShowClass('clean');
wspShareClassChrome();
} );
/* Reset. Two deliberate divergences from page 5030's script, both fixing
* defects inherited from it (2026-08-28):
*
* 1. 5030 binds this handler but has NO #resetButton element, so the only
* way out of a filter state never existed. This shell emits the element
* (see _build_filter_ui) whenever any filter control is present.
* 2. The toggle handlers below guard on state_X == "unclicked", and 5030's
* reset never cleared those variables -- so after a reset a toggle could
* not be re-armed. Resetting the state and the button chrome here is what
* makes Reset actually return the table to "everything". */
$('#resetButton').click(function () {
/* Three stacked defects inherited from 5030's handler, all fixed here.
* Found by the browser pass of 2026-08-29, which saw a "reset" chip stay
* on screen and RE-APPLY its filter the moment another control was
* touched:
* 1. .attr("selected","") SELECTS rather than deselects -- an empty
* attribute value is true in HTML. .prop('selected', false) clears.
* 2. .val("") does not clear a ; .val([]) does.
* 3. fastselect renders its own widget and keeps its own model, so
* emptying the underlying leaves the chip rendered and its
* stale value re-fires on the next change event. The widget has to
* be rebuilt from the now-empty select.
* The rebuild is guarded and runs BEFORE the column searches are cleared,
* so any change event it fires cannot re-filter the table afterwards. If
* it throws, the searches below still clear: worst case a chip lingers
* visually, never a table filtered by a control the user has reset. */
/* Remove each chip through fastselect's OWN removal path. Verified
* against fastselect 0.7.3's source: it binds a delegated click on
* .fstChoiceRemove which calls removeSelectedOption, updating its
* internal model, its rendered chips and the underlying
* together -- the three things that must agree.
*
* An earlier attempt (2026-08-29, first cut) destroyed the widget and
* re-ran .fastselect() on the emptied select. That did clear the model,
* but the rebuilt widget came back UNSTYLED: /real-assets/ was left
* showing a raw clipped native after any reset. Using
* the widget's own affordance keeps it intact.
*
* Capped loop, because the collection shrinks as each chip is removed. */
for (var wspReset = 0; wspReset < 50 && $('.fstChoiceRemove').length; wspReset++) {
$('.fstChoiceRemove').first().trigger('click');
}
/* Belt and braces for any option the widget does not own. */
$(".multipleSelect").find('option').prop('selected', false);
if (document.getElementById('myInput')) { document.getElementById('myInput').value = ""; }
state_qualified = "unclicked";
state_nonqualified = "unclicked";
$('#qualified').html('All');
$('#nonqualified').html('CH Registered Only');
$('#qualified, #nonqualified').removeClass('wsp-toggle--active').addClass('wsp-toggle--inactive');
/* The share-class selector returns to its default, Clean Shares; its
chrome is only drawn when the pair is live (see _build_filter_ui). */
if (wspShownClass !== 'clean') { wspShowClass('clean'); }
if (!$('#instit').prop('disabled')) { wspShareClassChrome(); }
table
.search( '' )
.columns().search( '' )
.draw();
table.fixedColumns().update();
} );
/* 5030 auto-applies Fund Status=All and Share Class=Retail on load. This
* shell deliberately does NOT: that default searched column 2 for 'Yes', and
* on a page whose Retail column is empty it hid every row with no control
* able to clear it -- three pages served an empty table on 2026-08-24 for
* exactly this reason. The default view here is every fund; a visitor
* filters only by choosing to. The Share Class Type pair is not a filter:
* the server renders every fund's Clean Shares class and marks that button
* active, so nothing is clicked on load. */
})
/* OpenList table stylesheet. Canonical source: OPENLIST_TABLE_CSS in
utils/page_tools/openlist_vertical_content.py, emitted by the one renderer
on every list page. Edit the constant; nothing else carries a copy. */
/* --- page: one data wrapper, at most 1440px, centred ------------------- */
.wsp-ol-page { width: 100%; max-width: 1440px; margin: 0 auto; box-sizing: border-box; }
.dataTables_wrapper { max-width: 1440px; margin-left: auto; margin-right: auto; }
/* Desktop breakout (2026-09-04): the data wrapper spans min(1440px, 100vw)
centred on the viewport whatever the theme column (1090px on the
canonical pages, 1170px on the legacy three), so the seven pages share
one table width. The theme column is centred, so 50% of it minus half the
target width is the viewport-centred left edge. The phone block below
keeps its own 100vw rule and is not touched. */
@media (min-width: 481px) {
.wsp-ol-page, .dataTables_wrapper { width: min(1440px, 100vw); max-width: none; margin-left: calc(50% - min(720px, 50vw)); margin-right: 0; }
.wsp-ol-page .dataTables_wrapper { width: 100%; margin-left: 0; }
}
/* --- horizontal scroll: a visible bar and a right-edge fade -------------
The page scrolls (no scrollY box since 2026-09-04); the table's own
scrolling is horizontal only. The bar is forced visible (DataTables sets
overflow inline, hence !important) and drawn in the brand grays; the fade
sits on .dataTables_scroll, not on the scrolling element, and the shell's
JS adds .wsp-ol-scroll--more while content remains to the right. */
.dataTables_scrollBody { overflow-x: scroll !important; scrollbar-width: auto; scrollbar-color: #6B7280 #F3F4F6; }
.dataTables_scrollBody::-webkit-scrollbar { height: 12px; }
.dataTables_scrollBody::-webkit-scrollbar-track { background: #F3F4F6; }
.dataTables_scrollBody::-webkit-scrollbar-thumb { background: #6B7280; border: 2px solid #F3F4F6; border-radius: 0; }
.dataTables_scroll { position: relative; }
.dataTables_scroll::after { content: ""; position: absolute; top: 0; right: 0; bottom: 12px; width: 48px; pointer-events: none; opacity: 0; transition: opacity .2s ease; background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.92) 100%); }
.dataTables_scroll.wsp-ol-scroll--more::after { opacity: 1; }
table.dataTable thead th {white-space: nowrap;}
table.dataTable tbody td {white-space: nowrap;}
/* --- rows: zebra, no borders, 40px, fund bold / benchmark italic -------
8px cell padding and 12px body text, on the 8px scale: measured locally
on 2026-09-04, 16px padding with 13px text widened the four frozen columns
to 1043px of the 1090px column on /real-assets/ and cut the ISIN at rest
at 1440, which the 2026-09-03 geometry evidence shows visible on all four
pages. 8px/12px keeps it visible; 24px line-height makes the row 40px. */
table.dataTable, table.dataTable.cell-border, table.dataTable.no-footer { border: 0; border-collapse: collapse; }
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td,
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td,
table.dataTable.display tbody th, table.dataTable.display tbody td,
table.dataTable tbody th, table.dataTable tbody td { border: 0; }
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child { border-left: 0; }
table.dataTable tbody tr { height: 40px; }
table.dataTable tbody td { padding: 8px; line-height: 24px; font-size: 12px; color: #1F2937; vertical-align: middle; }
table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd { background-color: #FFFFFF; }
table.dataTable.display tbody tr.even, table.dataTable.stripe tbody tr.even { background-color: #F9F9F9; }
/* DataTables shades the sorted column's cells; the zebra owns the ground. */
table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3,
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3 { background-color: transparent; }
/* Hover, in the original table and in the FixedColumns clone alike. The
canonical shell also mirrors the hovered row onto its clone with .wsp-hover;
the class is shared so one rule covers both. */
table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr.wsp-hover, table.dataTable.hover tbody tr.wsp-hover { background-color: #F3F4F6; }
table.dataTable tbody tr.bmk td { font-style: italic; }
table.dataTable tbody tr.fund td { font-weight: 700; }
/* --- header: 12px uppercase, 600, muted, one 2px rule ------------------ */
table.dataTable thead th, table.dataTable thead td { padding: 12px 8px; line-height: 16px; font-size: 12px; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: #4B5563; background: #FFFFFF; border-bottom: 2px solid #E5E7EB; text-align: left; vertical-align: bottom; }
table.dataTable tfoot th, table.dataTable tfoot td { padding: 0; border: 0; height: 0; line-height: 0; font-size: 0; }
/* Sort indicator: a glyph, not DataTables' background images. */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { background-image: none; }
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc { padding-right: 24px; position: relative; cursor: pointer; }
table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::after { position: absolute; right: 8px; bottom: 12px; font-size: 12px; line-height: 16px; font-weight: 400; }
table.dataTable thead > tr > th.sorting::after { content: "\2195"; color: #6B7280; }
table.dataTable thead > tr > th.sorting_asc::after { content: "\2191"; }
table.dataTable thead > tr > th.sorting_desc::after { content: "\2193"; }
/* --- columns: text left, figures right in tabular digits --------------- */
table.dataTable th.wsp-col-text, table.dataTable td.wsp-col-text { text-align: left; }
table.dataTable th.wsp-col-num, table.dataTable td.wsp-col-num { text-align: right; font-variant-numeric: tabular-nums; }
table.dataTable td.wsp-col-name { color: #111827; }
table.dataTable td.wsp-col-isin { color: #374151; font-variant-numeric: tabular-nums; }
table.dataTable td .wsp-pos { color: #035D41; }
table.dataTable td .wsp-neg { color: #A31A1A; }
/* LEGACY COMPAT, scoped to dt-center, which the canonical shell no longer
emits: the three hand-built Long Only shells still apply DataTables'
dt-center to targets 11-33 from their own init script. Hidden helpers 0-5
are not in the DOM, so a visible cell's nth-child position is its target
minus 5: 6=Ccy, 8=Perf Fee, 11=Liquidity, 12=UCITS, 13=CH Reg are text;
26 onward are the document columns (25 on /full-list/, which hides Max
DD). Remove with the legacy shells (backlog P6.4). */
table.dataTable th.dt-center, table.dataTable td.dt-center { text-align: right; font-variant-numeric: tabular-nums; }
table.dataTable th.dt-center:nth-child(6), table.dataTable td.dt-center:nth-child(6),
table.dataTable th.dt-center:nth-child(8), table.dataTable td.dt-center:nth-child(8),
table.dataTable th.dt-center:nth-child(11), table.dataTable td.dt-center:nth-child(11),
table.dataTable th.dt-center:nth-child(12), table.dataTable td.dt-center:nth-child(12),
table.dataTable th.dt-center:nth-child(13), table.dataTable td.dt-center:nth-child(13),
table.dataTable th.dt-center:nth-child(n+26), table.dataTable td.dt-center:nth-child(n+26) { text-align: left; font-variant-numeric: normal; }
/* --- controls: one flat toolbar row, filters left, exports right (2026-09-04)
No gray box, no shadow, no radius: one 1px #E5E7EB rule below, 16px
rhythm. Groups wrap only when the viewport cannot hold them. The export
buttons are DataTables' Buttons container, moved into __exports by the
shell's initComplete (dom is 'frtip', so DataTables does not place it). */
.wsp-ol-toolbar { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 24px; width: 100%; background: transparent; border: 0; border-bottom: 1px solid #E5E7EB; border-radius: 0; box-shadow: none; padding: 0 0 16px 0; box-sizing: border-box; margin: 0 0 16px 0; }
.wsp-ol-toolbar__filters { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 16px; }
.wsp-ol-toolbar__exports { display: flex; align-items: flex-end; margin-left: auto; }
.wsp-ol-toolbar__exports .dt-buttons { display: flex; gap: 8px; margin: 0; }
.wsp-ol-toolbar__exports button.dt-button, .wsp-ol-toolbar__exports div.dt-button, .wsp-ol-toolbar__exports a.dt-button { margin: 0; }
.wsp-ol-toolbar p.wsp-ol-label { margin: 0 0 8px 0; font-size: 12px; line-height: 16px; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: #4B5563; white-space: nowrap; }
.dataTables_filter {display: none;}
.DTFC_LeftBodyLiner { overflow:hidden;}
#topbutton{background-color:rgb(236,136,14); color:white;}
/* Toggles in the brand dark blue (#0E2038, white on it 16:1). State is a
class, never an inline colour: active = dark, inactive = white with the
dark border, disabled = inactive at half opacity. */
.myButtons { height: 40px; padding: 0 12px; font-size: 13px; font-weight: 600; line-height: 38px; border-radius: 0; border: 1px solid #0E2038; background-color: #0E2038; color: #FFFFFF; cursor: pointer; box-shadow: none; white-space: nowrap; }
.myButtons.wsp-toggle--active { background-color: #0E2038; color: #FFFFFF; border-color: #0E2038; }
.myButtons.wsp-toggle--inactive { background-color: #FFFFFF; color: #0E2038; border-color: #0E2038; }
.myButtons[disabled] { cursor: not-allowed; opacity: 0.5; }
#myInput { height: 40px; width: 200px; padding: 0 12px; font-size: 13px; color: #111827; background: #FFFFFF; border: 1px solid #6B7280; border-radius: 0; box-shadow: none; box-sizing: border-box; }
/* Fixed-width selects so the seven groups and the four export buttons
share one 1440px row (measured 2026-09-04: fastselect's default 262px
widget pushed the exports onto a second line). */
.fstElement { font-size: 13px; min-height: 40px; width: 180px; max-width: 180px; border: 1px solid #6B7280; border-radius: 0; background: #FFFFFF; box-shadow: none; box-sizing: border-box; }
.fstMultipleMode .fstQueryInput { width: auto; min-width: 0; max-width: 100%; }
.fstMultipleMode .fstControls { padding: 4px 8px; }
.fstMultipleMode .fstQueryInput { font-size: 13px; }
#myInput::placeholder, .fstQueryInput::placeholder { color: #4B5563; opacity: 1; }
.fstChoiceItem { border: 1px solid #6B7280; border-radius: 0; background: #F3F4F6; color: #111827; font-size: 13px; }
.fstResultItem.fstFocused { background: #F3F4F6; color: #111827; }
.dt-buttons { margin: 0 0 8px 0; }
button.dt-button, div.dt-button, a.dt-button { height: 40px; margin: 0 8px 8px 0; padding: 0 12px; font-size: 13px; font-weight: 600; line-height: 38px; color: #111827; background: #FFFFFF; background-image: none; border: 1px solid #6B7280; border-radius: 0; box-shadow: none; }
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled),
button.dt-button:active:not(.disabled), div.dt-button:active:not(.disabled), a.dt-button:active:not(.disabled),
button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled) { background: #F3F4F6; background-image: none; border-color: #4B5563; box-shadow: none; text-shadow: none; }
#empty_begin p { font-size: 13px; color: #374151; }
/* --- phone width (W4.3, measured 2026-09-03; the numbers and the harness
are in outputs/responsive_acceptance_20260903/). At 390px the theme
leaves the table a 250px column while the four frozen columns alone ran
564-913px, so the frozen block covered the whole scroll window and no
other column -- the ISIN first -- could ever come into view. No column
is removed and leftColumns stays 10. Two width rules:
1. The four visible frozen columns wrap and take a floor of 48px, 88px
for Fund Name. They are the first four cells once DataTables drops the
six hidden helpers, in the original table and in the FixedColumns
clone alike, which is why nth-child under .dataTables_wrapper reaches
both. `min-width` is what holds: `width` alone let the over-constrained
auto table collapse them to one character per line.
2. The wrapper spans the viewport instead of the padded column: with rule
1 alone the tightest readable floor still leaves a -14px window; with
the wrapper at 390px the window is 118px against a 104-113px ISIN cell.
Wrapped cells drop the 24px line-height so a wrapped row is as tall as
its lines, not 40px per line; 40px stays the floor. The export buttons
wrap instead of overhanging, and the search box stops overhanging its
panel. DataTables Responsive is not loaded on these pages. ------------ */
@media (max-width: 480px) {
.dataTables_wrapper { width: 100vw; margin-left: calc(50% - 50vw); padding: 0 4px; box-sizing: border-box; }
.dataTables_wrapper table th:nth-child(-n+4),
.dataTables_wrapper table td:nth-child(-n+4) {
white-space: normal; overflow-wrap: anywhere; line-height: 1.3;
width: 48px; min-width: 48px; max-width: 48px; padding: 4px 4px;
}
.dataTables_wrapper table th:nth-child(4),
.dataTables_wrapper table td:nth-child(4) { width: 88px; min-width: 88px; max-width: 88px; }
.dataTables_wrapper table thead > tr > th:nth-child(-n+4) { padding-right: 4px; }
.dataTables_wrapper table thead > tr > th:nth-child(-n+4)::after { right: 0; }
.dt-buttons { display: flex; flex-wrap: wrap; }
#myInput { width: 100%; max-width: 100%; box-sizing: border-box; }
}
/* --- pre-init state. WP Rocket serves the init script as
type="rocketlazyloadscript", so it does not run until the visitor
interacts with the page -- measured 2026-08-28 as 18+ seconds on
/real-assets/, during which the raw rendered unstyled with its six
hidden helper columns visible. DataTables adds .dataTable to the element
on init, so this styles exactly the pre-init state. Nothing is withheld
pending JavaScript (a "Loading" note was tried on 2026-08-28 and reverted:
if DataTables never initialises the visitor must still have the table);
the helper columns 0-5 are simply hidden so the pre-init column set
matches the real one. ------------------------------------------------ */
#example:not(.dataTable) th:nth-child(-n+6),
#example:not(.dataTable) td:nth-child(-n+6) { display: none; }
#example:not(.dataTable) { font-size:12px; width:100%; }
#example:not(.dataTable) th { color:#4B5563; font-size:13px; text-align:left; }
#example:not(.dataTable) td, #example:not(.dataTable) th { padding:4px 8px; }
Go to Top
| searchHead | Qualified | Retail | Asset Class | Geography | Strategy | Asset Class | Geography | Strategy | Fund Name | ISIN | Ccy | Mgmt Fee | Perf Fee | Inception | Size (in mio) | Liquidity | UCITS | CH Reg | 1M | 3M | 6M | YTD | 2025 | 2024 | 2023 | 1Y | 3Y | 5Y | Volatility | Sharpe R. | Max DD | WSP Report | Fund / Other Docs |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| searchHead | Qualified | Retail | Asset Class | Geography | Strategy | Asset Class | Geography | Strategy | Fund Name | ISIN | Ccy | Mgmt Fee | Perf Fee | Inception | Size (in mio) | Liquidity | UCITS | CH Reg | 1M | 3M | 6M | YTD | 2025 | 2024 | 2023 | 1Y | 3Y | 5Y | Volatility | Sharpe R. | Max DD | WSP Report | Fund / Other Docs |
| AQR Apex UCITS A1 Acc LU1532679443 | Yes | Alternative | Global | Risk Premia | Alternative | Global | Risk Premia | AQR Apex UCITS A1 Acc | LU1532679443 | USD | Yes | Yes | Yes | 12.11 | 15.05 | 7.22 | 1.36 | Unavailable | Unavailable | ||||||||||||||
| AQR Apex UCITS A1 Acc LU1532679443 | Yes | Alternative | Global | Risk Premia | |||||||||||||||||||||||||||||
| Absolute Return Multi Premium Fonds AK R DE000A2AGM26 | Yes | Alternative | Global | Multi-Strategy | Alternative | Global | Multi-Strategy | Absolute Return Multi Premium Fonds AK R | DE000A2AGM26 | EUR | 1.77% | No | Yes | No | 5.03 | 7.25 | 4.03 | 1.08 | Unavailable | Unavailable | |||||||||||||
| Absolute Return Multi Premium Fonds AK R DE000A2AGM26 | Yes | Alternative | Global | Multi-Strategy | |||||||||||||||||||||||||||||
| Alpha UCITS SICAV Amber Equity C EUR LU0968833664 | Yes | Alternative | Global | Market Neutral | Alternative | Global | Market Neutral | Alpha UCITS SICAV Amber Equity C EUR | LU0968833664 | EUR | 0.00% | No | Yes | Yes | -0.38 | 14.84 | 8.56 | 1.35 | Unavailable | Unavailable | |||||||||||||
| Alpha UCITS SICAV Amber Equity C EUR LU0968833664 | Yes | Alternative | Global | Market Neutral | |||||||||||||||||||||||||||||
| Aviva Investors Mlt-Strat Trgt Ret 8£Acc GB00BYVYRD03 | Yes | Alternative | Global | Macro | Alternative | Global | Macro | Aviva Investors Mlt-Strat Trgt Ret 8£Acc | GB00BYVYRD03 | GBP | 0.03% | No | Yes | No | 5.27 | 7.74 | 3.69 | 0.84 | Unavailable | Unavailable | |||||||||||||
| Aviva Investors Mlt-Strat Trgt Ret 8£Acc GB00BYVYRD03 | Yes | Alternative | Global | Macro | |||||||||||||||||||||||||||||
| BCV Liquid Alternative Beta B (USD) LU1035012456 | Yes | Alternative | Global | Risk Premia | Alternative | Global | Risk Premia | BCV Liquid Alternative Beta B (USD) | LU1035012456 | USD | 0.45% | No | Yes | Yes | 14.90 | 10.29 | 5.19 | 1.03 | Unavailable | Unavailable | |||||||||||||
| BCV Liquid Alternative Beta B (USD) LU1035012456 | Yes | Alternative | Global | Risk Premia | |||||||||||||||||||||||||||||
| BSF BLK Sysmc Styl Fac Abs Rt D2 $ LU1373035408 | Yes | Alternative | Global | Risk Premia | Alternative | Global | Risk Premia | BSF BLK Sysmc Styl Fac Abs Rt D2 $ | LU1373035408 | USD | 0.55% | No | Yes | Yes | 20.56 | 14.40 | 6.35 | 1.43 | Unavailable | Unavailable | |||||||||||||
| BSF BLK Sysmc Styl Fac Abs Rt D2 $ LU1373035408 | Yes | Alternative | Global | Risk Premia | |||||||||||||||||||||||||||||
| BSF Systematic APAC Eq Abs Rt D2 USD LU1508158190 | Yes | Alternative | Global | Market Neutral | Alternative | Global | Market Neutral | BSF Systematic APAC Eq Abs Rt D2 USD | LU1508158190 | USD | 1.00% | Yes | Yes | Yes | 8.48 | 14.41 | 4.61 | 1.99 | Unavailable | Unavailable | |||||||||||||
| BSF Systematic APAC Eq Abs Rt D2 USD LU1508158190 | Yes | Alternative | Global | Market Neutral | |||||||||||||||||||||||||||||
| Bankinter International Fund SICAV Total Return LU0612902816 | Yes | Alternative | Global | Macro | Alternative | Global | Macro | Bankinter International Fund SICAV Total Return | LU0612902816 | EUR | Yes | 10.31 | 9.04 | 6.07 | 1.00 | Unavailable | Unavailable | ||||||||||||||||
| Bankinter International Fund SICAV Total Return LU0612902816 | Yes | Alternative | Global | Macro | |||||||||||||||||||||||||||||
| Finlabo Inv Dynamic Allc R EUR Acc LU1396613462 | Yes | Alternative | Global | Macro | Alternative | Global | Macro | Finlabo Inv Dynamic Allc R EUR Acc | LU1396613462 | EUR | 1.40% | Yes | Yes | Yes | 8.42 | 8.41 | 5.28 | 1.03 | Unavailable | Unavailable | |||||||||||||
| Finlabo Inv Dynamic Allc R EUR Acc LU1396613462 | Yes | Alternative | Global | Macro | |||||||||||||||||||||||||||||
| GOA Key MM Hedge Fd EUR F-acc LU1028380175 | Yes | Alternative | Global | Multi-Strategy | Alternative | Global | Multi-Strategy | GOA Key MM Hedge Fd EUR F-acc | LU1028380175 | EUR | 0.80% | No | Yes | No | 4.12 | 6.41 | 3.42 | 1.03 | Unavailable | Unavailable | |||||||||||||
| GOA Key MM Hedge Fd EUR F-acc LU1028380175 | Yes | Alternative | Global | Multi-Strategy | |||||||||||||||||||||||||||||
| HP&P Stiftungsfonds A DE000A2QCXE0 | Yes | Alternative | Global | Market Neutral | Alternative | Global | Market Neutral | HP&P Stiftungsfonds A | DE000A2QCXE0 | EUR | 1.05% | Yes | Yes | No | 8.35 | 12.56 | 5.92 | 1.56 | Unavailable | Unavailable | |||||||||||||
| HP&P Stiftungsfonds A DE000A2QCXE0 | Yes | Alternative | Global | Market Neutral | |||||||||||||||||||||||||||||
| JPM Eurp Eq Abs Alp C perf acc EUR LU1001748398 | Yes | Alternative | Global | Market Neutral | Alternative | Global | Market Neutral | JPM Eurp Eq Abs Alp C perf acc EUR | LU1001748398 | EUR | 0.75% | Yes | Yes | Yes | 6.10 | 12.21 | 4.72 | 1.91 | Unavailable | Unavailable | |||||||||||||
| JPM Eurp Eq Abs Alp C perf acc EUR LU1001748398 | Yes | Alternative | Global | Market Neutral | |||||||||||||||||||||||||||||
| Jupiter Merian Glb Eq Abs Rt I USD Acc IE00BLP5S684 | Yes | Alternative | Global | Market Neutral | Alternative | Global | Market Neutral | Jupiter Merian Glb Eq Abs Rt I USD Acc | IE00BLP5S684 | USD | 0.75% | Yes | Yes | Yes | 12.78 | 12.41 | 3.67 | 1.97 | Unavailable | Unavailable | |||||||||||||
| Jupiter Merian Glb Eq Abs Rt I USD Acc IE00BLP5S684 | Yes | Alternative | Global | Market Neutral | |||||||||||||||||||||||||||||
| KL Event Driven UCITS B USD IE00BYXZ2F80 | Alternative | Global | Event Driven | Alternative | Global | Event Driven | KL Event Driven UCITS B USD | IE00BYXZ2F80 | USD | 1.25% | Yes | 10.04 | 9.22 | 2.93 | 1.46 | Unavailable | Unavailable | ||||||||||||||||
| KL Event Driven UCITS B USD IE00BYXZ2F80 | Alternative | Global | Event Driven | ||||||||||||||||||||||||||||||
| Lafayette Dalton APAC B2 EUR Acc IE00BFXZM884 | Yes | Alternative | Global | Equity Long/Short | Alternative | Global | Equity Long/Short | Lafayette Dalton APAC B2 EUR Acc | IE00BFXZM884 | EUR | Yes | Yes | Yes | 24.15 | 15.10 | 10.82 | 1.15 | Unavailable | Unavailable | ||||||||||||||
| Lafayette Dalton APAC B2 EUR Acc IE00BFXZM884 | Yes | Alternative | Global | Equity Long/Short | |||||||||||||||||||||||||||||
| Lazard Rathmore Alternative C Acc USD IE00BFZ4RY41 | Yes | Alternative | Global | Market Neutral | Alternative | Global | Market Neutral | Lazard Rathmore Alternative C Acc USD | IE00BFZ4RY41 | USD | 1.25% | Yes | Yes | Yes | 7.10 | 7.05 | 1.70 | 1.33 | Unavailable | Unavailable | |||||||||||||
| Lazard Rathmore Alternative C Acc USD IE00BFZ4RY41 | Yes | Alternative | Global | Market Neutral | |||||||||||||||||||||||||||||
| Longchamp Patrimoine Fund S FR0012034783 | Yes | Alternative | Global | Multi-Strategy | Alternative | Global | Multi-Strategy | Longchamp Patrimoine Fund S | FR0012034783 | EUR | Yes | 19.20 | 15.13 | 8.07 | 1.45 | Unavailable | Unavailable | ||||||||||||||||
| Longchamp Patrimoine Fund S FR0012034783 | Yes | Alternative | Global | Multi-Strategy | |||||||||||||||||||||||||||||
| MULTILABEL SICAV ENPACL FLESSIBILE A LU1555549754 | No | Alternative | Global | Multi-Strategy | Alternative | Global | Multi-Strategy | MULTILABEL SICAV ENPACL FLESSIBILE A | LU1555549754 | EUR | Yes | 9.27 | 8.49 | 6.10 | 0.91 | Unavailable | Unavailable | ||||||||||||||||
| MULTILABEL SICAV ENPACL FLESSIBILE A LU1555549754 | No | Alternative | Global | Multi-Strategy | |||||||||||||||||||||||||||||
| Neuberger US Equity Prm USD Z Acc IE00BDDWGF08 | Yes | Neuberger US Equity Prm USD Z Acc | IE00BDDWGF08 | USD | 0.00% | Yes | Yes | 16.64 | 13.24 | 6.33 | 1.28 | Unavailable | Unavailable | ||||||||||||||||||||
| Neuberger US Equity Prm USD Z Acc IE00BDDWGF08 | Yes | ||||||||||||||||||||||||||||||||
| PIMCO GIS EM S/T Lcl Ccy E USD Acc IE00B3DD5P64 | Yes | PIMCO GIS EM S/T Lcl Ccy E USD Acc | IE00B3DD5P64 | USD | 1.75% | No | Yes | Yes | 11.93 | 9.44 | 5.75 | 0.80 | Unavailable | Unavailable | |||||||||||||||||||
| PIMCO GIS EM S/T Lcl Ccy E USD Acc IE00B3DD5P64 | Yes | ||||||||||||||||||||||||||||||||
| Polar Capital Global Abs Rt S Acc IE00BDTYJF13 | Yes | Alternative | Global | Macro | Alternative | Global | Macro | Polar Capital Global Abs Rt S Acc | IE00BDTYJF13 | USD | 0.75% | Yes | Yes | Yes | 9.34 | 11.35 | 4.81 | 1.32 | Unavailable | Unavailable | |||||||||||||
| Polar Capital Global Abs Rt S Acc IE00BDTYJF13 | Yes | Alternative | Global | Macro | |||||||||||||||||||||||||||||
| Quilter Inv Glbl Eq Abs Ret U2 (GBP) Acc GB00BG371T53 | No | Alternative | Global | Market Neutral | Alternative | Global | Market Neutral | Quilter Inv Glbl Eq Abs Ret U2 (GBP) Acc | GB00BG371T53 | GBP | 0.00% | Yes | Yes | No | 12.73 | 12.36 | 3.59 | 2.04 | Unavailable | Unavailable | |||||||||||||
| Quilter Inv Glbl Eq Abs Ret U2 (GBP) Acc GB00BG371T53 | No | Alternative | Global | Market Neutral | |||||||||||||||||||||||||||||
| RAM (Lux) Sys Eurp Mkt Netrl Eq U EUR LU0935266782 | Yes | Alternative | Global | Market Neutral | Alternative | Global | Market Neutral | RAM (Lux) Sys Eurp Mkt Netrl Eq U EUR | LU0935266782 | EUR | 1.28% | Yes | Yes | No | 2.51 | 10.23 | 5.42 | 1.33 | Unavailable | Unavailable | |||||||||||||
| RAM (Lux) Sys Eurp Mkt Netrl Eq U EUR LU0935266782 | Yes | Alternative | Global | Market Neutral | |||||||||||||||||||||||||||||
| Sauren Ruhestandsfonds A LU1525525306 | Yes | Alternative | Global | Multi-Strategy | Alternative | Global | Multi-Strategy | Sauren Ruhestandsfonds A | LU1525525306 | EUR | 1.01% | No | Yes | No | 6.49 | 7.21 | 3.72 | 1.15 | Unavailable | Unavailable | |||||||||||||
| Sauren Ruhestandsfonds A LU1525525306 | Yes | Alternative | Global | Multi-Strategy | |||||||||||||||||||||||||||||
| Schroder GAIA Contour Tech Eq C Acc $ LU1725199621 | Yes | Alternative | Global | Equity Long/Short | Alternative | Global | Equity Long/Short | Schroder GAIA Contour Tech Eq C Acc $ | LU1725199621 | USD | 1.25% | Yes | Yes | Yes | 14.09 | 23.65 | 11.58 | 1.51 | Unavailable | Unavailable | |||||||||||||
| Schroder GAIA Contour Tech Eq C Acc $ LU1725199621 | Yes | Alternative | Global | Equity Long/Short | |||||||||||||||||||||||||||||
| THEAM Quant-Eq Eurp Fct Def Pr EUR Acc LU1685631241 | Yes | THEAM Quant-Eq Eurp Fct Def Pr EUR Acc | LU1685631241 | EUR | 0.60% | No | Yes | Yes | 19.56 | 13.55 | 11.06 | 1.00 | Unavailable | Unavailable | |||||||||||||||||||
| THEAM Quant-Eq Eurp Fct Def Pr EUR Acc LU1685631241 | Yes | ||||||||||||||||||||||||||||||||
| TM Fulcrum Diversified Abs Ret C GBP Acc GB00B7N2VD17 | Yes | Alternative | Global | Macro | Alternative | Global | Macro | TM Fulcrum Diversified Abs Ret C GBP Acc | GB00B7N2VD17 | GBP | 0.80% | No | Yes | No | 8.51 | 9.35 | 5.67 | 0.82 | Unavailable | Unavailable | |||||||||||||
| TM Fulcrum Diversified Abs Ret C GBP Acc GB00B7N2VD17 | Yes | Alternative | Global | Macro | |||||||||||||||||||||||||||||
| TM Fulcrum Income F GBP Acc GB00BD5GC076 | Yes | Alternative | Global | Macro | Alternative | Global | Macro | TM Fulcrum Income F GBP Acc | GB00BD5GC076 | GBP | Yes | 9.87 | 10.32 | 5.63 | 0.99 | Unavailable | Unavailable | ||||||||||||||||
| TM Fulcrum Income F GBP Acc GB00BD5GC076 | Yes | Alternative | Global | Macro | |||||||||||||||||||||||||||||
| Thornbridge Ortler Mlt Stgy I2 Base £Acc IE00B4QNLR45 | Yes | Alternative | Global | Multi-Strategy | Alternative | Global | Multi-Strategy | Thornbridge Ortler Mlt Stgy I2 Base £Acc | IE00B4QNLR45 | GBP | 0.75% | No | Yes | Yes | 9.14 | 8.81 | 5.67 | 0.74 | Unavailable | Unavailable | |||||||||||||
| Thornbridge Ortler Mlt Stgy I2 Base £Acc IE00B4QNLR45 | Yes | Alternative | Global | Multi-Strategy | |||||||||||||||||||||||||||||
| Zest Asset Management Zest Derivatives Allocation Fund R1 Cap LU1216085701 | Yes | Alternative | Global | Macro | Alternative | Global | Macro | Zest Asset Management Zest Derivatives Allocation Fund R1 Cap | LU1216085701 | EUR | 1.20% | Yes | Yes | Yes | 9.40 | 6.75 | 3.85 | 0.99 | Unavailable | Unavailable | |||||||||||||
| Zest Asset Management Zest Derivatives Allocation Fund R1 Cap LU1216085701 | Yes | Alternative | Global | Macro |
Performance: in %, over 1 year annualised
Source: Morningstar Direct, Data as of 31.08.2026