CorporateActionMovementReversalAdvice002V10

seev.037.002.10

Scope The CorporateActionMovementReversalAdvice message is sent by an account servicer to an account owner or its designated agent to reverse previously confirmed posting of securities or cash. Usage The message may also be used to:

Message Construction

Every ISO20022 message has at the highest level what we call ‘building blocks’. Because the message is constructed as immutable records, the association is by composition. Below you can see the relationship between the message and its constituent building blocks: For comparison, see the ISO20022 official specification

classDiagram
     direction LR
%% CorporateActionMovementReversalAdvice002V10 recursion level 0 with max 0
CorporateActionMovementReversalAdvice002V10 *-- "1..1" DocumentIdentification37 : MovementConfirmationIdentification
CorporateActionMovementReversalAdvice002V10 *-- "0..1" DocumentIdentification38 : OtherDocumentIdentification
CorporateActionMovementReversalAdvice002V10 *-- "0..1" CorporateActionEventReference4 : EventsLinkage
CorporateActionMovementReversalAdvice002V10 *-- "0..1" CorporateActionReversalReason4 : ReversalReason
CorporateActionMovementReversalAdvice002V10 *-- "1..1" CorporateActionGeneralInformation130 : CorporateActionGeneralInformation
CorporateActionMovementReversalAdvice002V10 *-- "1..1" AccountAndBalance40 : AccountDetails
CorporateActionMovementReversalAdvice002V10 *-- "0..1" CorporateAction47 : CorporateActionDetails
CorporateActionMovementReversalAdvice002V10 *-- "1..1" CorporateActionOption149 : CorporateActionConfirmationDetails
CorporateActionMovementReversalAdvice002V10 *-- "0..1" CorporateActionNarrative35 : AdditionalInformation
CorporateActionMovementReversalAdvice002V10 *-- "0..1" IPartyIdentification137Choice : IssuerAgent
CorporateActionMovementReversalAdvice002V10 *-- "0..1" IPartyIdentification137Choice : PayingAgent
CorporateActionMovementReversalAdvice002V10 *-- "0..1" IPartyIdentification137Choice : SubPayingAgent
CorporateActionMovementReversalAdvice002V10 *-- "0..1" SupplementaryData1 : SupplementaryData
  

Now, we will zero-in one-by-one on each of these building blocks.

MovementConfirmationIdentification building block

Identification of a previously sent movement confirmation document. Identification of a document and type of link. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% DocumentIdentification37 recursion level 0 with max 1
class DocumentIdentification37{
    Identification IsoRestrictedFINXMax16Text
}
DocumentIdentification37 *-- "0..1" IProcessingPosition10Choice : LinkageType
%% IProcessingPosition10Choice recursion level 1 with max 1
  

DocumentIdentification37 members

Member name Description Data Type / Multiplicity
Identification Identifies the document. IsoRestrictedFINXMax16Text - Required 1..1
LinkageType Specifies when this document is to be processed relative to another referred document. IProcessingPosition10Choice - Optional 0..1

OtherDocumentIdentification building block

Identification of other documents as well as the document number. Identification of a document as well as the document number and type of link. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% DocumentIdentification38 recursion level 0 with max 1
DocumentIdentification38 *-- "1..1" IDocumentIdentification4Choice : Identification
DocumentIdentification38 *-- "0..1" IDocumentNumber6Choice : DocumentNumber
DocumentIdentification38 *-- "0..1" IProcessingPosition10Choice : LinkageType
%% IDocumentIdentification4Choice recursion level 1 with max 1
%% IDocumentNumber6Choice recursion level 1 with max 1
%% IProcessingPosition10Choice recursion level 1 with max 1
  

DocumentIdentification38 members

Member name Description Data Type / Multiplicity
Identification Unique identifier of the document (message) assigned either by the account servicer or the account owner. IDocumentIdentification4Choice - Required 1..1
DocumentNumber Identification of the type of document. IDocumentNumber6Choice - Optional 0..1
LinkageType Specifies when this document is to be processed relative to another referred document. IProcessingPosition10Choice - Optional 0..1

EventsLinkage building block

Identification of another corporate action event that needs to be closely linked to the processing of the event notified in this document. Identification of a linked corporate action event. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CorporateActionEventReference4 recursion level 0 with max 1
CorporateActionEventReference4 *-- "1..1" ICorporateActionEventReference4Choice : EventIdentification
CorporateActionEventReference4 *-- "0..1" IProcessingPosition10Choice : LinkageType
%% ICorporateActionEventReference4Choice recursion level 1 with max 1
%% IProcessingPosition10Choice recursion level 1 with max 1
  

CorporateActionEventReference4 members

Member name Description Data Type / Multiplicity
EventIdentification Identification of the linked corporate action event. ICorporateActionEventReference4Choice - Required 1..1
LinkageType Specifies when this corporate action event is to be processed relative to a linked corporate action event. IProcessingPosition10Choice - Optional 0..1

ReversalReason building block

Reason for the reversal. Specifies the reason why the corporate action reversal occurs. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CorporateActionReversalReason4 recursion level 0 with max 1
class CorporateActionReversalReason4{
    AdditionalReasonInformation IsoRestrictedFINXMax256Text
}
CorporateActionReversalReason4 *-- "1..1" ICorporateActionReversalReason4Choice : Reason
%% ICorporateActionReversalReason4Choice recursion level 1 with max 1
  

CorporateActionReversalReason4 members

Member name Description Data Type / Multiplicity
Reason Specifies the reason for the reversal. ICorporateActionReversalReason4Choice - Required 1..1
AdditionalReasonInformation Provides additional information about the processed instruction. IsoRestrictedFINXMax256Text - Optional 0..1

CorporateActionGeneralInformation building block

General information about the corporate action event. General information about the corporate action event. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CorporateActionGeneralInformation130 recursion level 0 with max 1
class CorporateActionGeneralInformation130{
    CorporateActionEventIdentification IsoRestrictedFINXMax16Text
    OfficialCorporateActionEventIdentification IsoRestrictedFINXMax16Text
    ClassActionNumber IsoRestrictedFINXMax16Text
}
CorporateActionGeneralInformation130 *-- "1..1" ICorporateActionEventType78Choice : EventType
CorporateActionGeneralInformation130 *-- "1..1" SecurityIdentification20 : FinancialInstrumentIdentification
CorporateActionGeneralInformation130 *-- "0..1" IIntermediateSecuritiesDistributionTypeFormat17Choice : IntermediateSecuritiesDistributionType
CorporateActionGeneralInformation130 *-- "0..1" IFinancialInstrumentQuantity15Choice : FractionalQuantity
%% ICorporateActionEventType78Choice recursion level 1 with max 1
%% SecurityIdentification20 recursion level 1 with max 1
class SecurityIdentification20{
    ISIN IsoISINOct2015Identifier
    Description IsoRestrictedFINXMax140Text
}
SecurityIdentification20 *-- "0..0" OtherIdentification2 : OtherIdentification
%% IIntermediateSecuritiesDistributionTypeFormat17Choice recursion level 1 with max 1
%% IFinancialInstrumentQuantity15Choice recursion level 1 with max 1
  

CorporateActionGeneralInformation130 members

Member name Description Data Type / Multiplicity
CorporateActionEventIdentification Reference assigned by the account servicer to unambiguously identify a corporate action event. IsoRestrictedFINXMax16Text - Required 1..1
OfficialCorporateActionEventIdentification Official and unique reference assigned by the official central body/entity within each market at the beginning of a corporate action event. IsoRestrictedFINXMax16Text - Optional 0..1
ClassActionNumber Reference assigned by a court to a class action. IsoRestrictedFINXMax16Text - Optional 0..1
EventType Type of corporate action event. ICorporateActionEventType78Choice - Required 1..1
FinancialInstrumentIdentification Identification of the security concerned by the corporate action. SecurityIdentification20 - Required 1..1
IntermediateSecuritiesDistributionType Type of intermediates securities distribution. IIntermediateSecuritiesDistributionTypeFormat17Choice - Optional 0..1
FractionalQuantity Fractional quantity resulting from an event which will be paid with cash in lieu. IFinancialInstrumentQuantity15Choice - Optional 0..1

AccountDetails building block

General information about the safekeeping account, owner and account balance. Provides account and balance information. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AccountAndBalance40 recursion level 0 with max 1
class AccountAndBalance40{
    SafekeepingAccount IsoRestrictedFINXMax35Text
}
AccountAndBalance40 *-- "1..1" IBalanceFormat7Choice : ConfirmedBalance
%% IBalanceFormat7Choice recursion level 1 with max 1
  

AccountAndBalance40 members

Member name Description Data Type / Multiplicity
SafekeepingAccount Account where financial instruments are maintained. IsoRestrictedFINXMax35Text - Required 1..1
ConfirmedBalance Balance to which the payment applies (less or equal to the total eligible balance). IBalanceFormat7Choice - Required 1..1

CorporateActionDetails building block

Information about the corporate action event. Provides information about the corporate action event. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CorporateAction47 recursion level 0 with max 1
CorporateAction47 *-- "0..1" CorporateActionDate66 : DateDetails
CorporateAction47 *-- "0..1" ICorporateActionEventStageFormat15Choice : EventStage
CorporateAction47 *-- "0..1" IAdditionalBusinessProcessFormat14Choice : AdditionalBusinessProcessIndicator
CorporateAction47 *-- "0..1" ILotteryTypeFormat5Choice : LotteryType
%% CorporateActionDate66 recursion level 1 with max 1
CorporateActionDate66 *-- "0..1" IDateFormat49Choice : RecordDate
CorporateActionDate66 *-- "0..1" IDateFormat49Choice : ExDividendDate
%% ICorporateActionEventStageFormat15Choice recursion level 1 with max 1
%% IAdditionalBusinessProcessFormat14Choice recursion level 1 with max 1
%% ILotteryTypeFormat5Choice recursion level 1 with max 1
  

CorporateAction47 members

Member name Description Data Type / Multiplicity
DateDetails Provides information about the dates related to a corporate action event. CorporateActionDate66 - Optional 0..1
EventStage Stage in the corporate action event life cycle. ICorporateActionEventStageFormat15Choice - Optional 0..1
AdditionalBusinessProcessIndicator Indicates that the additional business process relates to a claim on the associated corporate action event. IAdditionalBusinessProcessFormat14Choice - Optional 0..1
LotteryType Specifies the type of lottery announced. ILotteryTypeFormat5Choice - Optional 0..1

CorporateActionConfirmationDetails building block

Information about the corporate action option. Provides information about the corporate action option. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CorporateActionOption149 recursion level 0 with max 1
CorporateActionOption149 *-- "1..1" IOptionNumber1Choice : OptionNumber
CorporateActionOption149 *-- "1..1" ICorporateActionOption26Choice : OptionType
CorporateActionOption149 *-- "0..0" SecuritiesOption69 : SecuritiesMovementDetails
CorporateActionOption149 *-- "0..0" CashOption62 : CashMovementDetails
%% IOptionNumber1Choice recursion level 1 with max 1
%% ICorporateActionOption26Choice recursion level 1 with max 1
%% SecuritiesOption69 recursion level 1 with max 1
class SecuritiesOption69{
    CreditDebitIndicator CreditDebitCode
}
SecuritiesOption69 *-- "1..1" SecurityIdentification20 : FinancialInstrumentIdentification
SecuritiesOption69 *-- "1..1" IQuantity10Choice : PostingQuantity
SecuritiesOption69 *-- "1..1" IDateAndDateTime2Choice : PostingDate
SecuritiesOption69 *-- "0..1" IDateAndDateTime2Choice : OriginalPostingDate
%% CashOption62 recursion level 1 with max 1
class CashOption62{
    CreditDebitIndicator CreditDebitCode
    PostingAmount IsoRestrictedFINActiveCurrencyAndAmount
}
CashOption62 *-- "0..1" IAccount9Choice : Account
CashOption62 *-- "1..1" IDateAndDateTime2Choice : PostingDate
CashOption62 *-- "0..1" IDateAndDateTime2Choice : OriginalPostingDate
CashOption62 *-- "0..1" IDateAndDateTime2Choice : ValueDate
  

CorporateActionOption149 members

Member name Description Data Type / Multiplicity
OptionNumber Number identifying the available corporate action options. IOptionNumber1Choice - Required 1..1
OptionType Specifies the corporate action options available to the account owner. ICorporateActionOption26Choice - Required 1..1
SecuritiesMovementDetails Provides information about the securities movement linked to the corporate action option. SecuritiesOption69 - Unknown 0..0
CashMovementDetails Provides information about the cash movement related to a corporate action option. CashOption62 - Unknown 0..0

AdditionalInformation building block

Provides additional information. Provides additional information such as the taxation conditions. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CorporateActionNarrative35 recursion level 0 with max 1
class CorporateActionNarrative35{
    AdditionalText IsoRestrictedFINXMax350Text
    NarrativeVersion IsoRestrictedFINXMax350Text
    PartyContactNarrative IsoRestrictedFINXMax350Text
    TaxationConditions IsoRestrictedFINXMax350Text
}
  

CorporateActionNarrative35 members

Member name Description Data Type / Multiplicity
AdditionalText Provides additional information or specifies in more detail the content of a message. This field may only be used when the information to be transmitted, cannot be coded. IsoRestrictedFINXMax350Text - Unknown 0..0
NarrativeVersion Provides information that can be ignored for automated processing; - reiteration of information that has been included within structured fields, - or narrative information not needed for automatic processing. IsoRestrictedFINXMax350Text - Unknown 0..0
PartyContactNarrative Provides additional information regarding the party, for example, the contact unit or person responsible for the transaction identified in the message. IsoRestrictedFINXMax350Text - Unknown 0..0
TaxationConditions Provides taxation conditions that cannot be included within the structured fields of this message and has not been mentioned in the Service Level Agreement (SLA). IsoRestrictedFINXMax350Text - Unknown 0..0

IssuerAgent building block

Party appointed to administer the event on behalf of the issuer company/offeror. The party may be contacted for more information about the event. Choice between different formats for the identification of a party. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% IPartyIdentification137Choice recursion level 0 with max 1
  

PartyIdentification137Choice members

Member name Description Data Type / Multiplicity

PayingAgent building block

Agent (principal or fiscal paying agent) appointed to execute the payment for the corporate action event on behalf of the issuer company/offeror. Choice between different formats for the identification of a party. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% IPartyIdentification137Choice recursion level 0 with max 1
  

PartyIdentification137Choice members

Member name Description Data Type / Multiplicity

SubPayingAgent building block

Sub-agent appointed to execute the payment for the corporate action event on behalf of the issuer company/offeror. Choice between different formats for the identification of a party. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% IPartyIdentification137Choice recursion level 0 with max 1
  

PartyIdentification137Choice members

Member name Description Data Type / Multiplicity

SupplementaryData building block

Additional information that can not be captured in the structured fields and/or any other specific block. Additional information that can not be captured in the structured fields and/or any other specific block. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SupplementaryData1 recursion level 0 with max 1
class SupplementaryData1{
    PlaceAndName IsoMax350Text
}
SupplementaryData1 *-- "1..1" IsoSupplementaryDataEnvelope1 : Envelope
%% IsoSupplementaryDataEnvelope1 recursion level 1 with max 1
  

SupplementaryData1 members

Member name Description Data Type / Multiplicity
PlaceAndName Unambiguous reference to the location where the supplementary data must be inserted in the message instance. In the case of XML, this is expressed by a valid XPath. IsoMax350Text - Optional 0..1
Envelope Technical element wrapping the supplementary data. IsoSupplementaryDataEnvelope1 - Required 1..1

Extensibility and generalization considerations

To facilitate generalized design patterns in the system, the CorporateActionMovementReversalAdvice002V10 implementation follows a specific implementaiton pattern. First of all, CorporateActionMovementReversalAdvice002V10 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionMovementReversalAdvice002V10Document implements IOuterDocument. Because CorporateActionMovementReversalAdvice002V10 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionMovementReversalAdvice002V10.

classDiagram
    class IOuterRecord
    CorporateActionMovementReversalAdvice002V10 --|> IOuterRecord : Implements
    CorporateActionMovementReversalAdvice002V10Document --|> IOuterDocument~CorporateActionMovementReversalAdvice002V10~ : Implements
    class IOuterDocument~CorporateActionMovementReversalAdvice002V10~ {
        CorporateActionMovementReversalAdvice002V10 Message
     }
  

Document wrapper for serialization

The only real purpose CorporateActionMovementReversalAdvice002V10Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.037.002.10’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionMovementReversalAdvice002V10.ToDocument() method. The returned CorporateActionMovementReversalAdvice002V10Document value will serialize correctly according to ISO 20022 standards.

classDiagram
    CorporateActionMovementReversalAdvice002V10Document *-- CorporateActionMovementReversalAdvice002V10 : Document
  

Sample of message format

This is an abbreviated version of what the message should look like.

<Document xmlns="urn:iso:std:iso:20022:tech:xsd:seev.037.002.10">
    <CorpActnMvmntRvslAdvc>
        <MvmntConfId>
            <!-- MovementConfirmationIdentification inner content -->
        </MvmntConfId>
        <OthrDocId>
            <!-- OtherDocumentIdentification inner content -->
        </OthrDocId>
        <EvtsLkg>
            <!-- EventsLinkage inner content -->
        </EvtsLkg>
        <RvslRsn>
            <!-- ReversalReason inner content -->
        </RvslRsn>
        <CorpActnGnlInf>
            <!-- CorporateActionGeneralInformation inner content -->
        </CorpActnGnlInf>
        <AcctDtls>
            <!-- AccountDetails inner content -->
        </AcctDtls>
        <CorpActnDtls>
            <!-- CorporateActionDetails inner content -->
        </CorpActnDtls>
        <CorpActnConfDtls>
            <!-- CorporateActionConfirmationDetails inner content -->
        </CorpActnConfDtls>
        <AddtlInf>
            <!-- AdditionalInformation inner content -->
        </AddtlInf>
        <IssrAgt>
            <!-- IssuerAgent inner content -->
        </IssrAgt>
        <PngAgt>
            <!-- PayingAgent inner content -->
        </PngAgt>
        <SubPngAgt>
            <!-- SubPayingAgent inner content -->
        </SubPngAgt>
        <SplmtryData>
            <!-- SupplementaryData inner content -->
        </SplmtryData>
    </CorpActnMvmntRvslAdvc>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_pdgpg_fSEeiNZp_PtLohLw"
  nextVersions="_pT7sOwVTEeqjd8n6wD9JVw"
  previousVersion="_3gA_I83xEee5nJBZsW8MFQ"
  name="CorporateActionMovementReversalAdvice002V10"
  definition="Scope&#xD;&#xA;The CorporateActionMovementReversalAdvice message is sent by an account servicer to an account owner or its designated agent to reverse previously confirmed posting of securities or cash.&#xD;&#xA;Usage&#xD;&#xA;The message may also be used to:&#xD;&#xA;- re-send a message previously sent (the sub-function of the message is Duplicate),&#xD;&#xA;- provide a third party with a copy of a message for information (the sub-function of the message is Copy),&#xD;&#xA;- re-send to a third party a copy of a message for information (the sub-function of the message is Copy Duplicate), using the relevant elements in the business application header (BAH)."
  registrationStatus="Registered"
  messageSet="_urpIICeJEeOCeO5e7islRQ"
  xmlTag="CorpActnMvmntRvslAdvc"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <constraint
    xmi:id="_pdgphffSEeiNZp_PtLohLw"
    name="OptionNumberRule"
    definition="The CorporateActionConfirmationDetails/OptionNumber value provided must be the same as the one provided in the related CorporateActionOptionDetails/OptionNumber element of the CorporateActionNotification or CorporateActionMovementPreliminaryAdvice messages previously sent."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_pdgph_fSEeiNZp_PtLohLw"
    name="AdditionalInformationRule"
    definition="All elements in the AdditionalInformation sequence must not contain information that can be provided in a structured field unless bilaterally agreed or advised differently in the element definition as in AdditionalInformation/NarrativeVersion."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_pdgpiffSEeiNZp_PtLohLw"
    name="IssuerAgentGuideline"
    definition="IssuerAgent must be used only in the communication between a CSD and local custodians."
    registrationStatus="Provisionally Registered" />
  <messageBuildingBlock
    xmi:id="_pdgpi_fSEeiNZp_PtLohLw"
    name="MovementConfirmationIdentification"
    definition="Identification of a previously sent movement confirmation document."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MvmntConfId"
    complexType="_chT0l5KQEeWHWpTQn1FFVg" />
  <messageBuildingBlock
    xmi:id="_pdgpjffSEeiNZp_PtLohLw"
    name="OtherDocumentIdentification"
    definition="Identification of other documents as well as the document number."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="OthrDocId"
    complexType="_chUbxZKQEeWHWpTQn1FFVg" />
  <messageBuildingBlock
    xmi:id="_pdgpj_fSEeiNZp_PtLohLw"
    name="EventsLinkage"
    definition="Identification of another corporate action event that needs to be closely linked to the processing of the event notified in this document."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="EvtsLkg"
    complexType="_chUcRZKQEeWHWpTQn1FFVg" />
  <messageBuildingBlock
    xmi:id="_pdgpkffSEeiNZp_PtLohLw"
    name="ReversalReason"
    definition="Reason for the reversal."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="RvslRsn"
    complexType="_ctOKKZKQEeWHWpTQn1FFVg" />
  <messageBuildingBlock
    xmi:id="_pdgpk_fSEeiNZp_PtLohLw"
    name="CorporateActionGeneralInformation"
    definition="General information about the corporate action event."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="CorpActnGnlInf"
    complexType="_sklCfc3wEee5nJBZsW8MFQ" />
  <messageBuildingBlock
    xmi:id="_pdgplffSEeiNZp_PtLohLw"
    name="AccountDetails"
    definition="General information about the safekeeping account, owner and account balance."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="AcctDtls"
    complexType="_c3zCxZKQEeWHWpTQn1FFVg" />
  <messageBuildingBlock
    xmi:id="_pdgpl_fSEeiNZp_PtLohLw"
    name="CorporateActionDetails"
    definition="Information about the corporate action event."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="CorpActnDtls"
    complexType="_skp6x83wEee5nJBZsW8MFQ" />
  <messageBuildingBlock
    xmi:id="_pdgpmffSEeiNZp_PtLohLw"
    name="CorporateActionConfirmationDetails"
    definition="Information about the corporate action option."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="CorpActnConfDtls"
    complexType="_3gCNt83xEee5nJBZsW8MFQ" />
  <messageBuildingBlock
    xmi:id="_pdgpm_fSEeiNZp_PtLohLw"
    name="AdditionalInformation"
    definition="Provides additional information."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="AddtlInf"
    complexType="_ckQaw5KQEeWHWpTQn1FFVg" />
  <messageBuildingBlock
    xmi:id="_pdgpnffSEeiNZp_PtLohLw"
    name="IssuerAgent"
    definition="Party appointed to administer the event on behalf of the issuer company/offeror. The party may be contacted for more information about the event."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="IssrAgt"
    complexType="__2ajK_fDEeiNZp_PtLohLw" />
  <messageBuildingBlock
    xmi:id="_pdgpn_fSEeiNZp_PtLohLw"
    name="PayingAgent"
    definition="Agent (principal or fiscal paying agent) appointed to execute the payment for the corporate action event on behalf of the issuer company/offeror."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="PngAgt"
    complexType="__2ajK_fDEeiNZp_PtLohLw" />
  <messageBuildingBlock
    xmi:id="_pdgpoffSEeiNZp_PtLohLw"
    name="SubPayingAgent"
    definition="Sub-agent appointed to execute the payment for the corporate action event on behalf of the issuer company/offeror."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="SubPngAgt"
    complexType="__2ajK_fDEeiNZp_PtLohLw" />
  <messageBuildingBlock
    xmi:id="_pdgpo_fSEeiNZp_PtLohLw"
    name="SupplementaryData"
    definition="Additional information that can not be captured in the structured fields and/or any other specific block."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="SplmtryData"
    complexType="_Qn0zC9p-Ed-ak6NoX_4Aeg_468227563" />
  <messageDefinitionIdentifier
    businessArea="seev"
    messageFunctionality="037"
    flavour="002"
    version="10" />
</messageDefinition>

ISO Building Blocks

The following items are used as building blocks to construct this message.