CorporateActionMovementReversalAdviceV08

seev.037.001.08

Scope An account servicer sends the CorporateActionMovementReversalAdvice message 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
%% CorporateActionMovementReversalAdviceV08 recursion level 0 with max 0
CorporateActionMovementReversalAdviceV08 *-- "1..1" DocumentIdentification31 : MovementConfirmationIdentification
CorporateActionMovementReversalAdviceV08 *-- "0..1" DocumentIdentification32 : OtherDocumentIdentification
CorporateActionMovementReversalAdviceV08 *-- "0..1" CorporateActionEventReference3 : EventsLinkage
CorporateActionMovementReversalAdviceV08 *-- "0..1" CorporateActionReversalReason3 : ReversalReason
CorporateActionMovementReversalAdviceV08 *-- "1..1" CorporateActionGeneralInformation111 : CorporateActionGeneralInformation
CorporateActionMovementReversalAdviceV08 *-- "1..1" AccountAndBalance36 : AccountDetails
CorporateActionMovementReversalAdviceV08 *-- "0..1" CorporateAction33 : CorporateActionDetails
CorporateActionMovementReversalAdviceV08 *-- "1..1" CorporateActionOption119 : CorporateActionConfirmationDetails
CorporateActionMovementReversalAdviceV08 *-- "0..1" CorporateActionNarrative31 : AdditionalInformation
CorporateActionMovementReversalAdviceV08 *-- "0..1" IPartyIdentification71Choice : IssuerAgent
CorporateActionMovementReversalAdviceV08 *-- "0..1" IPartyIdentification71Choice : PayingAgent
CorporateActionMovementReversalAdviceV08 *-- "0..1" IPartyIdentification71Choice : SubPayingAgent
CorporateActionMovementReversalAdviceV08 *-- "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
%% DocumentIdentification31 recursion level 0 with max 1
class DocumentIdentification31{
    Identification IsoMax35Text
}
DocumentIdentification31 *-- "0..1" IProcessingPosition7Choice : LinkageType
%% IProcessingPosition7Choice recursion level 1 with max 1
  

DocumentIdentification31 members

Member name Description Data Type / Multiplicity
Identification Identifies the document. IsoMax35Text - Required 1..1
LinkageType Specifies when this document is to be processed relative to another referred document. IProcessingPosition7Choice - 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
%% DocumentIdentification32 recursion level 0 with max 1
DocumentIdentification32 *-- "1..1" IDocumentIdentification3Choice : Identification
DocumentIdentification32 *-- "0..1" IDocumentNumber5Choice : DocumentNumber
DocumentIdentification32 *-- "0..1" IProcessingPosition7Choice : LinkageType
%% IDocumentIdentification3Choice recursion level 1 with max 1
%% IDocumentNumber5Choice recursion level 1 with max 1
%% IProcessingPosition7Choice recursion level 1 with max 1
  

DocumentIdentification32 members

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

EventsLinkage building block

Identification of an other 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
%% CorporateActionEventReference3 recursion level 0 with max 1
CorporateActionEventReference3 *-- "1..1" ICorporateActionEventReference3Choice : EventIdentification
CorporateActionEventReference3 *-- "0..1" IProcessingPosition7Choice : LinkageType
%% ICorporateActionEventReference3Choice recursion level 1 with max 1
%% IProcessingPosition7Choice recursion level 1 with max 1
  

CorporateActionEventReference3 members

Member name Description Data Type / Multiplicity
EventIdentification Identification of the linked corporate action event. ICorporateActionEventReference3Choice - Required 1..1
LinkageType Specifies when this corporate action event is to be processed relative to a linked corporate action event. IProcessingPosition7Choice - 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
%% CorporateActionReversalReason3 recursion level 0 with max 1
class CorporateActionReversalReason3{
    AdditionalReasonInformation IsoMax256Text
}
CorporateActionReversalReason3 *-- "1..1" ICorporateActionReversalReason3Choice : Reason
%% ICorporateActionReversalReason3Choice recursion level 1 with max 1
  

CorporateActionReversalReason3 members

Member name Description Data Type / Multiplicity
Reason Specifies the reason for the reversal. ICorporateActionReversalReason3Choice - Required 1..1
AdditionalReasonInformation Provides additional information about the processed instruction. IsoMax256Text - 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
%% CorporateActionGeneralInformation111 recursion level 0 with max 1
class CorporateActionGeneralInformation111{
    CorporateActionEventIdentification IsoMax35Text
    OfficialCorporateActionEventIdentification IsoMax35Text
    ClassActionNumber IsoMax35Text
}
CorporateActionGeneralInformation111 *-- "1..1" ICorporateActionEventType53Choice : EventType
CorporateActionGeneralInformation111 *-- "1..1" SecurityIdentification19 : FinancialInstrumentIdentification
CorporateActionGeneralInformation111 *-- "0..1" IIntermediateSecuritiesDistributionTypeFormat16Choice : IntermediateSecuritiesDistributionType
CorporateActionGeneralInformation111 *-- "0..1" IFinancialInstrumentQuantity1Choice : FractionalQuantity
%% ICorporateActionEventType53Choice recursion level 1 with max 1
%% SecurityIdentification19 recursion level 1 with max 1
class SecurityIdentification19{
    ISIN IsoISINOct2015Identifier
    Description IsoMax140Text
}
SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification
%% IIntermediateSecuritiesDistributionTypeFormat16Choice recursion level 1 with max 1
%% IFinancialInstrumentQuantity1Choice recursion level 1 with max 1
  

CorporateActionGeneralInformation111 members

Member name Description Data Type / Multiplicity
CorporateActionEventIdentification Reference assigned by the account servicer to unambiguously identify a corporate action event. IsoMax35Text - 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. IsoMax35Text - Optional 0..1
ClassActionNumber Reference assigned by a court to a class action. IsoMax35Text - Optional 0..1
EventType Type of corporate action event. ICorporateActionEventType53Choice - Required 1..1
FinancialInstrumentIdentification Identification of the security concerned by the corporate action. SecurityIdentification19 - Required 1..1
IntermediateSecuritiesDistributionType Type of intermediates securities distribution. IIntermediateSecuritiesDistributionTypeFormat16Choice - Optional 0..1
FractionalQuantity Fractional quantity resulting from an event which will be paid with cash in lieu. IFinancialInstrumentQuantity1Choice - 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
%% AccountAndBalance36 recursion level 0 with max 1
class AccountAndBalance36{
    SafekeepingAccount IsoMax35Text
}
AccountAndBalance36 *-- "1..1" IBalanceFormat5Choice : ConfirmedBalance
%% IBalanceFormat5Choice recursion level 1 with max 1
  

AccountAndBalance36 members

Member name Description Data Type / Multiplicity
SafekeepingAccount Account where financial instruments are maintained. IsoMax35Text - Required 1..1
ConfirmedBalance Balance to which the payment applies (less or equal to the total eligible balance). IBalanceFormat5Choice - 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
%% CorporateAction33 recursion level 0 with max 1
CorporateAction33 *-- "0..1" CorporateActionDate49 : DateDetails
CorporateAction33 *-- "0..1" ICorporateActionEventStageFormat14Choice : EventStage
CorporateAction33 *-- "0..1" IAdditionalBusinessProcessFormat11Choice : AdditionalBusinessProcessIndicator
CorporateAction33 *-- "0..1" ILotteryTypeFormat4Choice : LotteryType
%% CorporateActionDate49 recursion level 1 with max 1
CorporateActionDate49 *-- "0..1" IDateFormat31Choice : RecordDate
CorporateActionDate49 *-- "0..1" IDateFormat31Choice : ExDividendDate
%% ICorporateActionEventStageFormat14Choice recursion level 1 with max 1
%% IAdditionalBusinessProcessFormat11Choice recursion level 1 with max 1
%% ILotteryTypeFormat4Choice recursion level 1 with max 1
  

CorporateAction33 members

Member name Description Data Type / Multiplicity
DateDetails Provides information about the dates related to a corporate action event. CorporateActionDate49 - Optional 0..1
EventStage Stage in the corporate action event life cycle. ICorporateActionEventStageFormat14Choice - Optional 0..1
AdditionalBusinessProcessIndicator Indicates that the additional business process relates to a claim on the associated corporate action event. IAdditionalBusinessProcessFormat11Choice - Optional 0..1
LotteryType Specifies the type of lottery announced. ILotteryTypeFormat4Choice - 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
%% CorporateActionOption119 recursion level 0 with max 1
CorporateActionOption119 *-- "1..1" IOptionNumber1Choice : OptionNumber
CorporateActionOption119 *-- "1..1" ICorporateActionOption19Choice : OptionType
CorporateActionOption119 *-- "0..0" SecuritiesOption53 : SecuritiesMovementDetails
CorporateActionOption119 *-- "0..0" CashOption45 : CashMovementDetails
%% IOptionNumber1Choice recursion level 1 with max 1
%% ICorporateActionOption19Choice recursion level 1 with max 1
%% SecuritiesOption53 recursion level 1 with max 1
class SecuritiesOption53{
    CreditDebitIndicator CreditDebitCode
}
SecuritiesOption53 *-- "1..1" SecurityIdentification19 : FinancialInstrumentIdentification
SecuritiesOption53 *-- "1..1" IQuantity6Choice : PostingQuantity
SecuritiesOption53 *-- "1..1" IDateAndDateTimeChoice : PostingDate
SecuritiesOption53 *-- "0..1" IDateAndDateTimeChoice : OriginalPostingDate
%% CashOption45 recursion level 1 with max 1
class CashOption45{
    CreditDebitIndicator CreditDebitCode
    PostingAmount IsoActiveCurrencyAndAmount
}
CashOption45 *-- "0..1" IAccount8Choice : Account
CashOption45 *-- "1..1" IDateAndDateTimeChoice : PostingDate
CashOption45 *-- "0..1" IDateAndDateTimeChoice : OriginalPostingDate
CashOption45 *-- "0..1" IDateAndDateTimeChoice : ValueDate
  

CorporateActionOption119 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. ICorporateActionOption19Choice - Required 1..1
SecuritiesMovementDetails Provides information about the securities movement linked to the corporate action option. SecuritiesOption53 - Unknown 0..0
CashMovementDetails Provides information about the cash movement related to a corporate action option. CashOption45 - 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
%% CorporateActionNarrative31 recursion level 0 with max 1
class CorporateActionNarrative31{
    AdditionalText IsoMax350Text
    NarrativeVersion IsoMax350Text
    PartyContactNarrative IsoMax350Text
    TaxationConditions IsoMax350Text
}
  

CorporateActionNarrative31 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. IsoMax350Text - 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. IsoMax350Text - 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. IsoMax350Text - 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). IsoMax350Text - 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
%% IPartyIdentification71Choice recursion level 0 with max 1
  

PartyIdentification71Choice 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
%% IPartyIdentification71Choice recursion level 0 with max 1
  

PartyIdentification71Choice 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
%% IPartyIdentification71Choice recursion level 0 with max 1
  

PartyIdentification71Choice 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 CorporateActionMovementReversalAdviceV08 implementation follows a specific implementaiton pattern. First of all, CorporateActionMovementReversalAdviceV08 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionMovementReversalAdviceV08Document implements IOuterDocument. Because CorporateActionMovementReversalAdviceV08 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionMovementReversalAdviceV08.

classDiagram
    class IOuterRecord
    CorporateActionMovementReversalAdviceV08 --|> IOuterRecord : Implements
    CorporateActionMovementReversalAdviceV08Document --|> IOuterDocument~CorporateActionMovementReversalAdviceV08~ : Implements
    class IOuterDocument~CorporateActionMovementReversalAdviceV08~ {
        CorporateActionMovementReversalAdviceV08 Message
     }
  

Document wrapper for serialization

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

classDiagram
    CorporateActionMovementReversalAdviceV08Document *-- CorporateActionMovementReversalAdviceV08 : 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.001.08">
    <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="_ynU5LYb4Eea9VrPZgV7UBQ"
  nextVersions="_65NzMZSbEeeh5JjedkaA_g"
  previousVersion="_Rc5plTm_EeWENZE2jGFgGw"
  name="CorporateActionMovementReversalAdviceV08"
  definition="Scope&#xD;&#xA;An account servicer sends the CorporateActionMovementReversalAdvice message 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),&#xD;&#xA;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="_ynU5L4b4Eea9VrPZgV7UBQ"
    nextVersions="_65NzM5SbEeeh5JjedkaA_g"
    previousVersion="_Rc5plzm_EeWENZE2jGFgGw"
    name="OptionNumberRule"
    definition="The CorporateActionConfirmationDetails/OptionNumber value provided must be the same as the one provided into the related CorporateActionOptionDetails/OptionNumber element of the CorporateActionNotification or CorporateActionMovementPreliminaryAdvice messages previously sent."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_ynU5MYb4Eea9VrPZgV7UBQ"
    previousVersion="_Rc5pmTm_EeWENZE2jGFgGw"
    name="OtherDocumentIdentificationRule"
    definition="If CorporateActionConfirmationDetails/CashMovementDetails/AmountDetails/IndemnityAmount is present, then OtherDocumentationIdentification must be present to refer to the linked settlement confirmation."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_ynU5M4b4Eea9VrPZgV7UBQ"
    nextVersions="_65NzN5SbEeeh5JjedkaA_g"
    previousVersion="_Rc5pmzm_EeWENZE2jGFgGw"
    name="AdditionalInformationRule"
    definition="All elements in the AdditionalInformation sequence must not&#xD;&#xA;contain information that can be provided in a structured field unless&#xD;&#xA;bilaterally agreed or advised differently in the element definition&#xD;&#xA;as in AdditionalInformation/NarrativeVersion."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_ynU5NYb4Eea9VrPZgV7UBQ"
    nextVersions="_65NzOZSbEeeh5JjedkaA_g"
    previousVersion="_Rc5pnTm_EeWENZE2jGFgGw"
    name="IssuerAgentGuideline"
    definition="IssuerAgent must be used only in the communication between a CSD and local custodians."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_ynU5N4b4Eea9VrPZgV7UBQ"
    previousVersion="_Rc5pnzm_EeWENZE2jGFgGw"
    name="ScripOrDividendReinvestment1Rule"
    definition="If CorporateActionConfirmationDetails/CashMovementDetails/AmountDetails/CashAmountCarriedForward or CorporateActionConfirmationDetails/CashMovementDetails/AmountDetails/CashAmountBroughtForward is present, then CorporateActionGeneralInformation/EventType/Code value must be either DVSC (ScripDividend) or DRIP (DividendReinvestment)."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_ynU5OYb4Eea9VrPZgV7UBQ"
    previousVersion="_Rc5poTm_EeWENZE2jGFgGw"
    name="ScripOrDividendReinvestment2Rule"
    definition="If CorporateActionConfirmationDetails/CashMovementDetails/AmountDetails/NotionalDividendPayableAmount or CorporateActionConfirmationDetails/CashMovementDetails/AmountDetails/NotionalTaxAmount is present, then CorporateActionGeneralInformation/EventType/Code value must be DVSC (ScripDividend)."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_ynU5O4b4Eea9VrPZgV7UBQ"
    previousVersion="_Rc5pozm_EeWENZE2jGFgGw"
    name="ScripOrDividendReinvestment3Rule"
    definition="If CorporateActionConfirmationDetails/CashMovementDetails/TaxVoucherDetails/BargainDate or CorporateActionConfirmationDetails/CashMovementDetails/TaxVoucherDetails/BargainSettlementDate is present, then CorporateActionGeneralInformation/EventType/Code value must be DRIP (DividendReinvestment)."
    registrationStatus="Provisionally Registered" />
  <messageBuildingBlock
    xmi:id="_ynU5PYb4Eea9VrPZgV7UBQ"
    nextVersions="_65NzQZSbEeeh5JjedkaA_g"
    previousVersion="_Rc5pqTm_EeWENZE2jGFgGw"
    name="MovementConfirmationIdentification"
    definition="Identification of a previously sent movement confirmation document."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MvmntConfId"
    complexType="_e22_UTnXEeWLJsP1cO-amg" />
  <messageBuildingBlock
    xmi:id="_ynU5P4b4Eea9VrPZgV7UBQ"
    nextVersions="_65NzQ5SbEeeh5JjedkaA_g"
    previousVersion="_Rc5pqzm_EeWENZE2jGFgGw"
    name="OtherDocumentIdentification"
    definition="Identification of other documents as well as the document number."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="OthrDocId"
    complexType="_ni5s8TnYEeWLJsP1cO-amg" />
  <messageBuildingBlock
    xmi:id="_ynU5QYb4Eea9VrPZgV7UBQ"
    nextVersions="_65NzRZSbEeeh5JjedkaA_g"
    previousVersion="_Rc5prTm_EeWENZE2jGFgGw"
    name="EventsLinkage"
    definition="Identification of an other 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="_n8yzsznYEeWLJsP1cO-amg" />
  <messageBuildingBlock
    xmi:id="_ynU5Q4b4Eea9VrPZgV7UBQ"
    nextVersions="_65NzR5SbEeeh5JjedkaA_g"
    previousVersion="_Rc5przm_EeWENZE2jGFgGw"
    name="ReversalReason"
    definition="Reason for the reversal."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="RvslRsn"
    complexType="_bvXBQUGKEeWqy4niLuXETA" />
  <messageBuildingBlock
    xmi:id="_ynU5RYb4Eea9VrPZgV7UBQ"
    nextVersions="_65NzSZSbEeeh5JjedkaA_g"
    previousVersion="_Rc5psTm_EeWENZE2jGFgGw"
    name="CorporateActionGeneralInformation"
    definition="General information about the corporate action event."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="CorpActnGnlInf"
    complexType="_ahjfQYr-EeaNFeVGetd6Xw" />
  <messageBuildingBlock
    xmi:id="_ynU5R4b4Eea9VrPZgV7UBQ"
    nextVersions="_65NzS5SbEeeh5JjedkaA_g"
    previousVersion="_Rc5pszm_EeWENZE2jGFgGw"
    name="AccountDetails"
    definition="General information about the safekeeping account, owner and account balance."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="AcctDtls"
    complexType="_lsoB7Tq5EeWQ1Y7f8kds2A" />
  <messageBuildingBlock
    xmi:id="_ynU5SYb4Eea9VrPZgV7UBQ"
    nextVersions="_65NzTZSbEeeh5JjedkaA_g"
    previousVersion="_Rc5ptTm_EeWENZE2jGFgGw"
    name="CorporateActionDetails"
    definition="Information about the corporate action event."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="CorpActnDtls"
    complexType="_MZb3LUEEEeWVgfuHGaKtRQ" />
  <messageBuildingBlock
    xmi:id="_ynU5S4b4Eea9VrPZgV7UBQ"
    nextVersions="_65NzT5SbEeeh5JjedkaA_g"
    previousVersion="_Rc5ptzm_EeWENZE2jGFgGw"
    name="CorporateActionConfirmationDetails"
    definition="Information about the corporate action option."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="CorpActnConfDtls"
    complexType="_yIl3oUGLEeWqy4niLuXETA" />
  <messageBuildingBlock
    xmi:id="_ynU5TYb4Eea9VrPZgV7UBQ"
    nextVersions="_65NzUZSbEeeh5JjedkaA_g"
    previousVersion="_Rc5puTm_EeWENZE2jGFgGw"
    name="AdditionalInformation"
    definition="Provides additional information."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="AddtlInf"
    complexType="_5X-ooWLLEeWR9ZSfjmHwUA" />
  <messageBuildingBlock
    xmi:id="_ynU5T4b4Eea9VrPZgV7UBQ"
    nextVersions="_65NzU5SbEeeh5JjedkaA_g"
    previousVersion="_Rc5puzm_EeWENZE2jGFgGw"
    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="_jLJCYe5NEeCisYr99QEiWA_-835354834" />
  <messageBuildingBlock
    xmi:id="_ynU5UYb4Eea9VrPZgV7UBQ"
    nextVersions="_65NzVZSbEeeh5JjedkaA_g"
    previousVersion="_Rc5pvTm_EeWENZE2jGFgGw"
    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="_jLJCYe5NEeCisYr99QEiWA_-835354834" />
  <messageBuildingBlock
    xmi:id="_ynU5U4b4Eea9VrPZgV7UBQ"
    nextVersions="_65NzV5SbEeeh5JjedkaA_g"
    previousVersion="_Rc5pvzm_EeWENZE2jGFgGw"
    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="_jLJCYe5NEeCisYr99QEiWA_-835354834" />
  <messageBuildingBlock
    xmi:id="_ynU5VYb4Eea9VrPZgV7UBQ"
    nextVersions="_65NzWZSbEeeh5JjedkaA_g"
    previousVersion="_Rc5pwTm_EeWENZE2jGFgGw"
    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="001"
    version="08" />
</messageDefinition>

ISO Building Blocks

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