supl.034.001.01
The DTCCCAPCSD1 message extends ISO corporate action Movement Preliminary Advice Cancellation Advice (CAPC) message with DTCC corporate action elements not covered in the standard message.
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 %% DTCCCAPCSD1V01 recursion level 0 with max 0 DTCCCAPCSD1V01 *-- "0..1" CorporateActionGeneralInformationSD36 : CorporateActionGeneralInformation
Now, we will zero-in one-by-one on each of these building blocks.
CorporateActionGeneralInformation building block
Information to be extended as supplementary data to notification general information. Provides additional information regarding corporate action general information. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionGeneralInformationSD36 recursion level 0 with max 1 class CorporateActionGeneralInformationSD36{ PlaceAndName IsoMax350Text EventGroup EventGroup2Code EventType ExtendedEventType6Code SubEventType DTCCSubEventType6Code }
CorporateActionGeneralInformationSD36 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PlaceAndName | Xpath to the element that is being extended. | IsoMax350Text - Optional 0..1 |
EventGroup | DTC processing domain/ category for event types. | EventGroup2Code - Optional 0..1 |
EventType | DTCC (The Depository Trust and Clearing Corporation) native corporate action event type name. Used in place for the events that cannot be classified by ISO code and mapped to OTHR or when two or more distinct events (in DTCC model) use same ISO code and there are no additional data elements that distinguish those two or more events. | ExtendedEventType6Code - Optional 0..1 |
SubEventType | DTCC (The Depository Trust and Clearing Corporation) native corporate action sub event type name further defines the event type. | DTCCSubEventType6Code - Optional 0..1 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the DTCCCAPCSD1V01 implementation follows a specific implementaiton pattern. First of all, DTCCCAPCSD1V01 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, DTCCCAPCSD1V01Document implements IOuterDocument. Because DTCCCAPCSD1V01 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type DTCCCAPCSD1V01.
classDiagram class IOuterRecord DTCCCAPCSD1V01 --|> IOuterRecord : Implements DTCCCAPCSD1V01Document --|> IOuterDocument~DTCCCAPCSD1V01~ : Implements class IOuterDocument~DTCCCAPCSD1V01~ { DTCCCAPCSD1V01 Message }
Document wrapper for serialization
The only real purpose DTCCCAPCSD1V01Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:supl.034.001.01’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using DTCCCAPCSD1V01.ToDocument() method. The returned DTCCCAPCSD1V01Document value will serialize correctly according to ISO 20022 standards.
classDiagram DTCCCAPCSD1V01Document *-- DTCCCAPCSD1V01 : 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:supl.034.001.01">
<DTCCCAPCSD1>
<CorpActnGnlInf>
<!-- CorporateActionGeneralInformation inner content -->
</CorpActnGnlInf>
</DTCCCAPCSD1>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_mUvC4OaIEei5aPS232E3Mw"
nextVersions="_x6QSWwB6EeqouY-yI_q3qQ"
name="DTCCCAPCSD1V01"
definition="The DTCCCAPCSD1 message extends ISO corporate action Movement Preliminary Advice Cancellation Advice (CAPC) message with DTCC corporate action elements not covered in the standard message."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="DTCCCAPCSD1"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_QVV1cegfEei5aPS232E3Mw"
nextVersions="_x6QSXQB6EeqouY-yI_q3qQ"
name="CorporateActionGeneralInformation"
definition="Information to be extended as supplementary data to notification general information."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="CorpActnGnlInf"
complexType="_3wWcvugeEei5aPS232E3Mw" />
<messageDefinitionIdentifier
businessArea="supl"
messageFunctionality="034"
flavour="001"
version="01" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.