setr.002.001.02
Scope The RedemptionBulkOrderCancellationInstruction message is sent by an instructing party, eg, an investment manager or its authorised representative, to an executing party, eg, a transfer agent. There may be one or more intermediary parties between the instructing party and the executing party. The intermediary party is, for example, an intermediary or a concentrator. This message is sent to cancel a previously sent RedemptionBulkOrder instruction. Usage The RedemptionBulkOrderCancellationInstruction message is used to cancel the entire previously sent RedemptionBulkOrder message and all the individual orders that it contained. There is no amendment, but a cancellation and re-instruct policy. This message must contain the reference of the message to be cancelled. This message may also contain all the details of the message to be cancelled, but this is not recommended. The deadline and acceptance of a cancellation instruction is subject to a service level agreement (SLA). This cancellation message is a cancellation instruction. There is no automatic acceptance of the cancellation instruction. The rejection or acceptance of a cancellation message instruction is made using an OrderCancellationStatusReport 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 %% RedemptionBulkOrderCancellationInstructionV02 recursion level 0 with max 0 RedemptionBulkOrderCancellationInstructionV02 *-- "0..1" AdditionalReference3 : MasterReference RedemptionBulkOrderCancellationInstructionV02 *-- "0..1" AdditionalReference3 : PoolReference RedemptionBulkOrderCancellationInstructionV02 *-- "1..1" AdditionalReference3 : PreviousReference RedemptionBulkOrderCancellationInstructionV02 *-- "0..1" RedemptionBulkOrderInstruction1 : OrderToBeCancelled
Now, we will zero-in one-by-one on each of these building blocks.
MasterReference building block
Reference assigned to a set of orders or trades in order to link them together. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AdditionalReference3 recursion level 0 with max 1 class AdditionalReference3{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer %% IPartyIdentification2Choice recursion level 1 with max 1
AdditionalReference3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Reference | Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. | IsoMax35Text - Required 1..1 |
ReferenceIssuer | Issuer of the reference. | IPartyIdentification2Choice - Optional 0..1 |
MessageName | Name of a message. | IsoMax35Text - Optional 0..1 |
PoolReference building block
Collective reference identifying a set of messages. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AdditionalReference3 recursion level 0 with max 1 class AdditionalReference3{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer %% IPartyIdentification2Choice recursion level 1 with max 1
AdditionalReference3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Reference | Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. | IsoMax35Text - Required 1..1 |
ReferenceIssuer | Issuer of the reference. | IPartyIdentification2Choice - Optional 0..1 |
MessageName | Name of a message. | IsoMax35Text - Optional 0..1 |
PreviousReference building block
Reference to a linked message that was previously sent. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AdditionalReference3 recursion level 0 with max 1 class AdditionalReference3{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer %% IPartyIdentification2Choice recursion level 1 with max 1
AdditionalReference3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Reference | Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. | IsoMax35Text - Required 1..1 |
ReferenceIssuer | Issuer of the reference. | IPartyIdentification2Choice - Optional 0..1 |
MessageName | Name of a message. | IsoMax35Text - Optional 0..1 |
OrderToBeCancelled building block
Common information related to all the orders to be cancelled. Information about a redemption bulk order. For comparison, see the ISO20022 official specification
classDiagram direction tb %% RedemptionBulkOrderInstruction1 recursion level 0 with max 1 RedemptionBulkOrderInstruction1 *-- "1..1" RedemptionBulkOrder2 : BulkOrderDetails RedemptionBulkOrderInstruction1 *-- "0..10" Intermediary4 : IntermediaryDetails RedemptionBulkOrderInstruction1 *-- "0..1" CopyInformation1 : CopyDetails RedemptionBulkOrderInstruction1 *-- "0..0" Extension1 : Extension %% RedemptionBulkOrder2 recursion level 1 with max 1 class RedemptionBulkOrder2{ PlaceOfTrade CountryCode OrderDateTime IsoISODateTime ExpiryDateTime IsoISODateTime RequestedSettlementCurrency CurrencyCode RequestedNAVCurrency CurrencyCode } RedemptionBulkOrder2 *-- "0..1" CancellationRight1 : CancellationRight RedemptionBulkOrder2 *-- "1..1" FinancialInstrument6 : FinancialInstrumentDetails RedemptionBulkOrder2 *-- "1..0" RedemptionOrder3 : IndividualOrderDetails RedemptionBulkOrder2 *-- "0..1" PaymentTransaction18 : BulkCashSettlementDetails %% Intermediary4 recursion level 1 with max 1 class Intermediary4{ Role IsoMax35Text } Intermediary4 *-- "1..1" IPartyIdentification2Choice : Identification Intermediary4 *-- "0..1" Account2 : Account %% CopyInformation1 recursion level 1 with max 1 class CopyInformation1{ CopyIndicator IsoYesNoIndicator } CopyInformation1 *-- "1..1" BICIdentification1 : OriginalReceiver %% Extension1 recursion level 1 with max 1 class Extension1{ PlaceAndName IsoMax350Text Text IsoMax350Text }
RedemptionBulkOrderInstruction1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
BulkOrderDetails | Common information related to all the orders. | RedemptionBulkOrder2 - Required 1..1 |
IntermediaryDetails | Information related to an intermediary. | Intermediary4 - Collection 0..10 |
CopyDetails | Message is a copy. | CopyInformation1 - Optional 0..1 |
Extension | Additional information that cannot be captured in the structured elements and/or any other specific block. | Extension1 - Unknown 0..0 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the RedemptionBulkOrderCancellationInstructionV02 implementation follows a specific implementaiton pattern. First of all, RedemptionBulkOrderCancellationInstructionV02 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, RedemptionBulkOrderCancellationInstructionV02Document implements IOuterDocument. Because RedemptionBulkOrderCancellationInstructionV02 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type RedemptionBulkOrderCancellationInstructionV02.
classDiagram class IOuterRecord RedemptionBulkOrderCancellationInstructionV02 --|> IOuterRecord : Implements RedemptionBulkOrderCancellationInstructionV02Document --|> IOuterDocument~RedemptionBulkOrderCancellationInstructionV02~ : Implements class IOuterDocument~RedemptionBulkOrderCancellationInstructionV02~ { RedemptionBulkOrderCancellationInstructionV02 Message }
Document wrapper for serialization
The only real purpose RedemptionBulkOrderCancellationInstructionV02Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:setr.002.001.02’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using RedemptionBulkOrderCancellationInstructionV02.ToDocument() method. The returned RedemptionBulkOrderCancellationInstructionV02Document value will serialize correctly according to ISO 20022 standards.
classDiagram RedemptionBulkOrderCancellationInstructionV02Document *-- RedemptionBulkOrderCancellationInstructionV02 : 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:setr.002.001.02">
<setr.002.001.02>
<MstrRef>
<!-- MasterReference inner content -->
</MstrRef>
<PoolRef>
<!-- PoolReference inner content -->
</PoolRef>
<PrvsRef>
<!-- PreviousReference inner content -->
</PrvsRef>
<OrdrToBeCanc>
<!-- OrderToBeCancelled inner content -->
</OrdrToBeCanc>
</setr.002.001.02>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_nOQIstE7Ed-BzquC8wXy7w_1647966589"
nextVersions="_nuu_m9E7Ed-BzquC8wXy7w_-424280902"
name="RedemptionBulkOrderCancellationInstructionV02"
definition="Scope
The RedemptionBulkOrderCancellationInstruction message is sent by an instructing party, eg, an investment manager or its authorised representative, to an executing party, eg, a transfer agent. There may be one or more intermediary parties between the instructing party and the executing party. The intermediary party is, for example, an intermediary or a concentrator.
This message is sent to cancel a previously sent RedemptionBulkOrder instruction.
Usage
The RedemptionBulkOrderCancellationInstruction message is used to cancel the entire previously sent RedemptionBulkOrder message and all the individual orders that it contained. There is no amendment, but a cancellation and re-instruct policy.
This message must contain the reference of the message to be cancelled. This message may also contain all the details of the message to be cancelled, but this is not recommended.
The deadline and acceptance of a cancellation instruction is subject to a service level agreement (SLA). This cancellation message is a cancellation instruction. There is no automatic acceptance of the cancellation instruction.
The rejection or acceptance of a cancellation message instruction is made using an OrderCancellationStatusReport message."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlName="setr.002.001.02"
xmlTag="setr.002.001.02"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_nOQIt9E7Ed-BzquC8wXy7w_1744937274"
name="AccountIdentificationRule"
definition="If this message is linked to an account opening request and the account identification is not yet known then the value of the AccountIdentification element in OrderToBeCancelled/BulkOrderDetails/IndividualOrderDetails/InvestmentAccountDetails must be UNKNOWN."
registrationStatus="Provisionally Registered" />
<messageBuildingBlock
xmi:id="_nOQIs9E7Ed-BzquC8wXy7w_1157793130"
name="MasterReference"
definition="Reference assigned to a set of orders or trades in order to link them together."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="MstrRef"
complexType="_Q6vvAdp-Ed-ak6NoX_4Aeg_2101402955" />
<messageBuildingBlock
xmi:id="_nOQItNE7Ed-BzquC8wXy7w_1159641070"
name="PoolReference"
definition="Collective reference identifying a set of messages."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="PoolRef"
complexType="_Q6vvAdp-Ed-ak6NoX_4Aeg_2101402955" />
<messageBuildingBlock
xmi:id="_nOQItdE7Ed-BzquC8wXy7w_1161487708"
name="PreviousReference"
definition="Reference to a linked message that was previously sent."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="PrvsRef"
complexType="_Q6vvAdp-Ed-ak6NoX_4Aeg_2101402955" />
<messageBuildingBlock
xmi:id="_nOQIttE7Ed-BzquC8wXy7w_2018298578"
name="OrderToBeCancelled"
definition="Common information related to all the orders to be cancelled."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="OrdrToBeCanc"
complexType="_U2kratp-Ed-ak6NoX_4Aeg_1088875951" />
<messageDefinitionIdentifier
businessArea="setr"
messageFunctionality="002"
flavour="001"
version="02" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.