DTCCCAPCSD1V02

supl.034.001.02

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
%% DTCCCAPCSD1V02 recursion level 0 with max 0
DTCCCAPCSD1V02 *-- "0..1" CorporateActionGeneralInformationSD45 : 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
%% CorporateActionGeneralInformationSD45 recursion level 0 with max 1
class CorporateActionGeneralInformationSD45{
    PlaceAndName IsoMax350Text
    EventGroup EventGroup2Code
    EventType ExtendedEventType6Code
    SubEventType DTCCSubEventType8Code
}
  

CorporateActionGeneralInformationSD45 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. DTCCSubEventType8Code - Optional 0..1

Extensibility and generalization considerations

To facilitate generalized design patterns in the system, the DTCCCAPCSD1V02 implementation follows a specific implementaiton pattern. First of all, DTCCCAPCSD1V02 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, DTCCCAPCSD1V02Document implements IOuterDocument. Because DTCCCAPCSD1V02 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type DTCCCAPCSD1V02.

classDiagram
    class IOuterRecord
    DTCCCAPCSD1V02 --|> IOuterRecord : Implements
    DTCCCAPCSD1V02Document --|> IOuterDocument~DTCCCAPCSD1V02~ : Implements
    class IOuterDocument~DTCCCAPCSD1V02~ {
        DTCCCAPCSD1V02 Message
     }
  

Document wrapper for serialization

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

classDiagram
    DTCCCAPCSD1V02Document *-- DTCCCAPCSD1V02 : 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.02">
    <DTCCCAPCSD1>
        <CorpActnGnlInf>
            <!-- CorporateActionGeneralInformation inner content -->
        </CorpActnGnlInf>
    </DTCCCAPCSD1>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_x6QSWwB6EeqouY-yI_q3qQ"
  nextVersions="_q_pLAw4zEeuIpNw_GxsBOw"
  previousVersion="_mUvC4OaIEei5aPS232E3Mw"
  name="DTCCCAPCSD1V02"
  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="_x6QSXQB6EeqouY-yI_q3qQ"
    nextVersions="_q_pLBQ4zEeuIpNw_GxsBOw"
    previousVersion="_QVV1cegfEei5aPS232E3Mw"
    name="CorporateActionGeneralInformation"
    definition="Information to be extended as supplementary data to notification general information."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="CorpActnGnlInf"
    complexType="_6t7KQQCjEeqouY-yI_q3qQ" />
  <messageDefinitionIdentifier
    businessArea="supl"
    messageFunctionality="034"
    flavour="001"
    version="02" />
</messageDefinition>

ISO Building Blocks

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