DTCCCANOEligibleBalanceSD1V01

supl.007.001.01

The DTCCCANOEligibleBalanceSD1 message extends ISO corporate action notification (Eligible Balance market practice) message with DTCC corporate action eligible balance 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
%% DTCCCANOEligibleBalanceSD1V01 recursion level 0 with max 0
DTCCCANOEligibleBalanceSD1V01 *-- "0..1" AccountBalanceExtensionSD1 : AccountBalance
  

Now, we will zero-in one-by-one on each of these building blocks.

AccountBalance building block

Extension block for the information to be extended as account balance. Provides additional information regarding account balance. Contains transaction details of the stock loans, repurchase agreements (REPOs) and undelivered trades (FAILs). For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AccountBalanceExtensionSD1 recursion level 0 with max 1
class AccountBalanceExtensionSD1{
    PlaceAndName IsoMax350Text
    AsOfDate IsoISODate
    DeliveryDate IsoISODate
    ContraParticipantNumber IsoMax8Text
    ReceiverAccountNumber IsoRestrictedFINXMax35Text
    DelivererAccountNumber IsoRestrictedFINXMax35Text
}
AccountBalanceExtensionSD1 *-- "0..1" IAdjustedBalanceTypeSD1Choice : TransactionPosition
%% IAdjustedBalanceTypeSD1Choice recursion level 1 with max 1
  

AccountBalanceExtensionSD1 members

Member name Description Data Type / Multiplicity
PlaceAndName xPath to the element that is being extended. IsoMax350Text - Required 1..1
TransactionPosition Position that is concerned in transaction. IAdjustedBalanceTypeSD1Choice - Optional 0..1
AsOfDate Effective date of the transaction. Applicable to Fail transactions. IsoISODate - Optional 0..1
DeliveryDate Date of the delivery. Applicable to Fail transactions. IsoISODate - Optional 0..1
ContraParticipantNumber Transaction contra participant identification for stock loans, repurchase agreements (REPOs), securities undelivered (FAILs). IsoMax8Text - Optional 0..1
ReceiverAccountNumber Account number at receiver’s side. Applicable to Fail transactions. IsoRestrictedFINXMax35Text - Optional 0..1
DelivererAccountNumber Account number at deliverer’s side. Applicable to Fail transactions. IsoRestrictedFINXMax35Text - Optional 0..1

Extensibility and generalization considerations

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

classDiagram
    class IOuterRecord
    DTCCCANOEligibleBalanceSD1V01 --|> IOuterRecord : Implements
    DTCCCANOEligibleBalanceSD1V01Document --|> IOuterDocument~DTCCCANOEligibleBalanceSD1V01~ : Implements
    class IOuterDocument~DTCCCANOEligibleBalanceSD1V01~ {
        DTCCCANOEligibleBalanceSD1V01 Message
     }
  

Document wrapper for serialization

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

classDiagram
    DTCCCANOEligibleBalanceSD1V01Document *-- DTCCCANOEligibleBalanceSD1V01 : 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.007.001.01">
    <DTCCCANOElgblBalSD1>
        <AcctBal>
            <!-- AccountBalance inner content -->
        </AcctBal>
    </DTCCCANOElgblBalSD1>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_1NtQ8TL3EeKU9IrkkToqcw_-768253967"
  nextVersions="_gI_aAUk9EeK8UrXTVVBVxw"
  name="DTCCCANOEligibleBalanceSD1V01"
  definition="The DTCCCANOEligibleBalanceSD1 message extends ISO corporate action notification (Eligible Balance market practice) message with DTCC corporate action eligible balance elements not covered in the standard message."
  registrationStatus="Provisionally Registered"
  xmlTag="DTCCCANOElgblBalSD1"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_1NtQ8jL3EeKU9IrkkToqcw_-169736027"
    name="AccountBalance"
    definition="Extension block for the information to be extended as account balance."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="AcctBal"
    complexType="_1ZVSIzL3EeKU9IrkkToqcw_-1110692797" />
  <messageDefinitionIdentifier
    businessArea="supl"
    messageFunctionality="007"
    flavour="001"
    version="01" />
</messageDefinition>

ISO Building Blocks

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