seev.039.001.01
Scope An account servicer sends the CorporateActionCancellationAdvice message to an account owner or its designated agent to cancel a previously announced corporate action event in case of error from the account servicer or in case of withdrawal by the issuer. 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 %% CorporateActionCancellationAdviceV01 recursion level 0 with max 0 CorporateActionCancellationAdviceV01 *-- "1..1" DocumentIdentification11 : Identification CorporateActionCancellationAdviceV01 *-- "1..1" CorporateActionCancellation1 : CancellationAdviceGeneralInformation CorporateActionCancellationAdviceV01 *-- "1..1" CorporateActionGeneralInformation8 : CorporateActionGeneralInformation CorporateActionCancellationAdviceV01 *-- "1..1" IAccountIdentification6Choice : AccountsDetails CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : MessageOriginator CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : MessageRecipient CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : IssuerAgent CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : PayingAgent CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : SubPayingAgent CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : Registrar CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : ResellingAgent CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : PhysicalSecuritiesAgent CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : DropAgent CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : SolicitationAgent CorporateActionCancellationAdviceV01 *-- "0..1" IPartyIdentification10Choice : InformationAgent CorporateActionCancellationAdviceV01 *-- "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 CorporateActionCancellationAdvice 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
General information about the event cancellation status and cancellation reason. Corporate action event cancellation status and reason. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionCancellation1 recursion level 0 with max 1 class CorporateActionCancellation1{ CancellationReasonCode CorporateActionCancellationReason1Code CancellationReason IsoMax140Text } CorporateActionCancellation1 *-- "1..1" ICorporateActionProcessingStatus1Choice : ProcessingStatus %% ICorporateActionProcessingStatus1Choice recursion level 1 with max 1
CorporateActionCancellation1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
CancellationReasonCode | Specifies reasons for cancellation of a corporate action event. | CorporateActionCancellationReason1Code - Required 1..1 |
CancellationReason | Additional information about cancellation of a corporate action event. | IsoMax140Text - Optional 0..1 |
ProcessingStatus | Specifies the status of the details of the event. | ICorporateActionProcessingStatus1Choice - Required 1..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 |
AccountsDetails 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 CorporateActionCancellationAdviceV01 implementation follows a specific implementaiton pattern. First of all, CorporateActionCancellationAdviceV01 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionCancellationAdviceV01Document implements IOuterDocument. Because CorporateActionCancellationAdviceV01 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionCancellationAdviceV01.
classDiagram class IOuterRecord CorporateActionCancellationAdviceV01 --|> IOuterRecord : Implements CorporateActionCancellationAdviceV01Document --|> IOuterDocument~CorporateActionCancellationAdviceV01~ : Implements class IOuterDocument~CorporateActionCancellationAdviceV01~ { CorporateActionCancellationAdviceV01 Message }
Document wrapper for serialization
The only real purpose CorporateActionCancellationAdviceV01Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.039.001.01’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionCancellationAdviceV01.ToDocument() method. The returned CorporateActionCancellationAdviceV01Document value will serialize correctly according to ISO 20022 standards.
classDiagram CorporateActionCancellationAdviceV01Document *-- CorporateActionCancellationAdviceV01 : 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.039.001.01">
<CorpActnCxlAdvc>
<Id>
<!-- Identification inner content -->
</Id>
<CxlAdvcGnlInf>
<!-- CancellationAdviceGeneralInformation inner content -->
</CxlAdvcGnlInf>
<CorpActnGnlInf>
<!-- CorporateActionGeneralInformation inner content -->
</CorpActnGnlInf>
<AcctsDtls>
<!-- AccountsDetails inner content -->
</AcctsDtls>
<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>
</CorpActnCxlAdvc>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_TSqlENEwEd-BzquC8wXy7w_-20074079"
nextVersions="__nnNYeZ9Ed-q8fx_Zl_34A"
name="CorporateActionCancellationAdviceV01"
definition="Scope
An account servicer sends the CorporateActionCancellationAdvice message to an account owner or its designated agent to cancel a previously announced corporate action event in case of error from the account servicer or in case of withdrawal by the issuer.
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="CorpActnCxlAdvc"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_TS-HB9EwEd-BzquC8wXy7w_334519085"
name="CoexistenceCharacterSetXRule"
definition="During ISO 15022 – 20022 coexistence, characters used in all text fields must correspond to character set X, that is, a-z A-Z / - ? : ( ) . , ‘ + { } CR LF."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_TTHQ8NEwEd-BzquC8wXy7w_-2140118451"
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="_TSqlEdEwEd-BzquC8wXy7w_9989089"
name="Identification"
definition="Information that unambiguously identifies a CorporateActionCancellationAdvice 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="_bU_ROw5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RPA5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RPQ5lEeO42pgjaJ50lw"
name="value"
value=":20C::SEME" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS0WANEwEd-BzquC8wXy7w_792870321"
name="CancellationAdviceGeneralInformation"
definition="General information about the event cancellation status and cancellation reason."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CxlAdvcGnlInf"
complexType="_UKK4Ytp-Ed-ak6NoX_4Aeg_237834559" />
<messageBuildingBlock
xmi:id="_TS0WAdEwEd-BzquC8wXy7w_-203609952"
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="_TS0WAtEwEd-BzquC8wXy7w_-277720042"
name="AccountsDetails"
definition="General information about the safekeeping account and the account owner."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="AcctsDtls"
complexType="_QSgqVdp-Ed-ak6NoX_4Aeg_-131069357" />
<messageBuildingBlock
xmi:id="_TS0WA9EwEd-BzquC8wXy7w_-1882571662"
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="_bU_RQg5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RQw5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RRA5lEeO42pgjaJ50lw"
name="value"
value=":95a::MEOR" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS0WBNEwEd-BzquC8wXy7w_-1841935668"
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="_bU_RRg5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RRw5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RSA5lEeO42pgjaJ50lw"
name="value"
value=":95a::MERE" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS0WBdEwEd-BzquC8wXy7w_-1577810223"
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="_bU_RSg5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RSw5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RTA5lEeO42pgjaJ50lw"
name="value"
value=":95a::ISAG" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS0WBtEwEd-BzquC8wXy7w_-1527937239"
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="_bU_RTg5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RTw5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RUA5lEeO42pgjaJ50lw"
name="value"
value=":95a::PAYA" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS0WB9EwEd-BzquC8wXy7w_-1469758174"
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="_bU_RUg5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RUw5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RVA5lEeO42pgjaJ50lw"
name="value"
value=":95a::CODO" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS-HANEwEd-BzquC8wXy7w_-1193624355"
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="_bU_RVg5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RVw5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RWA5lEeO42pgjaJ50lw"
name="value"
value=":95a::REGR" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS-HAdEwEd-BzquC8wXy7w_827404384"
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="_bU_RWg5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RWw5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RXA5lEeO42pgjaJ50lw"
name="value"
value=":95a::RESA" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS-HAtEwEd-BzquC8wXy7w_815399500"
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="_bU_RXg5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RXw5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RYA5lEeO42pgjaJ50lw"
name="value"
value=":95a::PSAG" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS-HA9EwEd-BzquC8wXy7w_812626549"
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="_bU_RYg5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RYw5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RZA5lEeO42pgjaJ50lw"
name="value"
value=":95a::DROP" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS-HBNEwEd-BzquC8wXy7w_838487177"
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="_bU_RZg5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bU_RZw5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bU_RaA5lEeO42pgjaJ50lw"
name="value"
value=":95a::SOLA" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS-HBdEwEd-BzquC8wXy7w_842181136"
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="_bVu34Q5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bVu34g5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bVu34w5lEeO42pgjaJ50lw"
name="value"
value=":95a::INFA" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TS-HBtEwEd-BzquC8wXy7w_-1922281510"
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="039"
flavour="001"
version="01" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.