reda.008 — Security Reference Data Update Request
The request to update a security's reference data: issuer, denomination, nominal currency, CFI classification, future events. Sent by the issuer or a participant to reference data providers (ANNA for ISIN, ESMA FIRDS for MiFID II reporting).
Purpose and place in the flow
reda.008 asks the reference data provider to update a security's reference data. Typical cases: change a fund's name (umbrella reorganisation), change of issuer LEI (merger, acquisition), correction of a CFI classification, addition of a future event (planned dividend, coupon).
Flow context: the issuer (asset manager, corporate, government agency) or its agent (paying agent, custodian) sends reda.008 to the central reference data provider; the provider validates, applies the update, and replies with reda.009. For ANNA (ISIN), the update is then propagated to every connected CSD via daily batch replication.
XML structure
reda.008 is wrapped in <Document> then the root
<SctyMntncReq>. Structure:
- MsgId — Unique request identifier + CreDtTm.
- UpdTp — Update type (UPDT, NEWM, DELM).
- FinInstrm (Financial Instrument) — Security data to update.
- FinInstrmId/ISIN + Nm — ISIN + name.
- Issr — Issuer (name, LEI).
- Ccy — Nominal currency.
- ClssfctnTp/ClssfctnFinInstrm — CFI classification (ISO 10962, 6 chars).
- SplmtryData — Free supplementary data (reason, context).
Key fields
MsgId/Id— Unique identifier (max 35 chars).UpdTp—UPDT(update),NEWM(new),DELM(delete).FinInstrm/FinInstrmId/ISIN— Security ISIN (12 chars ISO 6166).FinInstrm/FinInstrmId/Nm— Name (max 350 chars).FinInstrm/Issr/LEI— Issuer LEI (20 chars ISO 17442).FinInstrm/Ccy— Nominal currency (ISO 4217).FinInstrm/ClssfctnTp/ClssfctnFinInstrm— CFI classification (ISO 10962, 6 chars). Example:EUEXXR(Equity, Units of fund, Open-end, XX, Restricted).SplmtryData/Envlp/RsnCd— Update reason code (NAME, ISSU, CCY, CFI, EVNT).SplmtryData/Envlp/RsnDesc— Free description.
XML example
Request sent by Amundi Asset Management on 16 May 2026 to rename ISIN FR0010315770 to «Amundi Funds Global Equity» (previously «Amundi Equity Global») following umbrella reorganisation, effective 1 June 2026:
<?xml version="1.0" encoding="UTF-8"?>
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:reda.008.001.01">
<SctyMntncReq>
<MsgId>
<Id>AMUN-REF-UPD-20260516-001</Id>
<CreDtTm>2026-05-16T15:00:00+02:00</CreDtTm>
</MsgId>
<UpdTp>UPDT</UpdTp>
<FinInstrm>
<FinInstrmId>
<ISIN>FR0010315770</ISIN>
<Nm>Amundi Funds Global Equity</Nm>
</FinInstrmId>
<Issr>
<Nm>Amundi Asset Management</Nm>
<LEI>54930056FHWP7GIWYY08</LEI>
</Issr>
<Ccy>EUR</Ccy>
<ClssfctnTp>
<ClssfctnFinInstrm>EUEXXR</ClssfctnFinInstrm>
</ClssfctnTp>
</FinInstrm>
<SplmtryData>
<PlcAndNm>UpdReason</PlcAndNm>
<Envlp>
<RsnCd>NAME</RsnCd>
<RsnDesc>Fund renamed effective 2026-06-01 from "Amundi Equity Global" to
"Amundi Funds Global Equity" following umbrella reorganisation.</RsnDesc>
</Envlp>
</SplmtryData>
</SctyMntncReq>
</Document> Versions
| Version | Release | Usage |
|---|---|---|
reda.008.001.01 | 2018 | Stable current version. |
Common pitfalls
- Inconsistent UpdTp — an UPDT without an existing security is rejected; a NEWM on an already-present ISIN is rejected. Check the reference data state before sending.
- Invalid issuer LEI — the LEI must be valid and active at the time of the request. An expired LEI (annual renewal mandatory) is rejected.
- Proprietary ISIN — ISINs are assigned by ANNA via NNAs (National Numbering Agencies). Trying to reserve an ISIN through reda.008 without going through the NNA is rejected.
- Malformed CFI — CFI classification strictly follows ISO 10962 (6 chars, each position with defined values). A CFI error blocks validation.
- Retroactive update — a name change must have an effective date ≥ today. No back-dating possible to preserve past transaction consistency.
- Delayed propagation — the update applied centrally takes 24-48h to propagate to local CSDs. Plan a transition period where both names coexist.