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.

seev.001 — Meeting Notification

The shareholder meeting notice (AGM/EGM) in ISO 20022 format. Issued by the issuer via its agent to the holders, it is the pivot of cross-border proxy voting under Shareholder Rights Directive II (SRD II, 2017, transposed in 2019).

Purpose and place in the flow

seev.001 notifies shareholders (via the custody chain) of a meeting: date, location, agenda, voted resolutions, voting deadline, modalities (in-person, proxy, e-voting). It is the mandatory standard for European listed companies since SRD II (transposed into French law via the PACTE law in September 2020).

The holder (or its custodian) responds with seev.004 (Meeting Vote Instruction) to vote. Results are reported via seev.005 (Meeting Vote Status Report) and seev.006 (Meeting Notice). Full workflow: issuer → CSD → custodian chain → ultimate shareholder.

XML structure

  • Id — Unique notification identifier.
  • NtfctnTp — Type (NEWM, RPLC, REMI = reminder).
  • Mtg — Meeting details: MtgId, type (AGMT = annual general meeting, OGMT = ordinary, XGMT = extraordinary), date/time, location, participation and voting deadlines.
  • MtgDtls — Meeting organiser and issuer (ISIN of the security).
  • Rsltn (Resolution) — repeatable: each voted resolution with title, type (MDTY mandatory, ELC elective), status, vote type.

Key fields

ElementNameUsage
Mtg/Tp/CdMeeting TypeAGMT, OGMT, XGMT, CRMT (creditor meeting), SPCM (special meeting).
Mtg/DtAndTm/CurCurrent Date/TimeMeeting date and time.
Mtg/Lctn/AdrLocation/AddressPhysical or virtual venue (URL for e-AGMs).
Mtg/Prticptn/DdlnForVtgVoting DeadlineVote submission deadline.
MtgDtls/Issr/Id/ISINIssuer ISINSecurity related to the meeting.
Rsltn/TitlResolution TitleResolution description.
Rsltn/Tp/CdResolution TypeMDTY (mandatory), ELC (elective).
Rsltn/VtTp/CdVote TypeSHRH (shareholder vote), BRDM (board member).

XML example

Apple Inc. annual general meeting notice held on 15 June 2026 in Cupertino, vote deadline 12 June 17:00 UTC, first resolution: ratification of 2025 accounts:

xml seev-001-meeting-notification.xml
<?xml version="1.0" encoding="UTF-8"?>
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:seev.001.001.11">
  <MtgNtfctn>
    <Id>BNPP-MTG-20260520-001</Id>
    <Pgntn>
      <PgNb>1</PgNb>
      <LastPgInd>true</LastPgInd>
    </Pgntn>
    <NtfctnTp>
      <Cd>NEWM</Cd>
    </NtfctnTp>
    <Mtg>
      <MtgId>AGM-AAPL-2026</MtgId>
      <IssrMtgId>AAPL-AGM-2026-001</IssrMtgId>
      <Tp>
        <Cd>AGMT</Cd>
      </Tp>
      <DtAndTm>
        <Cur>
          <Dt>2026-06-15</Dt>
          <Tm>10:00:00</Tm>
        </Cur>
      </DtAndTm>
      <Lctn>
        <Adr>
          <StrtNm>One Apple Park Way</StrtNm>
          <TwnNm>Cupertino</TwnNm>
          <PstCd>95014</PstCd>
          <Ctry>US</Ctry>
        </Adr>
      </Lctn>
      <Prticptn>
        <DdlnForVtg>
          <Dt>2026-06-12T17:00:00+00:00</Dt>
        </DdlnForVtg>
      </Prticptn>
    </Mtg>
    <MtgDtls>
      <MtgOrgnstr>
        <Id><AnyBIC>AAPLUS33</AnyBIC></Id>
      </MtgOrgnstr>
      <Issr>
        <Id>
          <ISIN>US0378331005</ISIN>
        </Id>
        <Nm>APPLE INC</Nm>
      </Issr>
    </MtgDtls>
    <Rsltn>
      <IssrLabl>RES-2026-01</IssrLabl>
      <Titl>RATIFICATION OF 2025 ANNUAL ACCOUNTS</Titl>
      <Tp>
        <Cd>MDTY</Cd>
      </Tp>
      <Sts>
        <Cd>VOTN</Cd>
      </Sts>
      <VtTp>
        <Cd>SHRH</Cd>
      </VtTp>
    </Rsltn>
  </MtgNtfctn>
</Document>

Common pitfalls

  • Voting deadline vs custodian deadline — the DdlnForVtg in seev.001 is the issuer's final deadline. Each custodian in the chain sets its own deadline earlier (typically T-1 or T-2). The ultimate holder must vote before the custodian deadline.
  • ISIN ≠ voting-eligible security — for multi-class shares (Class A, Class B), only certain classes have voting rights. Check Rsltn to identify the eligible class.
  • NEWM vs RPLC — NEWM is a new notification. RPLC replaces an earlier one (typically after a resolution change or deadline shift). Track replacements.
  • SRD II non-compliance — since September 2020, EU listed companies must issue SRD II-compliant seev.001. A paper or unstructured notification is no longer sufficient.
  • Broken vote chain — each custodian must relay seev.001 within 24h (SRD II art. 3a). A chain break causes denial of voting rights.
  • seev.004 — Meeting Vote Instruction (holder's vote response).
  • seev.005 — Meeting Vote Status Report.
  • seev.006 — Meeting Vote Cancellation.
  • seev.007 — Meeting Result Dissemination.
  • seev.008 — Meeting Resolution.
  • seev.031 — Corporate Action Notification (covers other events: dividends, splits…).
  • MT564 — SWIFT MT Corporate Action Notification, AGM alternative in some markets.