seev.036.001.13
Scope The CorporateActionMovementConfirmation message is sent by an account servicer to an account owner or its designated agent to confirm the posting of securities or cash as a result of a corporate action event. 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 %% CorporateActionMovementConfirmationV13 recursion level 0 with max 0 CorporateActionMovementConfirmationV13 *-- "0..1" Pagination1 : Pagination CorporateActionMovementConfirmationV13 *-- "0..1" DocumentIdentification31 : NotificationIdentification CorporateActionMovementConfirmationV13 *-- "0..1" DocumentIdentification31 : MovementPreliminaryAdviceIdentification CorporateActionMovementConfirmationV13 *-- "0..1" DocumentIdentification9 : InstructionIdentification CorporateActionMovementConfirmationV13 *-- "0..1" DocumentIdentification32 : OtherDocumentIdentification CorporateActionMovementConfirmationV13 *-- "0..1" CorporateActionEventReference3 : EventsLinkage CorporateActionMovementConfirmationV13 *-- "0..1" TransactionIdentification15 : TransactionIdentification CorporateActionMovementConfirmationV13 *-- "1..1" CorporateActionGeneralInformation162 : CorporateActionGeneralInformation CorporateActionMovementConfirmationV13 *-- "1..1" AccountAndBalance49 : AccountDetails CorporateActionMovementConfirmationV13 *-- "0..1" CorporateAction62 : CorporateActionDetails CorporateActionMovementConfirmationV13 *-- "1..1" CorporateActionOption195 : CorporateActionConfirmationDetails CorporateActionMovementConfirmationV13 *-- "0..1" CorporateActionNarrative31 : AdditionalInformation CorporateActionMovementConfirmationV13 *-- "0..1" IPartyIdentification120Choice : IssuerAgent CorporateActionMovementConfirmationV13 *-- "0..1" IPartyIdentification120Choice : PayingAgent CorporateActionMovementConfirmationV13 *-- "0..1" IPartyIdentification120Choice : SubPayingAgent CorporateActionMovementConfirmationV13 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
Pagination building block
Page number of the message and continuation indicator to indicate that the multi-part notification is to continue or that the message is the last page of the multi-part notification. Number used to sequence pages when it is not possible for data to be conveyed in a single message and the data has to be split across several pages (messages). For comparison, see the ISO20022 official specification
classDiagram direction tb %% Pagination1 recursion level 0 with max 1 class Pagination1{ PageNumber IsoMax5NumericText LastPageIndicator IsoYesNoIndicator }
Pagination1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PageNumber | Page number. | IsoMax5NumericText - Required 1..1 |
LastPageIndicator | Indicates the last page. | IsoYesNoIndicator - Required 1..1 |
NotificationIdentification building block
Identification of a previously sent notification document. Identification of a document and type of link. For comparison, see the ISO20022 official specification
classDiagram direction tb %% DocumentIdentification31 recursion level 0 with max 1 class DocumentIdentification31{ Identification IsoMax35Text } DocumentIdentification31 *-- "0..1" IProcessingPosition7Choice : LinkageType %% IProcessingPosition7Choice recursion level 1 with max 1
DocumentIdentification31 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Identifies the document. | IsoMax35Text - Required 1..1 |
LinkageType | Specifies when this document is to be processed relative to another referred document. | IProcessingPosition7Choice - Optional 0..1 |
MovementPreliminaryAdviceIdentification building block
Identification of a previously sent movement preliminary advice document. Identification of a document and type of link. For comparison, see the ISO20022 official specification
classDiagram direction tb %% DocumentIdentification31 recursion level 0 with max 1 class DocumentIdentification31{ Identification IsoMax35Text } DocumentIdentification31 *-- "0..1" IProcessingPosition7Choice : LinkageType %% IProcessingPosition7Choice recursion level 1 with max 1
DocumentIdentification31 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Identifies the document. | IsoMax35Text - Required 1..1 |
LinkageType | Specifies when this document is to be processed relative to another referred document. | IProcessingPosition7Choice - Optional 0..1 |
InstructionIdentification building block
Identification of a related instruction document. Identifies a document by a unique identification. For comparison, see the ISO20022 official specification
classDiagram direction tb %% DocumentIdentification9 recursion level 0 with max 1 class DocumentIdentification9{ Identification IsoMax35Text }
DocumentIdentification9 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Identifies the document. | IsoMax35Text - Required 1..1 |
OtherDocumentIdentification building block
Identification of other documents as well as the document number. Identification of a document as well as the document number and type of link. For comparison, see the ISO20022 official specification
classDiagram direction tb %% DocumentIdentification32 recursion level 0 with max 1 DocumentIdentification32 *-- "1..1" IDocumentIdentification3Choice : Identification DocumentIdentification32 *-- "0..1" IDocumentNumber5Choice : DocumentNumber DocumentIdentification32 *-- "0..1" IProcessingPosition7Choice : LinkageType %% IDocumentIdentification3Choice recursion level 1 with max 1 %% IDocumentNumber5Choice recursion level 1 with max 1 %% IProcessingPosition7Choice recursion level 1 with max 1
DocumentIdentification32 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique identifier of the document (message) assigned either by the account servicer or the account owner. | IDocumentIdentification3Choice - Required 1..1 |
DocumentNumber | Identification of the type of document. | IDocumentNumber5Choice - Optional 0..1 |
LinkageType | Specifies when this document is to be processed relative to another referred document. | IProcessingPosition7Choice - Optional 0..1 |
EventsLinkage building block
Identification of another corporate action event that needs to be closely linked to the processing of the event notified in this document. Identification of a linked corporate action event. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionEventReference3 recursion level 0 with max 1 CorporateActionEventReference3 *-- "1..1" ICorporateActionEventReference3Choice : EventIdentification CorporateActionEventReference3 *-- "0..1" IProcessingPosition7Choice : LinkageType %% ICorporateActionEventReference3Choice recursion level 1 with max 1 %% IProcessingPosition7Choice recursion level 1 with max 1
CorporateActionEventReference3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
EventIdentification | Identification of the linked corporate action event. | ICorporateActionEventReference3Choice - Required 1..1 |
LinkageType | Specifies when this corporate action event is to be processed relative to a linked corporate action event. | IProcessingPosition7Choice - Optional 0..1 |
TransactionIdentification building block
Transaction type and identification information. Provides transaction identification information. For comparison, see the ISO20022 official specification
classDiagram direction tb %% TransactionIdentification15 recursion level 0 with max 1 class TransactionIdentification15{ MarketInfrastructureTransactionIdentification IsoMax35Text }
TransactionIdentification15 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
MarketInfrastructureTransactionIdentification | Identification of a transaction assigned by a market infrastructure other than a central securities depository, for example, Target2-Securities. | IsoMax35Text - 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 %% CorporateActionGeneralInformation162 recursion level 0 with max 1 class CorporateActionGeneralInformation162{ CorporateActionEventIdentification IsoMax35Text OfficialCorporateActionEventIdentification IsoMax35Text ClassActionNumber IsoMax35Text } CorporateActionGeneralInformation162 *-- "1..1" ICorporateActionEventType87Choice : EventType CorporateActionGeneralInformation162 *-- "1..1" SecurityIdentification19 : FinancialInstrumentIdentification CorporateActionGeneralInformation162 *-- "0..1" IFinancialInstrumentQuantity33Choice : FractionalQuantity %% ICorporateActionEventType87Choice recursion level 1 with max 1 %% SecurityIdentification19 recursion level 1 with max 1 class SecurityIdentification19{ ISIN IsoISINOct2015Identifier Description IsoMax140Text } SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification %% IFinancialInstrumentQuantity33Choice recursion level 1 with max 1
CorporateActionGeneralInformation162 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. | ICorporateActionEventType87Choice - Required 1..1 |
FinancialInstrumentIdentification | Identification of the security concerned by the corporate action. | SecurityIdentification19 - Required 1..1 |
FractionalQuantity | Fractional quantity resulting from an event which will be paid with cash in lieu. | IFinancialInstrumentQuantity33Choice - Optional 0..1 |
AccountDetails building block
General information about the safekeeping account, owner and account balance. Provides account and balance information. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AccountAndBalance49 recursion level 0 with max 1 class AccountAndBalance49{ SafekeepingAccount IsoMax35Text BlockChainAddressOrWallet IsoMax140Text } AccountAndBalance49 *-- "0..1" IPartyIdentification127Choice : AccountOwner AccountAndBalance49 *-- "0..1" ISafekeepingPlaceFormat28Choice : SafekeepingPlace AccountAndBalance49 *-- "1..1" CorporateActionBalanceDetails41 : Balance %% IPartyIdentification127Choice recursion level 1 with max 1 %% ISafekeepingPlaceFormat28Choice recursion level 1 with max 1 %% CorporateActionBalanceDetails41 recursion level 1 with max 1 CorporateActionBalanceDetails41 *-- "1..1" IBalanceFormat11Choice : ConfirmedBalance CorporateActionBalanceDetails41 *-- "0..1" TotalEligibleBalanceFormat10 : TotalEligibleBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : BlockedBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : BorrowedBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : CollateralInBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : CollateralOutBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : OnLoanBalance CorporateActionBalanceDetails41 *-- "0..0" IBalanceFormat12Choice : PendingDeliveryBalance CorporateActionBalanceDetails41 *-- "0..0" IBalanceFormat12Choice : PendingReceiptBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : OutForRegistrationBalance CorporateActionBalanceDetails41 *-- "0..0" IBalanceFormat12Choice : SettlementPositionBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : StreetPositionBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : TradeDatePositionBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : InTransshipmentBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : RegisteredBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : AffectedBalance CorporateActionBalanceDetails41 *-- "0..1" IBalanceFormat11Choice : UnaffectedBalance
AccountAndBalance49 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
SafekeepingAccount | Account where financial instruments are maintained. | IsoMax35Text - Optional 0..1 |
BlockChainAddressOrWallet | Blockchain address or wallet where digital assets are maintained. This is the equivalent of safekeeping account for digital assets. | IsoMax140Text - Optional 0..1 |
AccountOwner | Party that legally owns the account. | IPartyIdentification127Choice - Optional 0..1 |
SafekeepingPlace | Location where the financial instruments are/will be safekept. | ISafekeepingPlaceFormat28Choice - Optional 0..1 |
Balance | Provides information about balance related to a corporate action. | CorporateActionBalanceDetails41 - Required 1..1 |
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 %% CorporateAction62 recursion level 0 with max 1 CorporateAction62 *-- "0..1" CorporateActionDate59 : DateDetails CorporateAction62 *-- "0..1" ICorporateActionEventStageFormat14Choice : EventStage CorporateAction62 *-- "0..0" IAdditionalBusinessProcessFormat19Choice : AdditionalBusinessProcessIndicator CorporateAction62 *-- "0..1" IIntermediateSecuritiesDistributionTypeFormat15Choice : IntermediateSecuritiesDistributionType CorporateAction62 *-- "0..1" ILotteryTypeFormat4Choice : LotteryType %% CorporateActionDate59 recursion level 1 with max 1 CorporateActionDate59 *-- "0..1" IDateFormat43Choice : RecordDate CorporateActionDate59 *-- "0..1" IDateFormat43Choice : ExDividendDate %% ICorporateActionEventStageFormat14Choice recursion level 1 with max 1 %% IAdditionalBusinessProcessFormat19Choice recursion level 1 with max 1 %% IIntermediateSecuritiesDistributionTypeFormat15Choice recursion level 1 with max 1 %% ILotteryTypeFormat4Choice recursion level 1 with max 1
CorporateAction62 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
DateDetails | Provides information about the dates related to a corporate action event. | CorporateActionDate59 - Optional 0..1 |
EventStage | Stage in the corporate action event life cycle. | ICorporateActionEventStageFormat14Choice - Optional 0..1 |
AdditionalBusinessProcessIndicator | Indicates that the additional business process relates to a claim on the associated corporate action event. | IAdditionalBusinessProcessFormat19Choice - Unknown 0..0 |
IntermediateSecuritiesDistributionType | Type of intermediates securities distribution. | IIntermediateSecuritiesDistributionTypeFormat15Choice - Optional 0..1 |
LotteryType | Specifies the type of lottery announced. | ILotteryTypeFormat4Choice - Optional 0..1 |
CorporateActionConfirmationDetails building block
Information about the corporate action option. Provides information about the corporate action option. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionOption195 recursion level 0 with max 1 class CorporateActionOption195{ CurrencyOption ActiveCurrencyCode } CorporateActionOption195 *-- "1..1" IOptionNumber1Choice : OptionNumber CorporateActionOption195 *-- "1..1" ICorporateActionOption33Choice : OptionType CorporateActionOption195 *-- "0..0" IOptionFeaturesFormat18Choice : OptionFeatures CorporateActionOption195 *-- "0..1" IFractionDispositionType27Choice : FractionDisposition CorporateActionOption195 *-- "0..1" CorporateActionDate79 : DateDetails CorporateActionOption195 *-- "0..1" CorporateActionPeriod13 : PeriodDetails CorporateActionOption195 *-- "0..1" CorporateActionRate107 : RateAndAmountDetails CorporateActionOption195 *-- "0..1" CorporateActionPrice61 : PriceDetails CorporateActionOption195 *-- "0..1" MarketIdentification84 : PlaceOfTrade CorporateActionOption195 *-- "0..0" SecuritiesOption78 : SecuritiesMovementDetails CorporateActionOption195 *-- "0..0" CashOption79 : CashMovementDetails %% IOptionNumber1Choice recursion level 1 with max 1 %% ICorporateActionOption33Choice recursion level 1 with max 1 %% IOptionFeaturesFormat18Choice recursion level 1 with max 1 %% IFractionDispositionType27Choice recursion level 1 with max 1 %% CorporateActionDate79 recursion level 1 with max 1 CorporateActionDate79 *-- "0..1" IDateFormat43Choice : ResponseDeadline CorporateActionDate79 *-- "0..1" IDateFormat43Choice : SubscriptionCostDebitDate CorporateActionDate79 *-- "0..1" IDateFormat43Choice : MarketDeadline CorporateActionDate79 *-- "0..1" IDateFormat43Choice : ExpiryDate CorporateActionDate79 *-- "0..1" IDateFormat43Choice : CoverExpirationDeadline CorporateActionDate79 *-- "0..1" IDateFormat43Choice : ProtectDeadline CorporateActionDate79 *-- "0..1" IDateFormat43Choice : TradingDate %% CorporateActionPeriod13 recursion level 1 with max 1 CorporateActionPeriod13 *-- "0..1" Period11 : PriceCalculationPeriod CorporateActionPeriod13 *-- "0..1" Period11 : ActionPeriod CorporateActionPeriod13 *-- "0..1" Period11 : ParallelTradingPeriod %% CorporateActionRate107 recursion level 1 with max 1 class CorporateActionRate107{ MaximumAllowedOversubscriptionRate IsoPercentageRate ProrationRate IsoPercentageRate } CorporateActionRate107 *-- "0..0" IGrossDividendRateFormat35Choice : GrossDividendRate CorporateActionRate107 *-- "0..0" INetDividendRateFormat37Choice : NetDividendRate CorporateActionRate107 *-- "0..0" IInterestRateUsedForPaymentFormat7Choice : InterestRateUsedForPayment CorporateActionRate107 *-- "0..0" IRateAndAmountFormat40Choice : WithholdingTaxRate CorporateActionRate107 *-- "0..0" IRateAndAmountFormat40Choice : SecondLevelTax CorporateActionRate107 *-- "0..1" IRateAndAmountFormat39Choice : AdditionalTax CorporateActionRate107 *-- "0..0" RateTypeAndAmountAndStatus26 : TaxableIncomePerDividendShare %% CorporateActionPrice61 recursion level 1 with max 1 CorporateActionPrice61 *-- "0..1" IPriceFormat50Choice : CashInLieuOfSharePrice CorporateActionPrice61 *-- "0..1" IPriceFormat50Choice : OverSubscriptionDepositPrice %% MarketIdentification84 recursion level 1 with max 1 MarketIdentification84 *-- "0..1" IMarketIdentification1Choice : Identification MarketIdentification84 *-- "1..1" IMarketType8Choice : Type %% SecuritiesOption78 recursion level 1 with max 1 class SecuritiesOption78{ CreditDebitIndicator CreditDebitCode NewSecuritiesIssuanceIndicator NewSecuritiesIssuanceType6Code CountryOfIncomeSource CountryCode CurrencyOption ActiveCurrencyCode } SecuritiesOption78 *-- "1..1" SecurityIdentification19 : FinancialInstrumentIdentification SecuritiesOption78 *-- "0..1" ITemporaryFinancialInstrumentIndicator3Choice : TemporaryFinancialInstrumentIndicator SecuritiesOption78 *-- "0..1" IIssuerOfferorTaxabilityIndicator1Choice : IssuerOfferorTaxabilityIndicator SecuritiesOption78 *-- "0..1" GenericIdentification30 : IncomeType SecuritiesOption78 *-- "0..0" GenericIdentification30 : OtherIncomeType SecuritiesOption78 *-- "0..0" GenericIdentification30 : ExemptionType SecuritiesOption78 *-- "1..1" IQuantity51Choice : PostingQuantity SecuritiesOption78 *-- "0..1" ISafekeepingPlaceFormat29Choice : SafekeepingPlace SecuritiesOption78 *-- "0..1" IFractionDispositionType27Choice : FractionDisposition SecuritiesOption78 *-- "1..1" SecurityDate15 : DateDetails SecuritiesOption78 *-- "0..1" CorporateActionRate90 : RateDetails SecuritiesOption78 *-- "0..1" CorporateActionPrice74 : PriceDetails SecuritiesOption78 *-- "0..1" SettlementParties102 : ReceivingSettlementParties SecuritiesOption78 *-- "0..1" SettlementParties102 : DeliveringSettlementParties %% CashOption79 recursion level 1 with max 1 class CashOption79{ CreditDebitIndicator CreditDebitCode ContractualPaymentIndicator Payment1Code CountryOfIncomeSource CountryCode } CashOption79 *-- "0..1" IIssuerOfferorTaxabilityIndicator1Choice : IssuerOfferorTaxabilityIndicator CashOption79 *-- "0..1" GenericIdentification30 : IncomeType CashOption79 *-- "0..0" GenericIdentification30 : OtherIncomeType CashOption79 *-- "0..0" GenericIdentification30 : ExemptionType CashOption79 *-- "0..1" IAccount8Choice : Account CashOption79 *-- "0..1" CashParties34 : CashParties CashOption79 *-- "1..1" CorporateActionAmounts56 : AmountDetails CashOption79 *-- "1..1" CorporateActionDate65 : DateDetails CashOption79 *-- "0..0" ForeignExchangeTerms23 : ForeignExchangeDetails CashOption79 *-- "0..1" TaxVoucher4 : TaxVoucherDetails CashOption79 *-- "0..1" Rate35 : RateAndAmountDetails CashOption79 *-- "0..1" PriceDetails26 : PriceDetails
CorporateActionOption195 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
OptionNumber | Number identifying the available corporate action options. | IOptionNumber1Choice - Required 1..1 |
OptionType | Specifies the corporate action options available to the account owner. | ICorporateActionOption33Choice - Required 1..1 |
OptionFeatures | Specifies the features that may apply to a corporate action option. | IOptionFeaturesFormat18Choice - Unknown 0..0 |
FractionDisposition | Specifies how fractions resulting from derived securities will be processed or how prorated decisions will be rounding, if provided with a pro ration rate. | IFractionDispositionType27Choice - Optional 0..1 |
CurrencyOption | Currency in which the cash disbursed from an interest or dividend payment is offered. | ActiveCurrencyCode - Optional 0..1 |
DateDetails | Provides information about the dates related to a corporate action option. | CorporateActionDate79 - Optional 0..1 |
PeriodDetails | Provides information about the periods related to a corporate action option. | CorporateActionPeriod13 - Optional 0..1 |
RateAndAmountDetails | Provides information about rates and amounts related to a corporate action option. | CorporateActionRate107 - Optional 0..1 |
PriceDetails | Provides information about the prices related to a corporate action option. | CorporateActionPrice61 - Optional 0..1 |
PlaceOfTrade | Place where the trade was executed. | MarketIdentification84 - Optional 0..1 |
SecuritiesMovementDetails | Provides information about the securities movement linked to the corporate action option. | SecuritiesOption78 - Unknown 0..0 |
CashMovementDetails | Provides information about the cash movement related to a corporate action option. | CashOption79 - Unknown 0..0 |
AdditionalInformation building block
Provides additional information. Provides additional information such as the taxation conditions. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionNarrative31 recursion level 0 with max 1 class CorporateActionNarrative31{ AdditionalText IsoMax350Text NarrativeVersion IsoMax350Text PartyContactNarrative IsoMax350Text TaxationConditions IsoMax350Text }
CorporateActionNarrative31 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
AdditionalText | Provides additional information or specifies in more detail the content of a message. This field may only be used when the information to be transmitted, cannot be coded. | IsoMax350Text - Unknown 0..0 |
NarrativeVersion | Provides information that can be ignored for automated processing; - reiteration of information that has been included within structured fields, - or narrative information not needed for automatic processing. | IsoMax350Text - Unknown 0..0 |
PartyContactNarrative | Provides additional information regarding the party, for example, the contact unit or person responsible for the transaction identified in the message. | IsoMax350Text - Unknown 0..0 |
TaxationConditions | Provides taxation conditions that cannot be included within the structured fields of this message and has not been mentioned in the Service Level Agreement (SLA). | IsoMax350Text - Unknown 0..0 |
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 %% IPartyIdentification120Choice recursion level 0 with max 1
PartyIdentification120Choice 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 %% IPartyIdentification120Choice recursion level 0 with max 1
PartyIdentification120Choice 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 %% IPartyIdentification120Choice recursion level 0 with max 1
PartyIdentification120Choice 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 CorporateActionMovementConfirmationV13 implementation follows a specific implementaiton pattern. First of all, CorporateActionMovementConfirmationV13 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionMovementConfirmationV13Document implements IOuterDocument. Because CorporateActionMovementConfirmationV13 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionMovementConfirmationV13.
classDiagram class IOuterRecord CorporateActionMovementConfirmationV13 --|> IOuterRecord : Implements CorporateActionMovementConfirmationV13Document --|> IOuterDocument~CorporateActionMovementConfirmationV13~ : Implements class IOuterDocument~CorporateActionMovementConfirmationV13~ { CorporateActionMovementConfirmationV13 Message }
Document wrapper for serialization
The only real purpose CorporateActionMovementConfirmationV13Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.036.001.13’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionMovementConfirmationV13.ToDocument() method. The returned CorporateActionMovementConfirmationV13Document value will serialize correctly according to ISO 20022 standards.
classDiagram CorporateActionMovementConfirmationV13Document *-- CorporateActionMovementConfirmationV13 : 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.036.001.13">
<CorpActnMvmntConf>
<Pgntn>
<!-- Pagination inner content -->
</Pgntn>
<NtfctnId>
<!-- NotificationIdentification inner content -->
</NtfctnId>
<MvmntPrlimryAdvcId>
<!-- MovementPreliminaryAdviceIdentification inner content -->
</MvmntPrlimryAdvcId>
<InstrId>
<!-- InstructionIdentification inner content -->
</InstrId>
<OthrDocId>
<!-- OtherDocumentIdentification inner content -->
</OthrDocId>
<EvtsLkg>
<!-- EventsLinkage inner content -->
</EvtsLkg>
<TxId>
<!-- TransactionIdentification inner content -->
</TxId>
<CorpActnGnlInf>
<!-- CorporateActionGeneralInformation inner content -->
</CorpActnGnlInf>
<AcctDtls>
<!-- AccountDetails inner content -->
</AcctDtls>
<CorpActnDtls>
<!-- CorporateActionDetails inner content -->
</CorpActnDtls>
<CorpActnConfDtls>
<!-- CorporateActionConfirmationDetails inner content -->
</CorpActnConfDtls>
<AddtlInf>
<!-- AdditionalInformation inner content -->
</AddtlInf>
<IssrAgt>
<!-- IssuerAgent inner content -->
</IssrAgt>
<PngAgt>
<!-- PayingAgent inner content -->
</PngAgt>
<SubPngAgt>
<!-- SubPayingAgent inner content -->
</SubPngAgt>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</CorpActnMvmntConf>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_yg7ApxbHEeyroI8qKgB7Mg"
nextVersions="_V4grrzN3Ee2Amemf1A0gtA"
previousVersion="_B3V64e2zEeqc-LCjwLsUVg"
name="CorporateActionMovementConfirmationV13"
definition="Scope
The CorporateActionMovementConfirmation message is sent by an account servicer to an account owner or its designated agent to confirm the posting of securities or cash as a result of a corporate action event.
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="_EXlwHP8sEeCucdcGpZ6bIQ"
xmlTag="CorpActnMvmntConf"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_yg7AqRbHEeyroI8qKgB7Mg"
nextVersions="_V4grsTN3Ee2Amemf1A0gtA"
previousVersion="_B3V64-2zEeqc-LCjwLsUVg"
name="OptionNumberRule"
definition="The CorporateActionConfirmationDetails/OptionNumber value provided must be the same as the one provided in the related CorporateActionOptionDetails/OptionNumber element of the CorporateActionNotification or CorporateActionMovementPreliminaryAdvice messages previously sent."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7AqxbHEeyroI8qKgB7Mg"
nextVersions="_V4grszN3Ee2Amemf1A0gtA"
previousVersion="_B3V65e2zEeqc-LCjwLsUVg"
name="OtherDocumentIdentificationRule"
definition="If CorporateActionConfirmationDetails/CashMovementDetails/AmountDetails/IndemnityAmount is present, then OtherDocumentationIdentification must be present to refer to the linked settlement confirmation."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7ArRbHEeyroI8qKgB7Mg"
nextVersions="_V4grtTN3Ee2Amemf1A0gtA"
previousVersion="_B3V65-2zEeqc-LCjwLsUVg"
name="ScripOrDividendReinvestment1Rule"
definition="If CorporateActionConfirmationDetails/CashMovementDetails/AmountDetails/CashAmountCarriedForward or CorporateActionConfirmationDetails/CashMovementDetails/AmountDetails/CashAmountBroughtForward is present, then CorporateActionGeneralInformation/EventType/Code value must be either DVSC (ScripDividend) or DRIP (DividendReinvestment)."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7ArxbHEeyroI8qKgB7Mg"
nextVersions="_V4grtzN3Ee2Amemf1A0gtA"
previousVersion="_B3V66e2zEeqc-LCjwLsUVg"
name="ScripOrDividendReinvestment2Rule"
definition="If CorporateActionConfirmationDetails/CashMovementDetails/AmountDetails/NotionalDividendPayableAmount or CorporateActionConfirmationDetails/CashMovementDetails/AmountDetails/NotionalTaxAmount is present, then CorporateActionGeneralInformation/EventType/Code value must be DVSC (ScripDividend)."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7AsRbHEeyroI8qKgB7Mg"
nextVersions="_V4gruTN3Ee2Amemf1A0gtA"
previousVersion="_B3V66-2zEeqc-LCjwLsUVg"
name="ScripOrDividendReinvestment3Rule"
definition="If CorporateActionConfirmationDetails/CashMovementDetails/TaxVoucherDetails/BargainDate or CorporateActionConfirmationDetails/CashMovementDetails/TaxVoucherDetails/BargainSettlementDate is present, then CorporateActionGeneralInformation/EventType/Code value must be DRIP (DividendReinvestment)."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7AsxbHEeyroI8qKgB7Mg"
nextVersions="_V4gruzN3Ee2Amemf1A0gtA"
previousVersion="_B3V67e2zEeqc-LCjwLsUVg"
name="AdditionalInformationRule"
definition="All elements in the AdditionalInformation sequence must not contain information that can be provided in a structured field unless bilaterally agreed or advised differently in the element definition as in AdditionalInformation/NarrativeVersion."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7AtRbHEeyroI8qKgB7Mg"
nextVersions="_V4grvTN3Ee2Amemf1A0gtA"
previousVersion="_B3V67-2zEeqc-LCjwLsUVg"
name="IssuerAgentGuideline"
definition="IssuerAgent must be used only in the communication between a CSD and local custodians."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_X2k9ABezEeyroI8qKgB7Mg"
nextVersions="_V4grvzN3Ee2Amemf1A0gtA"
name="IncentivePremiumEventType1Rule"
definition="If Code value is equal to INCP (IncentivePremiumPayment) in CorporateActionDetails/AdditionalBusinessProcessIndicator, then CorporateActionGeneralInformation/EventType/Code value must be equal to CONS (Consent).
(MT 566 NVR C9)"
registrationStatus="Provisionally Registered"
expression="<RuleDefinition><ComplexRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ComplexRule"><mustBe><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>Consent</rightOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionDetails/AdditionalBusinessProcessIndicator[*]/Code</leftOperand><rightOperand>IncentivePremiumPayment</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_PWj10Bn6EeyroI8qKgB7Mg"
nextVersions="_V4grwTN3Ee2Amemf1A0gtA"
name="IntermediateSecuritiesDistribution1Rule"
definition="If CorporateActionGeneralInformation/EventType/Code is RHDI (IntermediateSecuritiesDistribution), then CorporateActionDetails/
IntermediateSecuritiesDistributionType must be present.
(MT 566 NVR C5)."
registrationStatus="Provisionally Registered"
expression="<RuleDefinition><ComplexRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ComplexRule"><mustBe><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionDetails</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionDetails/IntermediateSecuritiesDistributionType</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>IntermediateSecuritiesDistribution</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<messageBuildingBlock
xmi:id="_yg7AvRbHEeyroI8qKgB7Mg"
nextVersions="_V4gryTN3Ee2Amemf1A0gtA"
previousVersion="_B3V69-2zEeqc-LCjwLsUVg"
name="Pagination"
definition="Page number of the message and continuation indicator to indicate that the multi-part notification is to continue or that the message is the last page of the multi-part notification."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Pgntn"
complexType="_xhMHQa6XEees_ufOy2ci-g" />
<messageBuildingBlock
xmi:id="_yg7AvxbHEeyroI8qKgB7Mg"
nextVersions="_V4gryzN3Ee2Amemf1A0gtA"
previousVersion="_B3V6-e2zEeqc-LCjwLsUVg"
name="NotificationIdentification"
definition="Identification of a previously sent notification document."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="NtfctnId"
complexType="_e22_UTnXEeWLJsP1cO-amg" />
<messageBuildingBlock
xmi:id="_yg7AwRbHEeyroI8qKgB7Mg"
nextVersions="_V4grzTN3Ee2Amemf1A0gtA"
previousVersion="_B3V6--2zEeqc-LCjwLsUVg"
name="MovementPreliminaryAdviceIdentification"
definition="Identification of a previously sent movement preliminary advice document."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="MvmntPrlimryAdvcId"
complexType="_e22_UTnXEeWLJsP1cO-amg" />
<messageBuildingBlock
xmi:id="_yg7AwxbHEeyroI8qKgB7Mg"
nextVersions="_V4grzzN3Ee2Amemf1A0gtA"
previousVersion="_B3V6_e2zEeqc-LCjwLsUVg"
name="InstructionIdentification"
definition="Identification of a related instruction document."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="InstrId"
complexType="_RXpteNp-Ed-ak6NoX_4Aeg_66239534" />
<messageBuildingBlock
xmi:id="_yg7AxRbHEeyroI8qKgB7Mg"
nextVersions="_V4gr0TN3Ee2Amemf1A0gtA"
previousVersion="_B3V6_-2zEeqc-LCjwLsUVg"
name="OtherDocumentIdentification"
definition="Identification of other documents as well as the document number."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="OthrDocId"
complexType="_ni5s8TnYEeWLJsP1cO-amg" />
<messageBuildingBlock
xmi:id="_yg7AxxbHEeyroI8qKgB7Mg"
nextVersions="_V4gr0zN3Ee2Amemf1A0gtA"
previousVersion="_B3V7Ae2zEeqc-LCjwLsUVg"
name="EventsLinkage"
definition="Identification of another corporate action event that needs to be closely linked to the processing of the event notified in this document."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="EvtsLkg"
complexType="_n8yzsznYEeWLJsP1cO-amg" />
<messageBuildingBlock
xmi:id="_yg7AyRbHEeyroI8qKgB7Mg"
nextVersions="_V4gr1TN3Ee2Amemf1A0gtA"
previousVersion="_B3V7A-2zEeqc-LCjwLsUVg"
name="TransactionIdentification"
definition="Transaction type and identification information."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="TxId"
complexType="_KhcXke6MEeqc-LCjwLsUVg" />
<messageBuildingBlock
xmi:id="_yg7AyxbHEeyroI8qKgB7Mg"
nextVersions="_V4gr1zN3Ee2Amemf1A0gtA"
previousVersion="_B3V7Be2zEeqc-LCjwLsUVg"
name="CorporateActionGeneralInformation"
definition="General information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CorpActnGnlInf"
complexType="_DuVq8Rn5EeyroI8qKgB7Mg" />
<messageBuildingBlock
xmi:id="_yg7AzRbHEeyroI8qKgB7Mg"
nextVersions="_V4gr2TN3Ee2Amemf1A0gtA"
previousVersion="_B3V7B-2zEeqc-LCjwLsUVg"
name="AccountDetails"
definition="General information about the safekeeping account, owner and account balance."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="AcctDtls"
complexType="_IYCjyxuyEeyhRdHRjakS2w" />
<messageBuildingBlock
xmi:id="_yg7AzxbHEeyroI8qKgB7Mg"
nextVersions="_V4gr2zN3Ee2Amemf1A0gtA"
previousVersion="_B3V7Ce2zEeqc-LCjwLsUVg"
name="CorporateActionDetails"
definition="Information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="CorpActnDtls"
complexType="_Zj9MMRewEeyroI8qKgB7Mg" />
<messageBuildingBlock
xmi:id="_yg7A0RbHEeyroI8qKgB7Mg"
nextVersions="_V4gr3TN3Ee2Amemf1A0gtA"
previousVersion="_B3V7C-2zEeqc-LCjwLsUVg"
name="CorporateActionConfirmationDetails"
definition="Information about the corporate action option."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CorpActnConfDtls"
complexType="_Qy2akRe-EeyroI8qKgB7Mg" />
<messageBuildingBlock
xmi:id="_yg7A0xbHEeyroI8qKgB7Mg"
nextVersions="_V4gr3zN3Ee2Amemf1A0gtA"
previousVersion="_B3V7De2zEeqc-LCjwLsUVg"
name="AdditionalInformation"
definition="Provides additional information."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="AddtlInf"
complexType="_5X-ooWLLEeWR9ZSfjmHwUA" />
<messageBuildingBlock
xmi:id="_yg7A1RbHEeyroI8qKgB7Mg"
nextVersions="_V4gr4TN3Ee2Amemf1A0gtA"
previousVersion="_B3V7D-2zEeqc-LCjwLsUVg"
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="_Vul5MbpYEeifFaUMRKyMMw" />
<messageBuildingBlock
xmi:id="_yg7A1xbHEeyroI8qKgB7Mg"
nextVersions="_V4gr4zN3Ee2Amemf1A0gtA"
previousVersion="_B3V7Ee2zEeqc-LCjwLsUVg"
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="_Vul5MbpYEeifFaUMRKyMMw" />
<messageBuildingBlock
xmi:id="_yg7A2RbHEeyroI8qKgB7Mg"
nextVersions="_V4gr5TN3Ee2Amemf1A0gtA"
previousVersion="_B3V7E-2zEeqc-LCjwLsUVg"
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="_Vul5MbpYEeifFaUMRKyMMw" />
<messageBuildingBlock
xmi:id="_yg7A2xbHEeyroI8qKgB7Mg"
nextVersions="_V4gr5zN3Ee2Amemf1A0gtA"
previousVersion="_B3V7Fe2zEeqc-LCjwLsUVg"
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="036"
flavour="001"
version="13" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.