ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

Fund-administration EDI

An investment fund is a basket of assets (shares, bonds…) of which thousands of investors hold units. Luxembourg is the world's second-largest fund domicile after the United States: trillions of euros are administered there. Running this machine requires massive, standardised data exchanges — order placement, net asset value (NAV — the price of a unit) calculation, confirmations, reporting. This is far more financial EDI than the plain invoice: it speaks ISO 20022 and travels over SWIFT.

History — the world's no. 2 fund hub

Luxembourg built its fund industry on the early transposition of the UCITS directive in 1988, which created a European "passport" for funds. A fund domiciled in Luxembourg can be distributed across the Union — a decisive advantage for a small but multilingual and politically stable centre. Over the decades, asset managers, depositary banks and fund administrators from around the world set up their vehicles there.

With scale came industrialised exchanges. Straight-Through Processing (STP) became essential: millions of orders and statements cannot be handled by hand. Standardised ISO 20022 messages, carried over SWIFT, are the backbone of this automation.

text lu-fund-lifecycle.txt
Fund order lifecycle (transfer agency)

  Investor / Distributor                 Transfer Agent (TA)
        │                                       │
        │  setr.004 (subscription order) ─────► │
        │  setr.010 (redemption order) ───────► │
        │                                       │
        │ ◄──── setr.012 (confirmation) ────────│
        │                                       │
   ── NAV published by central administration ──
        │ ◄──── semt.003 (statement of holdings)│
        │                                       │
  setr = Securities Trade (ISO 20022, fund orders)
  semt = Securities Management (holdings, NAV reporting)
  sese = Securities Settlement (delivery vs payment)
  Network: SWIFTNet FileAct/InterAct, Vestima (Clearstream), FundSettle

Governance — CSSF and ALFI

The regulator is the CSSF (Commission de Surveillance du Secteur Financier), which authorises funds, management companies and administrators, and imposes regulatory reporting (e.g. the U1.1 / O4.1 returns, or AIFMD reporting). The trade body ALFI (Association of the Luxembourg Fund Industry) publishes operational best practices and promotes message standardisation.

On the messaging side, technical governance is global: ISO 20022 is maintained by ISO via SWIFT (Registration Authority), and fund usage profiles are coordinated within sector working groups. Luxembourg invents no proprietary format — as with PEPPOL on the invoice side, it adopts an international standard.

Messages — transfer agency, NAV, ISO 20022

The transfer agent (TA) is the pivot: it keeps the unit-holder register and processes subscriptions and redemptions. Orders travel as setr messages (Securities Trade — e.g. setr.004 subscription, setr.010 redemption, setr.012 confirmation). Holdings and statements use semt, settlement sese. The NAV calculated by central administration is distributed to distributors.

xml lu-iso20022-nav.xml
<!-- ISO 20022 — net asset value distribution (reda/semt excerpt) -->
<PricRpt>
  <Fund>
    <Id>
      <ISIN>LU1234567890</ISIN>          <!-- Luxembourg fund ISIN -->
    </Id>
    <PricDt>
      <Dt>2026-06-16</Dt>
    </PricDt>
    <Pric>
      <Tp><Cd>NAVL</Cd></Tp>             <!-- Net Asset Value per unit -->
      <Val>
        <Amt Ccy="EUR">123.4567</Amt>    <!-- NAV to 4 decimals -->
      </Val>
    </Pric>
  </Fund>
</PricRpt>

Fund flows vs classic invoicing

DimensionFund-administration EDIB2G PEPPOL invoice
StandardISO 20022 (setr/semt/sese)UBL 2.1 / EN 16931
NetworkSWIFTNet, Vestima, FundSettlePEPPOL (AS4)
Pivot datumNAV, holdings, ordersInvoiced amount
IdentifierISIN, LEI, BICmatricule (ICD 0240)
RegulatorCSSFCTIE / 2021 act
FrequencyDaily (NAV daily)Per event

Volumes and players

  • World's no. 2 by administered fund assets, behind only the United States — Europe's no. 1 and the Union's UCITS distribution hub.
  • Major administrators and depositaries operate there (large international custodians and fund administrators) in STP mode.
  • Clearstream (Deutsche Börse group), domiciled in Luxembourg, is a major international central securities depository (ICSD) for settlement.
  • Vestima / FundSettle — fund-order platforms industrialising placement and settlement at scale.

Common pitfalls

  • Truncating the NAV. Keep 4 decimals: rounding to 2 breaks valuation reconciliation on large assets under management.
  • Confusing ISIN and LEI. The ISIN identifies the instrument (the fund unit, LU + 10); the LEI identifies the legal entity.
  • Assuming the PEPPOL invoice covers funds. Fund flows are ISO 20022 over SWIFT, entirely distinct from the B2G PEPPOL invoice.
  • Ignoring the NAV cut-off. An order received after the cut-off time rolls to the next day's NAV — a classic distributor / TA dispute.