seev.039.001.06
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), using the relevant elements in the business application header (BAH).
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 %% CorporateActionCancellationAdviceV06 recursion level 0 with max 0 CorporateActionCancellationAdviceV06 *-- "1..1" CorporateActionCancellation3 : CancellationAdviceGeneralInformation CorporateActionCancellationAdviceV06 *-- "1..1" CorporateActionGeneralInformation86 : CorporateActionGeneralInformation CorporateActionCancellationAdviceV06 *-- "1..1" IAccountIdentification29Choice : AccountsDetails CorporateActionCancellationAdviceV06 *-- "0..1" CorporateAction34 : CorporateActionDetails CorporateActionCancellationAdviceV06 *-- "0..1" IPartyIdentification71Choice : IssuerAgent CorporateActionCancellationAdviceV06 *-- "0..1" IPartyIdentification71Choice : PayingAgent CorporateActionCancellationAdviceV06 *-- "0..1" IPartyIdentification71Choice : SubPayingAgent CorporateActionCancellationAdviceV06 *-- "0..1" IPartyIdentification71Choice : Registrar CorporateActionCancellationAdviceV06 *-- "0..1" IPartyIdentification71Choice : ResellingAgent CorporateActionCancellationAdviceV06 *-- "0..1" IPartyIdentification71Choice : PhysicalSecuritiesAgent CorporateActionCancellationAdviceV06 *-- "0..1" IPartyIdentification71Choice : DropAgent CorporateActionCancellationAdviceV06 *-- "0..1" IPartyIdentification71Choice : SolicitationAgent CorporateActionCancellationAdviceV06 *-- "0..1" IPartyIdentification71Choice : InformationAgent CorporateActionCancellationAdviceV06 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
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 %% CorporateActionCancellation3 recursion level 0 with max 1 class CorporateActionCancellation3{ CancellationReasonCode CorporateActionCancellationReason1Code CancellationReason IsoMax140Text } CorporateActionCancellation3 *-- "1..1" CorporateActionEventStatus1 : ProcessingStatus %% CorporateActionEventStatus1 recursion level 1 with max 1 class CorporateActionEventStatus1{ EventCompletenessStatus EventCompletenessStatus1Code EventConfirmationStatus EventConfirmationStatus1Code }
CorporateActionCancellation3 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. | CorporateActionEventStatus1 - 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 %% CorporateActionGeneralInformation86 recursion level 0 with max 1 class CorporateActionGeneralInformation86{ CorporateActionEventIdentification IsoMax35Text OfficialCorporateActionEventIdentification IsoMax35Text ClassActionNumber IsoMax35Text } CorporateActionGeneralInformation86 *-- "1..1" ICorporateActionEventType33Choice : EventType CorporateActionGeneralInformation86 *-- "1..1" ICorporateActionMandatoryVoluntary3Choice : MandatoryVoluntaryEventType CorporateActionGeneralInformation86 *-- "1..1" SecurityIdentification19 : FinancialInstrumentIdentification %% ICorporateActionEventType33Choice recursion level 1 with max 1 %% ICorporateActionMandatoryVoluntary3Choice recursion level 1 with max 1 %% SecurityIdentification19 recursion level 1 with max 1 class SecurityIdentification19{ ISIN IsoISINOct2015Identifier Description IsoMax140Text } SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification
CorporateActionGeneralInformation86 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. | ICorporateActionEventType33Choice - Required 1..1 |
MandatoryVoluntaryEventType | Specifies whether the event is mandatory, mandatory with options or voluntary. | ICorporateActionMandatoryVoluntary3Choice - Required 1..1 |
FinancialInstrumentIdentification | Identification of the security concerned by the corporate action. | SecurityIdentification19 - 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 %% IAccountIdentification29Choice recursion level 0 with max 1
AccountIdentification29Choice members
Member name | Description | Data Type / Multiplicity |
---|
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 %% CorporateAction34 recursion level 0 with max 1 CorporateAction34 *-- "0..1" CorporateActionDate49 : DateDetails CorporateAction34 *-- "0..1" ICorporateActionEventStageFormat14Choice : EventStage CorporateAction34 *-- "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 %% ILotteryTypeFormat4Choice recursion level 1 with max 1
CorporateAction34 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 |
LotteryType | Specifies the type of lottery announced. | ILotteryTypeFormat4Choice - Optional 0..1 |
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 |
---|
Registrar building block
Party/agent responsible for maintaining the register of a security. 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 |
---|
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 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 |
---|
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 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 |
---|
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 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 |
---|
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 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 |
---|
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 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 CorporateActionCancellationAdviceV06 implementation follows a specific implementaiton pattern. First of all, CorporateActionCancellationAdviceV06 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionCancellationAdviceV06Document implements IOuterDocument. Because CorporateActionCancellationAdviceV06 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionCancellationAdviceV06.
classDiagram class IOuterRecord CorporateActionCancellationAdviceV06 --|> IOuterRecord : Implements CorporateActionCancellationAdviceV06Document --|> IOuterDocument~CorporateActionCancellationAdviceV06~ : Implements class IOuterDocument~CorporateActionCancellationAdviceV06~ { CorporateActionCancellationAdviceV06 Message }
Document wrapper for serialization
The only real purpose CorporateActionCancellationAdviceV06Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.039.001.06’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionCancellationAdviceV06.ToDocument() method. The returned CorporateActionCancellationAdviceV06Document value will serialize correctly according to ISO 20022 standards.
classDiagram CorporateActionCancellationAdviceV06Document *-- CorporateActionCancellationAdviceV06 : 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.06">
<CorpActnCxlAdvc>
<CxlAdvcGnlInf>
<!-- CancellationAdviceGeneralInformation inner content -->
</CxlAdvcGnlInf>
<CorpActnGnlInf>
<!-- CorporateActionGeneralInformation inner content -->
</CorpActnGnlInf>
<AcctsDtls>
<!-- AccountsDetails inner content -->
</AcctsDtls>
<CorpActnDtls>
<!-- CorporateActionDetails inner content -->
</CorpActnDtls>
<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>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</CorpActnCxlAdvc>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_Rc5p0zm_EeWENZE2jGFgGw"
nextVersions="_ynLugYb4Eea9VrPZgV7UBQ"
previousVersion="_qXIiMRbDEeOb5dMswipsLQ"
name="CorporateActionCancellationAdviceV06"
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),
using the relevant elements in the business application header (BAH)."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="CorpActnCxlAdvc"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_Rc5p2Tm_EeWENZE2jGFgGw"
nextVersions="_ynLug4b4Eea9VrPZgV7UBQ"
previousVersion="_qXIiNxbDEeOb5dMswipsLQ"
name="CancellationAdviceGeneralInformation"
definition="General information about the event cancellation status and cancellation reason."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CxlAdvcGnlInf"
complexType="_OgdE4SXaEeOFIcNWlDEvdQ" />
<messageBuildingBlock
xmi:id="_Rc5p2zm_EeWENZE2jGFgGw"
nextVersions="_ynLuhYb4Eea9VrPZgV7UBQ"
previousVersion="_qXIiORbDEeOb5dMswipsLQ"
name="CorporateActionGeneralInformation"
definition="General information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CorpActnGnlInf"
complexType="_YJDb4zndEeWLJsP1cO-amg" />
<messageBuildingBlock
xmi:id="_Rc5p3Tm_EeWENZE2jGFgGw"
nextVersions="_ynLuh4b4Eea9VrPZgV7UBQ"
previousVersion="_qXIiOxbDEeOb5dMswipsLQ"
name="AccountsDetails"
definition="General information about the safekeeping account and the account owner."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="AcctsDtls"
complexType="_xiegeTq3EeWQ1Y7f8kds2A" />
<messageBuildingBlock
xmi:id="_Rc5p3zm_EeWENZE2jGFgGw"
nextVersions="_ynLuiYb4Eea9VrPZgV7UBQ"
previousVersion="_5ulocSUpEeO8eOSw0QN9mA"
name="CorporateActionDetails"
definition="Information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="CorpActnDtls"
complexType="_gemjS44YEeWQD-4-AZ4PsA" />
<messageBuildingBlock
xmi:id="_Rc5p4Tm_EeWENZE2jGFgGw"
nextVersions="_ynLui4b4Eea9VrPZgV7UBQ"
previousVersion="_qXIiPRbDEeOb5dMswipsLQ"
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="_Rc5p4zm_EeWENZE2jGFgGw"
nextVersions="_ynLujYb4Eea9VrPZgV7UBQ"
previousVersion="_qXIiPxbDEeOb5dMswipsLQ"
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="_Rc5p5Tm_EeWENZE2jGFgGw"
nextVersions="_ynLuj4b4Eea9VrPZgV7UBQ"
previousVersion="_qXIiQRbDEeOb5dMswipsLQ"
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="_Rc5p5zm_EeWENZE2jGFgGw"
nextVersions="_ynLukYb4Eea9VrPZgV7UBQ"
previousVersion="_qXIiQxbDEeOb5dMswipsLQ"
name="Registrar"
definition="Party/agent responsible for maintaining the register of a security."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Regar"
complexType="_jLJCYe5NEeCisYr99QEiWA_-835354834" />
<messageBuildingBlock
xmi:id="_Rc5p6Tm_EeWENZE2jGFgGw"
nextVersions="_ynLuk4b4Eea9VrPZgV7UBQ"
previousVersion="_qXIiRRbDEeOb5dMswipsLQ"
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="_jLJCYe5NEeCisYr99QEiWA_-835354834" />
<messageBuildingBlock
xmi:id="_Rc5p6zm_EeWENZE2jGFgGw"
nextVersions="_ynLulYb4Eea9VrPZgV7UBQ"
previousVersion="_qXIiRxbDEeOb5dMswipsLQ"
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="_jLJCYe5NEeCisYr99QEiWA_-835354834" />
<messageBuildingBlock
xmi:id="_Rc5p7Tm_EeWENZE2jGFgGw"
nextVersions="_ynLul4b4Eea9VrPZgV7UBQ"
previousVersion="_qXIiSRbDEeOb5dMswipsLQ"
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="_jLJCYe5NEeCisYr99QEiWA_-835354834" />
<messageBuildingBlock
xmi:id="_Rc5p7zm_EeWENZE2jGFgGw"
nextVersions="_ynLumYb4Eea9VrPZgV7UBQ"
previousVersion="_qXIiSxbDEeOb5dMswipsLQ"
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="_jLJCYe5NEeCisYr99QEiWA_-835354834" />
<messageBuildingBlock
xmi:id="_Rc5p8Tm_EeWENZE2jGFgGw"
nextVersions="_ynLum4b4Eea9VrPZgV7UBQ"
previousVersion="_qXIiTRbDEeOb5dMswipsLQ"
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="_jLJCYe5NEeCisYr99QEiWA_-835354834" />
<messageBuildingBlock
xmi:id="_Rc5p8zm_EeWENZE2jGFgGw"
nextVersions="_ynLunYb4Eea9VrPZgV7UBQ"
previousVersion="_qXIiTxbDEeOb5dMswipsLQ"
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="039"
flavour="001"
version="06" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.