UCITSRegulationFundamentals

What is a UCITS fund? Definition, structure and why the ISIN matters

UCITS explained: the EU directive, the 5/10/40 and liquidity rules, SICAV, FCP and ICAV forms, domiciles, the KID, and how to read one from an ISIN.Published 14 September 2026 · 6 min read · by FundFacts API

A UCITS fund is an investment fund authorised under the EU's UCITS Directive (2009/65/EC, as amended), which lets a fund approved in one member state be sold to retail investors across the whole EU and EEA. The label stands for Undertakings for Collective Investment in Transferable Securities and comes with strict rules on what the fund may hold, how diversified it must be, how often investors can redeem, and what it must disclose. Most ETFs and open-ended funds sold to European retail investors are UCITS, and each of their share classes is identified by an ISIN.

In short
UCITS is an EU regulatory framework, not a fund type: an ETF, an index fund and an actively managed equity fund can all be UCITS. The rules limit concentration (the 5/10/40 rule), restrict eligible assets, require a depositary and independent valuation, and require a PRIIPs KID with a 1–7 risk indicator. UCITS funds are mostly domiciled in Ireland and Luxembourg and passported across the EU/EEA. Each share class has its own ISIN, which is the key for looking up its data.

What UCITS actually means

The first UCITS directive dates from 1985; the current consolidated text is Directive 2009/65/EC (often called UCITS IV), amended by UCITS V (Directive 2014/91/EU) on depositary duties and remuneration. The idea is a single retail-fund rulebook: a fund authorised by the regulator of one member state (the CSSF in Luxembourg, the Central Bank of Ireland, the AMF in France) can be marketed in every other member state after a notification procedure, without a second authorisation. This is the "passport", and it is why a fund domiciled in Dublin can be the default world-equity ETF for investors in Germany, Italy and the Netherlands.

Because the passport gives access to retail investors, the directive is prescriptive about investor protection. The main constraints are worth knowing even if you only work with the data, because they explain several fields you will see in a factsheet.

The rules that shape a UCITS portfolio

RuleWhat it saysWhere you see it in the data
Eligible assetsTransferable securities, money-market instruments, units of other funds, deposits and financial derivatives; no direct real estate or commoditieskeyFacts.assetClass, assetAllocation
5/10/40 diversificationAt most 10% of net assets in securities of one issuer, and issuers above 5% may not exceed 40% in aggregatetopHoldings weights, profile.concentration
Index-tracker relaxationIndex-tracking UCITS may go to 20% per issuer (35% in exceptional market conditions)Large single weights in concentrated index ETFs
LiquidityInvestors must be able to redeem at least twice a month; in practice most UCITS deal dailyDaily NAV, cumulativePerformance monthly points
BorrowingLimited to 10% of assets, and only temporarilyNot a factsheet item
DepositaryAn independent depositary holds the assets and oversees cash flows and valuationNamed in the prospectus
DisclosureProspectus, annual and half-yearly reports, and a key information documentcosts.*, riskRating, sfdrArticle

The 5/10/40 rule is the one developers bump into. It is why a global equity UCITS that tracks a cap-weighted index will show a top holding around the mid single digits, and why a US technology index that is dominated by a handful of names needs the 20% tracker relaxation or a capped index variant. When profile.concentration reads "concentrated" on a UCITS fund, it is usually a sector or thematic fund working close to those limits.

UCITS vs mutual fund vs ETF

"Mutual fund" is a US term for an open-ended fund registered under the Investment Company Act of 1940. The European equivalent of that legal framework is UCITS (or, for non-retail strategies, AIFMD). An ETF is a distribution mechanism: a fund whose shares are listed and traded on an exchange. So the three terms are on different axes:

  • UCITS describes the regulatory framework (EU).
  • Mutual fund describes the US framework and, loosely, any open-ended fund.
  • ETF describes how the shares are bought and sold, and can be UCITS (in Europe) or a 1940 Act fund (in the US).

In FundFacts data the distinction surfaces as securityType ("ETF" or "Open-End Fund") and structure ("ETF" or "UCITS Fund"). The ETF glossary entry covers the trading side; the UCITS entry has the regulatory summary.

A UCITS is a regulatory status attached to a legal vehicle, and the vehicle varies by domicile. The names show up in fund titles and prospectuses:

  • SICAV (société d'investissement à capital variable): a variable-capital investment company with its own board, common in Luxembourg and France.
  • FCP (fonds commun de placement): a contractual fund with no legal personality, managed by a management company; common in France and Luxembourg.
  • ICAV (Irish Collective Asset-management Vehicle): the modern Irish corporate vehicle introduced in 2015, now the default for new Irish funds.
  • OEIC / ICVC: the UK open-ended investment company, which after Brexit is a "UK UCITS" under the UK's onshored rules rather than an EU UCITS.
  • Umbrella funds and sub-funds: most large ranges are one legal umbrella with many sub-funds, each with several share classes. The ISIN identifies a share class, not the umbrella.

That last point matters for data work. "iShares Core MSCI World UCITS ETF" is a sub-fund of an Irish umbrella; its accumulating USD share class is IE00B4L5Y983. Looking up the umbrella gives you nothing useful; looking up the share class gives you the fees, NAV and performance that apply to what an investor actually holds. The share classes post goes through the variants.

Where UCITS funds live

Two domiciles dominate: Ireland (ISIN prefix IE) and Luxembourg (LU), with France (FR), Germany (DE) and others behind. Ireland leads for ETFs, partly because of its treaty position on US dividend withholding tax; Luxembourg leads for actively managed cross-border funds. The Ireland vs Luxembourg post compares them and explains what the ISIN prefix does and does not tell you. The domicile also determines the home regulator whose register lists the fund and the language of the documents you will parse.

What a UCITS must disclose, and what you can extract

Since 1 January 2023 UCITS sold to EU retail investors provide a PRIIPs key information document (KID) under Regulation (EU) 1286/2014, replacing the older UCITS KIID for EU purposes. The KID is a three-page, fixed-layout document with a 1–7 summary risk indicator, performance scenarios, a cost table and a recommended holding period. Beyond the KID, the fund publishes a prospectus, annual and semi-annual reports and, in practice, a monthly factsheet.

Because the layouts are regulated, they are extractable. FundFacts API reads the fund's own published documents (product page, factsheet, KID, holdings and NAV files) and returns one JSON object. For a UCITS fund the fields that come straight from the regulatory documents are:

DisclosureAPI field
Summary risk indicator (1–7)riskRating, with profile.riskBand derived from it
Ongoing costs, entry and exit costs, transaction costscosts.ongoing, costs.entry, costs.exit, costs.transaction
Reduction in yield at one year and at the recommended holding periodcosts.riy1y, costs.riyRhp
Recommended holding periodcosts.recommendedHoldingPeriod
SFDR classification (Article 6, 8 or 9)sfdrArticle
Investment objectiveinvestmentObjective
BenchmarkbenchmarkName
bash
curl https://fundfactsapi.com/api/v1/funds/IE00B4L5Y983 \
-H "Authorization: Bearer ffk_live_..."
json
{
"isin": "IE00B4L5Y983",
"name": "iShares Core MSCI World UCITS ETF USD (Acc)",
"cached": true,
"data": {
"securityType": "ETF",
"structure": "ETF",
"keyFacts": { "assetClass": "Equity", "currency": "USD", "distribution": "Accumulating" },
"riskRating": 6,
"costs": { "entry": "0.00%", "exit": "0.00%", "ongoing": "0.20%", "recommendedHoldingPeriod": "5 years" },
"dataAsOf": "2026-07-31"
}
}

The excerpt shows the shape, trimmed to the regulatory fields; the live response carries whatever the fund's current documents state. The KID field guide maps every section of the document to a path, and the PRIIPs KID vs UCITS KIID post explains what changed in the 2023 switch.

Why the ISIN is the right key for UCITS data

Everything in the directive attaches to a share class: the KID is produced per share class, ongoing costs are per share class, NAV is per share class, and the ISIN is assigned per share class. A fund name is neither unique nor stable (ranges get rebranded), a ticker is per exchange, and the umbrella is too coarse. If your product deals with UCITS funds, store the ISIN, validate its check digit, and resolve everything else from it. The identifiers comparison covers the alternatives and why they are aliases rather than keys.

To try it, create a free key (150 requests a month, no card) and request any IE or LU ISIN; the field reference documents every key in the response.

FAQ

Is a UCITS ETF the same as a normal ETF?

A UCITS ETF is an ETF authorised under the EU UCITS framework, so it follows the UCITS diversification, eligible-asset and disclosure rules and can be sold to retail investors across the EU/EEA. US-listed ETFs are regulated under the US Investment Company Act of 1940 instead and are generally not available to EU retail investors because they lack a PRIIPs KID.

What is the 5/10/40 rule?

A UCITS may invest at most 10% of its net assets in transferable securities of a single issuer, and the sum of all positions above 5% may not exceed 40% of net assets. Index-tracking UCITS may go to 20% per issuer, or 35% in exceptional market conditions. You can check a fund's largest weights in the topHoldings array.

Do UCITS funds still publish a KIID?

For EU retail investors, no: since 1 January 2023 UCITS provide a PRIIPs KID under Regulation (EU) 1286/2014. UK UCITS continued with the UK version of the KIID under the UK's post-Brexit rules. The two documents differ in risk scale and performance disclosure.

Where are most UCITS funds domiciled?

Ireland and Luxembourg hold the large majority of cross-border UCITS assets; the ISIN prefix (IE or LU) tells you which. France, Germany and other member states host mostly domestic funds.

Can I get UCITS fund data from an ISIN programmatically?

Yes. GET https://fundfactsapi.com/api/v1/funds/{isin} returns the structured factsheet for the share class: key facts, risk indicator, costs from the KID, holdings and exposures, and performance, refreshed every 24 hours.

Try it on your own ISINs

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