seev.044.001.01
Scope An account servicer sends the CorporateActionMovementPreliminaryAdviceCancellationAdvice message to an account owner or its designated agent to cancel a previously announced CorporateActionMovementPreliminaryAdvice. Usage The message may also be used to:
- re-send a message previously sent (the sub-function of the message is Duplicate),
- provide a third party with a copy of a message for information (the sub-function of the message is Copy),
- re-send to a third party a copy of a message for information (the sub-function of the message is Copy Duplicate). ISO 15022 - 20022 COEXISTENCE This ISO 20022 message is reversed engineered from ISO 15022. Both standards will coexist for a certain number of years. Until this coexistence period ends, the usage of certain data types is restricted to ensure interoperability between ISO 15022 and 20022 users. Compliance to these rules is mandatory in a coexistence environment. The coexistence restrictions are described in a Textual Rule linked to the Message Items they concern. These coexistence textual rules are clearly identified as follows: “CoexistenceXxxxRule”.
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 %% CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 recursion level 0 with max 0 CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "1..1" DocumentIdentification11 : Identification CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "1..1" ICorporateActionProcessingStatus1Choice : CancellationAdviceGeneralInformation CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "1..1" DocumentIdentification15 : MovementPreliminaryAdviceIdentification CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "1..1" CorporateActionGeneralInformation8 : CorporateActionGeneralInformation CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "1..1" IAccountIdentification6Choice : AccountDetails CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : MessageOriginator CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : MessageRecipient CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : IssuerAgent CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : PayingAgent CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : SubPayingAgent CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : Registrar CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : ResellingAgent CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : PhysicalSecuritiesAgent CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : DropAgent CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : SolicitationAgent CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : InformationAgent CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 *-- "0..1" Extension2 : Extension
Now, we will zero-in one-by-one on each of these building blocks.
Identification building block
Information that unambiguously identifies a CorporateActionMovementPreliminaryAdviceCancellationAdvice message as know by the account servicer. Identification and creation date of a document. For comparison, see the ISO20022 official specification
classDiagram direction tb %% DocumentIdentification11 recursion level 0 with max 1 class DocumentIdentification11{ Identification IsoMax35Text CopyDuplicate CopyDuplicate1Code } DocumentIdentification11 *-- "0..1" IDateAndDateTimeChoice : CreationDateTime %% IDateAndDateTimeChoice recursion level 1 with max 1
DocumentIdentification11 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique identifier of the document (message) assigned by the sender of the document. | IsoMax35Text - Required 1..1 |
CreationDateTime | Date and time at which the document (message) was created by the sender. | IDateAndDateTimeChoice - Optional 0..1 |
CopyDuplicate | Specifies if this document is a copy, a duplicate, or a duplicate of a copy. | CopyDuplicate1Code - Optional 0..1 |
CancellationAdviceGeneralInformation building block
Specifies the status of the details of the event. Specifies the status of the details of the corporate action event. For comparison, see the ISO20022 official specification
classDiagram direction tb %% ICorporateActionProcessingStatus1Choice recursion level 0 with max 1
CorporateActionProcessingStatus1Choice members
Member name | Description | Data Type / Multiplicity |
---|
MovementPreliminaryAdviceIdentification building block
Identification of a previously sent movement preliminary advice document. Identification of a document and type of link. For comparison, see the ISO20022 official specification
classDiagram direction tb %% DocumentIdentification15 recursion level 0 with max 1 class DocumentIdentification15{ Identification IsoMax35Text } DocumentIdentification15 *-- "0..1" IProcessingPosition1Choice : LinkageType %% IProcessingPosition1Choice recursion level 1 with max 1
DocumentIdentification15 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 an other referred document. | IProcessingPosition1Choice - 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 %% CorporateActionGeneralInformation8 recursion level 0 with max 1 class CorporateActionGeneralInformation8{ CorporateActionEventIdentification IsoMax35Text OfficialCorporateActionEventIdentification IsoMax35Text ClassActionNumber IsoMax35Text } CorporateActionGeneralInformation8 *-- "1..1" ICorporateActionEventType3Choice : EventType CorporateActionGeneralInformation8 *-- "1..1" ICorporateActionMandatoryVoluntary1Choice : MandatoryVoluntaryEventType CorporateActionGeneralInformation8 *-- "1..1" SecurityIdentification11 : UnderlyingSecurityIdentification %% ICorporateActionEventType3Choice recursion level 1 with max 1 %% ICorporateActionMandatoryVoluntary1Choice recursion level 1 with max 1 %% SecurityIdentification11 recursion level 1 with max 1 class SecurityIdentification11{ Description IsoMax140Text } SecurityIdentification11 *-- "1..1" ISecurityIdentification11Choice : Identification
CorporateActionGeneralInformation8 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. | ICorporateActionEventType3Choice - Required 1..1 |
MandatoryVoluntaryEventType | Specifies whether the event is mandatory, mandatory with options or voluntary. | ICorporateActionMandatoryVoluntary1Choice - Required 1..1 |
UnderlyingSecurityIdentification | Identification of the security concerned by the corporate action. | SecurityIdentification11 - Required 1..1 |
AccountDetails building block
General information about the safekeeping account and the account owner. Choice between all accounts (GENR - General in ISO 15022) or one or more selected accounts. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IAccountIdentification6Choice recursion level 0 with max 1
AccountIdentification6Choice members
Member name | Description | Data Type / Multiplicity |
---|
MessageOriginator building block
Party that originated the message, if other than the sender. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
Member name | Description | Data Type / Multiplicity |
---|
MessageRecipient building block
Party that is the final destination of the message, if other than the receiver. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
Member name | Description | Data Type / Multiplicity |
---|
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 of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice 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 of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice 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 of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
Member name | Description | Data Type / Multiplicity |
---|
Registrar building block
Party/agent responsible for maintaining the register of a security. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
Member name | Description | Data Type / Multiplicity |
---|
ResellingAgent building block
A broker-dealer responsible for reselling to new investors securities (usually bonds) that have been tendered for purchase by their owner. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
Member name | Description | Data Type / Multiplicity |
---|
PhysicalSecuritiesAgent building block
A trust company, bank or similar financial institution assigned by an issuer to accept presentations of instruments, usually bonds, for transfer and or exchange. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
Member name | Description | Data Type / Multiplicity |
---|
DropAgent building block
A trust company, bank or similar financial institution who acts on behalf of an out of town agent or event agent where securities can be delivered in person. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
Member name | Description | Data Type / Multiplicity |
---|
SolicitationAgent building block
A trust company, bank or similar financial institution assigned by an issuer to maintain records of investors and account balances and transactions for the consent of a material change. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
Member name | Description | Data Type / Multiplicity |
---|
InformationAgent building block
A trust company, bank or similar financial institution assigned by an Issuer to provide information and copies of the offering documentation. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
Member name | Description | Data Type / Multiplicity |
---|
Extension 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 %% Extension2 recursion level 0 with max 1 class Extension2{ PlaceAndName IsoMax350Text } Extension2 *-- "1..1" ExtensionEnvelope1 : ExtensionEnvelope %% ExtensionEnvelope1 recursion level 1 with max 1 ExtensionEnvelope1 *-- "1..1" ExtensionContents1 : ExtensionContents
Extension2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PlaceAndName | Name qualifying the information provided in the Text field, and place where this information should be inserted. | IsoMax350Text - Optional 0..1 |
ExtensionEnvelope | Technical element wrapping the extension. | ExtensionEnvelope1 - Required 1..1 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 implementation follows a specific implementaiton pattern. First of all, CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionMovementPreliminaryAdviceCancellationAdviceV01Document implements IOuterDocument. Because CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionMovementPreliminaryAdviceCancellationAdviceV01.
classDiagram class IOuterRecord CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 --|> IOuterRecord : Implements CorporateActionMovementPreliminaryAdviceCancellationAdviceV01Document --|> IOuterDocument~CorporateActionMovementPreliminaryAdviceCancellationAdviceV01~ : Implements class IOuterDocument~CorporateActionMovementPreliminaryAdviceCancellationAdviceV01~ { CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 Message }
Document wrapper for serialization
The only real purpose CorporateActionMovementPreliminaryAdviceCancellationAdviceV01Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.044.001.01’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionMovementPreliminaryAdviceCancellationAdviceV01.ToDocument() method. The returned CorporateActionMovementPreliminaryAdviceCancellationAdviceV01Document value will serialize correctly according to ISO 20022 standards.
classDiagram CorporateActionMovementPreliminaryAdviceCancellationAdviceV01Document *-- CorporateActionMovementPreliminaryAdviceCancellationAdviceV01 : 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.044.001.01">
<CorpActnMvmntPrlimryAdvcCxlAdvc>
<Id>
<!-- Identification inner content -->
</Id>
<CxlAdvcGnlInf>
<!-- CancellationAdviceGeneralInformation inner content -->
</CxlAdvcGnlInf>
<MvmntPrlimryAdvcId>
<!-- MovementPreliminaryAdviceIdentification inner content -->
</MvmntPrlimryAdvcId>
<CorpActnGnlInf>
<!-- CorporateActionGeneralInformation inner content -->
</CorpActnGnlInf>
<AcctDtls>
<!-- AccountDetails inner content -->
</AcctDtls>
<MsgOrgtr>
<!-- MessageOriginator inner content -->
</MsgOrgtr>
<MsgRcpt>
<!-- MessageRecipient inner content -->
</MsgRcpt>
<IssrAgt>
<!-- IssuerAgent inner content -->
</IssrAgt>
<PngAgt>
<!-- PayingAgent inner content -->
</PngAgt>
<SubPngAgt>
<!-- SubPayingAgent inner content -->
</SubPngAgt>
<Regar>
<!-- Registrar inner content -->
</Regar>
<RsellngAgt>
<!-- ResellingAgent inner content -->
</RsellngAgt>
<PhysSctiesAgt>
<!-- PhysicalSecuritiesAgent inner content -->
</PhysSctiesAgt>
<DrpAgt>
<!-- DropAgent inner content -->
</DrpAgt>
<SlctnAgt>
<!-- SolicitationAgent inner content -->
</SlctnAgt>
<InfAgt>
<!-- InformationAgent inner content -->
</InfAgt>
<Xtnsn>
<!-- Extension inner content -->
</Xtnsn>
</CorpActnMvmntPrlimryAdvcCxlAdvc>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_TdGTb9EwEd-BzquC8wXy7w_-2109268436"
nextVersions="_ESQd8eaGEd-q8fx_Zl_34A"
name="CorporateActionMovementPreliminaryAdviceCancellationAdviceV01"
definition="Scope
An account servicer sends the CorporateActionMovementPreliminaryAdviceCancellationAdvice message to an account owner or its designated agent to cancel a previously announced CorporateActionMovementPreliminaryAdvice.
Usage
The message may also be used to:
- re-send a message previously sent (the sub-function of the message is Duplicate),
- provide a third party with a copy of a message for information (the sub-function of the message is Copy),
- re-send to a third party a copy of a message for information (the sub-function of the message is Copy Duplicate).
ISO 15022 - 20022 COEXISTENCE
This ISO 20022 message is reversed engineered from ISO 15022. Both standards will coexist for a certain number of years. Until this coexistence period ends, the usage of certain data types is restricted to ensure interoperability between ISO 15022 and 20022 users. Compliance to these rules is mandatory in a coexistence environment. The coexistence restrictions are described in a Textual Rule linked to the Message Items they concern. These coexistence textual rules are clearly identified as follows: “CoexistenceXxxxRule”."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="CorpActnMvmntPrlimryAdvcCxlAdvc"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<semanticMarkup
xmi:id="_cXcz2w5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXcz3A5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXcz3Q5lEeO42pgjaJ50lw"
name="value"
value="MT 564, Seq A :23G:CANC and Seq A1 :20C::PREV" />
</semanticMarkup>
<constraint
xmi:id="_Tdi_UNEwEd-BzquC8wXy7w_-799874692"
name="CoexistenceCharacterSetXRule"
definition="During ISO 15022 – 20022 coexistence, characters used in all fields must correspond to character set X, that is, a-z A-Z / - ? : ( ) . , ‘ + { } CR LF."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_Tdi_U9EwEd-BzquC8wXy7w_-2131650194"
name="CoexistenceIdentificationRule"
definition="During ISO 15022 – 20022 coexistence, all transaction and document identifications or references must be 16 characters or less. The field must not start or end with a slash ‘/’ or contain two consecutive slashes ‘//’."
registrationStatus="Provisionally Registered" />
<messageBuildingBlock
xmi:id="_TdGTcNEwEd-BzquC8wXy7w_-1515716832"
name="Identification"
definition="Information that unambiguously identifies a CorporateActionMovementPreliminaryAdviceCancellationAdvice message as know by the account servicer."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Id"
complexType="_RBcz8tp-Ed-ak6NoX_4Aeg_-746423515">
<semanticMarkup
xmi:id="_cXcz3w5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXcz4A5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXcz4Q5lEeO42pgjaJ50lw"
name="value"
value=":20C::SEME" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdQEYNEwEd-BzquC8wXy7w_-1810962523"
name="CancellationAdviceGeneralInformation"
definition="Specifies the status of the details of the event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CxlAdvcGnlInf"
complexType="_Q1O85Np-Ed-ak6NoX_4Aeg_-1142477030" />
<messageBuildingBlock
xmi:id="_TdQEYdEwEd-BzquC8wXy7w_1841151509"
name="MovementPreliminaryAdviceIdentification"
definition="Identification of a previously sent movement preliminary advice document."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="MvmntPrlimryAdvcId"
complexType="_Tg5R59p-Ed-ak6NoX_4Aeg_1248673251" />
<messageBuildingBlock
xmi:id="_TdQEYtEwEd-BzquC8wXy7w_785105758"
name="CorporateActionGeneralInformation"
definition="General information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CorpActnGnlInf"
complexType="_TWdjitp-Ed-ak6NoX_4Aeg_-963666183" />
<messageBuildingBlock
xmi:id="_TdQEY9EwEd-BzquC8wXy7w_-1784238551"
name="AccountDetails"
definition="General information about the safekeeping account and the account owner."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="AcctDtls"
complexType="_QSgqVdp-Ed-ak6NoX_4Aeg_-131069357" />
<messageBuildingBlock
xmi:id="_TdQEZNEwEd-BzquC8wXy7w_-1209038948"
name="MessageOriginator"
definition="Party that originated the message, if other than the sender."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="MsgOrgtr"
complexType="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXcz5w5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXcz6A5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXcz6Q5lEeO42pgjaJ50lw"
name="value"
value=":95a::MEOR" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdQEZdEwEd-BzquC8wXy7w_2088855995"
name="MessageRecipient"
definition="Party that is the final destination of the message, if other than the receiver."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="MsgRcpt"
complexType="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXcz6w5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXcz7A5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXcz7Q5lEeO42pgjaJ50lw"
name="value"
value=":95a::MERE" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdQEZtEwEd-BzquC8wXy7w_1091783642"
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="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXcz7w5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXcz8A5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXcz8Q5lEeO42pgjaJ50lw"
name="value"
value=":95a::ISAG" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdQEZ9EwEd-BzquC8wXy7w_94711289"
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="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXcz8w5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXcz9A5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXcz9Q5lEeO42pgjaJ50lw"
name="value"
value=":95a::PAYA" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdZOUNEwEd-BzquC8wXy7w_-902361064"
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="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXcz9w5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXcz-A5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXcz-Q5lEeO42pgjaJ50lw"
name="value"
value=":95a::CODO" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdZOUdEwEd-BzquC8wXy7w_-1899433417"
name="Registrar"
definition="Party/agent responsible for maintaining the register of a security."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Regar"
complexType="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXcz-w5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXcz_A5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXcz_Q5lEeO42pgjaJ50lw"
name="value"
value=":95a::REGR" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdZOUtEwEd-BzquC8wXy7w_-595683180"
name="ResellingAgent"
definition="A broker-dealer responsible for reselling to new investors securities (usually bonds) that have been tendered for purchase by their owner."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="RsellngAgt"
complexType="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXcz_w5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXc0AA5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXc0AQ5lEeO42pgjaJ50lw"
name="value"
value=":95a::RESA" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdZOU9EwEd-BzquC8wXy7w_401389173"
name="PhysicalSecuritiesAgent"
definition="A trust company, bank or similar financial institution assigned by an issuer to accept presentations of instruments, usually bonds, for transfer and or exchange."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="PhysSctiesAgt"
complexType="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXc0Aw5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXc0BA5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXc0BQ5lEeO42pgjaJ50lw"
name="value"
value=":95a::PSAG" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdZOVNEwEd-BzquC8wXy7w_1398461526"
name="DropAgent"
definition="A trust company, bank or similar financial institution who acts on behalf of an out of town agent or event agent where securities can be delivered in person."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="DrpAgt"
complexType="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXc0Bw5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXc0CA5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXc0CQ5lEeO42pgjaJ50lw"
name="value"
value=":95a::DROP" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdZOVdEwEd-BzquC8wXy7w_-1592755533"
name="SolicitationAgent"
definition="A trust company, bank or similar financial institution assigned by an issuer to maintain records of investors and account balances and transactions for the consent of a material change."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="SlctnAgt"
complexType="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXc0Cw5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXc0DA5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXc0DQ5lEeO42pgjaJ50lw"
name="value"
value=":95a::SOLA" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdZOVtEwEd-BzquC8wXy7w_1705139410"
name="InformationAgent"
definition="A trust company, bank or similar financial institution assigned by an Issuer to provide information and copies of the offering documentation."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="InfAgt"
complexType="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_cXc0Dw5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_cXc0EA5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_cXc0EQ5lEeO42pgjaJ50lw"
name="value"
value=":95a::INFA" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TdZOV9EwEd-BzquC8wXy7w_708067057"
name="Extension"
definition="Additional information that can not be captured in the structured fields and/or any other specific block."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="Xtnsn"
complexType="_QzJSNdp-Ed-ak6NoX_4Aeg_251191216" />
<messageDefinitionIdentifier
businessArea="seev"
messageFunctionality="044"
flavour="001"
version="01" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.