GlossaryUndertakings for Collective Investment in Transferable SecuritiesUCITS fundUCITS ETF

UCITS

UCITS is the EU regulatory framework for retail investment funds; a UCITS fund meets rules on diversification, liquidity and disclosure and can be sold across the EU under a passport.

UCITS (Undertakings for Collective Investment in Transferable Securities) is the European Union's harmonised framework for investment funds that can be sold to retail investors. Introduced in 1985 and revised several times since, the directive sets rules on eligible assets, diversification (including the well-known "5/10/40" limits on single-issuer exposure), liquidity, borrowing, use of derivatives, depositary oversight and investor disclosure through a key information document.

A fund authorised as a UCITS in one member state can be passported for sale across the EU. Ireland and Luxembourg have become the dominant domiciles, which is why so many fund ISINs begin with IE or LU. The label is also widely recognised outside Europe, in parts of Asia and Latin America, as a mark of a regulated, diversified retail product.

Why it matters

For developers the UCITS label is a useful predictor of data availability. Every UCITS fund must publish a prospectus, a key information document (KIID or PRIIPs KID), annual and semi-annual reports, and most publish a monthly factsheet. That disclosure regime is what makes it possible to build a structured factsheet from public documents. UCITS ETFs make up the bulk of ETFs listed on European exchanges.

In the API

The legal wrapper appears in the structure and security type fields.

json
{
"securityType": "ETF",
"structure": "UCITS ETF, Irish ICAV",
"keyFacts": {
"manager": "Example Asset Management (Ireland) Ltd"
}
}

Example values. See fund domicile for what the country of registration changes.

Common pitfalls

  • UCITS is a wrapper, not a strategy. A UCITS fund can be an index tracker, an active equity fund, a bond fund or a leveraged product within the rules.
  • UK funds authorised before 2021 are now "UK UCITS" under onshored rules and may publish a UCITS KIID rather than a PRIIPs KID.

Try it on your own ISINs

One request returns key facts, holdings, risk and performance as JSON. Free plan, no card.