seev.035.001.14
Scope The CorporateActionMovementPreliminaryAdvice message is sent by an account servicer to an account owner or its designated agent:
- to advise about the final eligible balance and entitlements and,
- to pre-advise an upcoming posting or reversal of securities and/or cash postings. 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 %% CorporateActionMovementPreliminaryAdviceV14 recursion level 0 with max 0 CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" Pagination1 : Pagination CorporateActionMovementPreliminaryAdviceV14 *-- "1..1" CorporateActionPreliminaryAdviceType3 : MovementPreliminaryAdviceGeneralInformation CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" DocumentIdentification31 : PreviousMovementPreliminaryAdviceIdentification CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" DocumentIdentification31 : NotificationIdentification CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" DocumentIdentification31 : MovementConfirmationIdentification CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" DocumentIdentification9 : InstructionIdentification CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" DocumentIdentification32 : OtherDocumentIdentification CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" CorporateActionEventReference3 : EventsLinkage CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" CorporateActionReversalReason5 : ReversalReason CorporateActionMovementPreliminaryAdviceV14 *-- "1..1" CorporateActionGeneralInformation163 : CorporateActionGeneralInformation CorporateActionMovementPreliminaryAdviceV14 *-- "1..1" IAccountIdentification47Choice : AccountDetails CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" CorporateAction69 : CorporateActionDetails CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" CorporateActionOption209 : CorporateActionMovementDetails CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" CorporateActionNarrative52 : AdditionalInformation CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification129Choice : IssuerAgent CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification120Choice : PayingAgent CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification120Choice : SubPayingAgent CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification120Choice : Registrar CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification120Choice : ResellingAgent CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification120Choice : PhysicalSecuritiesAgent CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification120Choice : DropAgent CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification120Choice : SolicitationAgent CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification120Choice : InformationAgent CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" SupplementaryData1 : SupplementaryData CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification129Choice : Issuer CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification129Choice : Offeror CorporateActionMovementPreliminaryAdviceV14 *-- "0..1" IPartyIdentification129Choice : TransferAgent
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 preliminary advice is to continue or that the message is the last page of the multi-part preliminary advice. 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 |
MovementPreliminaryAdviceGeneralInformation building block
General information about the movement preliminary advice document. Type of movement preliminary advice document. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionPreliminaryAdviceType3 recursion level 0 with max 1 class CorporateActionPreliminaryAdviceType3{ Type CorporateActionPreliminaryAdviceType1Code Function CorporateActionMovementPreliminaryAdviceFunction1Code }
CorporateActionPreliminaryAdviceType3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Type | Type of movement preliminary advice, for example. new or replacement. | CorporateActionPreliminaryAdviceType1Code - Required 1..1 |
Function | Specifies whether the message advises about the final eligible balance and entitlements or about an upcoming posting or reversal of securities and/or cash postings. | CorporateActionMovementPreliminaryAdviceFunction1Code - Required 1..1 |
PreviousMovementPreliminaryAdviceIdentification building block
Identification of the 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 |
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 |
MovementConfirmationIdentification building block
Identification of a previously sent movement confirmation 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 |
ReversalReason building block
Reason for the reversal. Specifies the reason why the corporate action reversal occurs. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionReversalReason5 recursion level 0 with max 1 class CorporateActionReversalReason5{ AdditionalReasonInformation IsoMax256Text } CorporateActionReversalReason5 *-- "1..1" ICorporateActionReversalReason5Choice : Reason %% ICorporateActionReversalReason5Choice recursion level 1 with max 1
CorporateActionReversalReason5 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Reason | Specifies the reason for the reversal. | ICorporateActionReversalReason5Choice - Required 1..1 |
AdditionalReasonInformation | Provides additional information about the processed instruction. | IsoMax256Text - Optional 0..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 %% CorporateActionGeneralInformation163 recursion level 0 with max 1 class CorporateActionGeneralInformation163{ CorporateActionEventIdentification IsoMax35Text OfficialCorporateActionEventIdentification IsoMax35Text ClassActionNumber IsoMax35Text } CorporateActionGeneralInformation163 *-- "0..1" ICorporateActionEventProcessingType2Choice : EventProcessingType CorporateActionGeneralInformation163 *-- "1..1" ICorporateActionEventType86Choice : EventType CorporateActionGeneralInformation163 *-- "1..1" ICorporateActionMandatoryVoluntary3Choice : MandatoryVoluntaryEventType CorporateActionGeneralInformation163 *-- "1..1" FinancialInstrumentAttributes108 : UnderlyingSecurity %% ICorporateActionEventProcessingType2Choice recursion level 1 with max 1 %% ICorporateActionEventType86Choice recursion level 1 with max 1 %% ICorporateActionMandatoryVoluntary3Choice recursion level 1 with max 1 %% FinancialInstrumentAttributes108 recursion level 1 with max 1 class FinancialInstrumentAttributes108{ DenominationCurrency ActiveOrHistoricCurrencyCode NextCouponDate IsoISODate ExpiryDate IsoISODate FloatingRateFixingDate IsoISODate MaturityDate IsoISODate IssueDate IsoISODate NextCallableDate IsoISODate PutableDate IsoISODate DatedDate IsoISODate ConversionDate IsoISODate } FinancialInstrumentAttributes108 *-- "1..1" SecurityIdentification19 : FinancialInstrumentIdentification FinancialInstrumentAttributes108 *-- "0..1" IMarketIdentification3Choice : PlaceOfListing FinancialInstrumentAttributes108 *-- "0..1" IInterestComputationMethodFormat4Choice : DayCountBasis FinancialInstrumentAttributes108 *-- "0..1" IClassificationType32Choice : ClassificationType FinancialInstrumentAttributes108 *-- "0..1" IOptionStyle8Choice : OptionStyle FinancialInstrumentAttributes108 *-- "0..1" IRateFormat3Choice : InterestRate FinancialInstrumentAttributes108 *-- "0..1" IRateFormat3Choice : NextInterestRate FinancialInstrumentAttributes108 *-- "0..1" IRateFormat3Choice : PercentageOfDebtClaim FinancialInstrumentAttributes108 *-- "0..1" IRateFormat12Choice : PreviousFactor FinancialInstrumentAttributes108 *-- "0..1" IRateFormat12Choice : NextFactor FinancialInstrumentAttributes108 *-- "0..1" QuantityToQuantityRatio1 : WarrantParity FinancialInstrumentAttributes108 *-- "0..1" IFinancialInstrumentQuantity33Choice : MinimumNominalQuantity FinancialInstrumentAttributes108 *-- "0..1" IFinancialInstrumentQuantity33Choice : ContractSize
CorporateActionGeneralInformation163 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 |
EventProcessingType | Type of processing involved by a corporate action. | ICorporateActionEventProcessingType2Choice - Optional 0..1 |
EventType | Type of corporate action event. | ICorporateActionEventType86Choice - Required 1..1 |
MandatoryVoluntaryEventType | Specifies whether the event is mandatory, mandatory with options or voluntary. | ICorporateActionMandatoryVoluntary3Choice - Required 1..1 |
UnderlyingSecurity | Security concerned by the corporate action. | FinancialInstrumentAttributes108 - Required 1..1 |
AccountDetails building block
General information about the safekeeping account, owner and account balance. Choice between all accounts (GENR - General in ISO 15022) or one or more selected accounts. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IAccountIdentification47Choice recursion level 0 with max 1
AccountIdentification47Choice members
Member name | Description | Data Type / Multiplicity |
---|
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 %% CorporateAction69 recursion level 0 with max 1 CorporateAction69 *-- "0..1" CorporateActionDate85 : DateDetails CorporateAction69 *-- "0..1" CorporateActionQuantity12 : SecuritiesQuantity CorporateAction69 *-- "0..1" ICorporateActionEventStageFormat14Choice : EventStage CorporateAction69 *-- "0..0" IAdditionalBusinessProcessFormat18Choice : AdditionalBusinessProcessIndicator CorporateAction69 *-- "0..1" IIntermediateSecuritiesDistributionTypeFormat15Choice : IntermediateSecuritiesDistributionType CorporateAction69 *-- "0..1" ILotteryTypeFormat4Choice : LotteryType %% CorporateActionDate85 recursion level 1 with max 1 CorporateActionDate85 *-- "0..1" IDateFormat30Choice : RecordDate CorporateActionDate85 *-- "0..1" IDateFormat30Choice : ExDividendDate CorporateActionDate85 *-- "0..1" IDateFormat30Choice : LotteryDate %% CorporateActionQuantity12 recursion level 1 with max 1 CorporateActionQuantity12 *-- "0..1" IFinancialInstrumentQuantity35Choice : BaseDenomination CorporateActionQuantity12 *-- "0..1" IFinancialInstrumentQuantity35Choice : IncrementalDenomination %% ICorporateActionEventStageFormat14Choice recursion level 1 with max 1 %% IAdditionalBusinessProcessFormat18Choice recursion level 1 with max 1 %% IIntermediateSecuritiesDistributionTypeFormat15Choice recursion level 1 with max 1 %% ILotteryTypeFormat4Choice recursion level 1 with max 1
CorporateAction69 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
DateDetails | Provides information about the dates related to a corporate action event. | CorporateActionDate85 - Optional 0..1 |
SecuritiesQuantity | Provides information about securities quantity linked to a corporate action. | CorporateActionQuantity12 - Optional 0..1 |
EventStage | Stage in the corporate action event life cycle. | ICorporateActionEventStageFormat14Choice - Optional 0..1 |
AdditionalBusinessProcessIndicator | Indicates whether the message is related to a claim on the associated corporate action event. | IAdditionalBusinessProcessFormat18Choice - Unknown 0..0 |
IntermediateSecuritiesDistributionType | Specifies the type of intermediates securities distribution. | IIntermediateSecuritiesDistributionTypeFormat15Choice - Optional 0..1 |
LotteryType | Specifies the type of lottery announced. | ILotteryTypeFormat4Choice - Optional 0..1 |
CorporateActionMovementDetails 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 %% CorporateActionOption209 recursion level 0 with max 1 class CorporateActionOption209{ OptionNumber IsoExact3NumericText NonDomicileCountry CountryCode ValidDomicileCountry CountryCode CurrencyOption ActiveCurrencyCode ChargesAppliedIndicator IsoYesNoIndicator CertificationBreakdownIndicator IsoYesNoIndicator WithdrawalAllowedIndicator IsoYesNoIndicator ChangeAllowedIndicator IsoYesNoIndicator AppliedOptionIndicator IsoYesNoIndicator } CorporateActionOption209 *-- "1..1" ICorporateActionOption37Choice : OptionType CorporateActionOption209 *-- "0..1" IFractionDispositionType26Choice : FractionDisposition CorporateActionOption209 *-- "0..0" IOfferTypeFormat12Choice : OfferType CorporateActionOption209 *-- "0..0" IOptionFeaturesFormat24Choice : OptionFeatures CorporateActionOption209 *-- "0..1" IOptionAvailabilityStatus3Choice : OptionAvailabilityStatus CorporateActionOption209 *-- "0..0" IBeneficiaryCertificationType9Choice : CertificationBreakdownType CorporateActionOption209 *-- "1..1" IDefaultProcessingOrStandingInstruction1Choice : DefaultProcessingOrStandingInstruction CorporateActionOption209 *-- "0..1" SecurityIdentification19 : SecurityIdentification CorporateActionOption209 *-- "0..1" CorporateActionDate78 : DateDetails CorporateActionOption209 *-- "0..1" CorporateActionPeriod12 : PeriodDetails CorporateActionOption209 *-- "0..1" CorporateActionRate106 : RateAndAmountDetails CorporateActionOption209 *-- "0..1" CorporateActionPrice68 : PriceDetails CorporateActionOption209 *-- "0..1" SecuritiesOption81 : SecuritiesQuantity CorporateActionOption209 *-- "0..0" SecuritiesOption92 : SecuritiesMovementDetails CorporateActionOption209 *-- "0..0" CashOption84 : CashMovementDetails CorporateActionOption209 *-- "0..1" CorporateActionNarrative29 : AdditionalInformation %% ICorporateActionOption37Choice recursion level 1 with max 1 %% IFractionDispositionType26Choice recursion level 1 with max 1 %% IOfferTypeFormat12Choice recursion level 1 with max 1 %% IOptionFeaturesFormat24Choice recursion level 1 with max 1 %% IOptionAvailabilityStatus3Choice recursion level 1 with max 1 %% IBeneficiaryCertificationType9Choice recursion level 1 with max 1 %% IDefaultProcessingOrStandingInstruction1Choice recursion level 1 with max 1 %% SecurityIdentification19 recursion level 1 with max 1 class SecurityIdentification19{ ISIN IsoISINOct2015Identifier Description IsoMax140Text } SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification %% CorporateActionDate78 recursion level 1 with max 1 CorporateActionDate78 *-- "0..1" IDateFormat43Choice : EarlyResponseDeadline CorporateActionDate78 *-- "0..1" IDateFormat43Choice : CoverExpirationDeadline CorporateActionDate78 *-- "0..1" IDateFormat43Choice : ProtectDeadline CorporateActionDate78 *-- "0..1" IDateFormat43Choice : MarketDeadline CorporateActionDate78 *-- "0..1" IDateFormat44Choice : ResponseDeadline CorporateActionDate78 *-- "0..1" IDateFormat43Choice : ExpiryDate CorporateActionDate78 *-- "0..1" IDateFormat43Choice : SubscriptionCostDebitDate CorporateActionDate78 *-- "0..1" IDateFormat43Choice : DepositoryCoverExpirationDate CorporateActionDate78 *-- "0..1" IDateFormat43Choice : StockLendingDeadline CorporateActionDate78 *-- "0..0" BorrowerLendingDeadline5 : BorrowerStockLendingDeadline %% CorporateActionPeriod12 recursion level 1 with max 1 CorporateActionPeriod12 *-- "0..1" IPeriod6Choice : PriceCalculationPeriod CorporateActionPeriod12 *-- "0..1" IPeriod6Choice : ParallelTradingPeriod CorporateActionPeriod12 *-- "0..1" IPeriod6Choice : ActionPeriod CorporateActionPeriod12 *-- "0..1" IPeriod6Choice : RevocabilityPeriod CorporateActionPeriod12 *-- "0..1" IPeriod6Choice : PrivilegeSuspensionPeriod CorporateActionPeriod12 *-- "0..1" IPeriod6Choice : AccountServicerRevocabilityPeriod CorporateActionPeriod12 *-- "0..1" IPeriod6Choice : DepositorySuspensionPeriodForWithdrawal %% CorporateActionRate106 recursion level 1 with max 1 CorporateActionRate106 *-- "0..1" IRateAndAmountFormat37Choice : AdditionalTax CorporateActionRate106 *-- "0..0" IGrossDividendRateFormat36Choice : GrossDividendRate CorporateActionRate106 *-- "0..0" INetDividendRateFormat38Choice : NetDividendRate CorporateActionRate106 *-- "0..0" IInterestRateUsedForPaymentFormat8Choice : InterestRateUsedForPayment CorporateActionRate106 *-- "0..1" IRateFormat3Choice : MaximumAllowedOversubscriptionRate CorporateActionRate106 *-- "0..1" IRateFormat3Choice : ProrationRate CorporateActionRate106 *-- "0..0" IRateAndAmountFormat41Choice : WithholdingTaxRate CorporateActionRate106 *-- "0..0" IRateAndAmountFormat41Choice : SecondLevelTax CorporateActionRate106 *-- "0..0" RateTypeAndAmountAndStatus26 : TaxableIncomePerDividendShare CorporateActionRate106 *-- "0..1" IRateAndAmountFormat37Choice : TaxOnIncome %% CorporateActionPrice68 recursion level 1 with max 1 CorporateActionPrice68 *-- "0..1" IPriceFormat45Choice : CashInLieuOfSharePrice CorporateActionPrice68 *-- "0..1" IPriceFormat45Choice : OverSubscriptionDepositPrice CorporateActionPrice68 *-- "0..1" IPriceFormat61Choice : MaximumCashToInstruct CorporateActionPrice68 *-- "0..1" IPriceFormat61Choice : MinimumCashToInstruct CorporateActionPrice68 *-- "0..1" IPriceFormat61Choice : MinimumMultipleCashToInstruct %% SecuritiesOption81 recursion level 1 with max 1 SecuritiesOption81 *-- "0..1" IFinancialInstrumentQuantity34Choice : MaximumQuantityToInstruct SecuritiesOption81 *-- "0..1" IFinancialInstrumentQuantity34Choice : MinimumQuantityToInstruct SecuritiesOption81 *-- "0..1" IFinancialInstrumentQuantity35Choice : MinimumMultipleQuantityToInstruct SecuritiesOption81 *-- "0..1" IFinancialInstrumentQuantity35Choice : NewBoardLotQuantity SecuritiesOption81 *-- "0..1" IFinancialInstrumentQuantity35Choice : NewDenominationQuantity SecuritiesOption81 *-- "0..1" IFinancialInstrumentQuantity35Choice : FrontEndOddLotQuantity SecuritiesOption81 *-- "0..1" IFinancialInstrumentQuantity35Choice : BackEndOddLotQuantity %% SecuritiesOption92 recursion level 1 with max 1 class SecuritiesOption92{ CreditDebitIndicator CreditDebitCode NewSecuritiesIssuanceIndicator NewSecuritiesIssuanceType5Code CountryOfIncomeSource CountryCode CurrencyOption ActiveCurrencyCode } SecuritiesOption92 *-- "1..1" FinancialInstrumentAttributes107 : SecurityDetails SecuritiesOption92 *-- "0..1" ITemporaryFinancialInstrumentIndicator3Choice : TemporaryFinancialInstrumentIndicator SecuritiesOption92 *-- "0..1" INonEligibleProceedsIndicator3Choice : NonEligibleProceedsIndicator SecuritiesOption92 *-- "0..1" IIssuerOfferorTaxabilityIndicator1Choice : IssuerOfferorTaxabilityIndicator SecuritiesOption92 *-- "0..1" GenericIdentification30 : IncomeType SecuritiesOption92 *-- "0..0" GenericIdentification30 : OtherIncomeType SecuritiesOption92 *-- "0..0" GenericIdentification30 : ExemptionType SecuritiesOption92 *-- "0..1" IQuantity51Choice : EntitledQuantity SecuritiesOption92 *-- "0..1" ISafekeepingPlaceFormat29Choice : SafekeepingPlace SecuritiesOption92 *-- "0..1" IFractionDispositionType26Choice : FractionDisposition SecuritiesOption92 *-- "0..1" IPeriod6Choice : TradingPeriod SecuritiesOption92 *-- "1..1" SecurityDate20 : DateDetails SecuritiesOption92 *-- "0..1" CorporateActionRate112 : RateDetails SecuritiesOption92 *-- "0..1" CorporateActionPrice75 : PriceDetails SecuritiesOption92 *-- "0..1" CorporateActionAmounts60 : AmountDetails %% CashOption84 recursion level 1 with max 1 class CashOption84{ CreditDebitIndicator CreditDebitCode ContractualPaymentIndicator Payment1Code CountryOfIncomeSource CountryCode } CashOption84 *-- "0..1" INonEligibleProceedsIndicator3Choice : NonEligibleProceedsIndicator CashOption84 *-- "0..1" IIssuerOfferorTaxabilityIndicator1Choice : IssuerOfferorTaxabilityIndicator CashOption84 *-- "0..1" GenericIdentification30 : IncomeType CashOption84 *-- "0..0" GenericIdentification30 : OtherIncomeType CashOption84 *-- "0..0" GenericIdentification30 : ExemptionType CashOption84 *-- "0..1" ICashAccountIdentification5Choice : CashAccountIdentification CashOption84 *-- "0..1" CorporateActionAmounts55 : AmountDetails CashOption84 *-- "1..1" CorporateActionDate84 : DateDetails CashOption84 *-- "0..1" ForeignExchangeTerms24 : ForeignExchangeDetails CashOption84 *-- "0..1" Rate36 : RateAndAmountDetails CashOption84 *-- "0..1" PriceDetails31 : PriceDetails %% CorporateActionNarrative29 recursion level 1 with max 1 CorporateActionNarrative29 *-- "0..1" UpdatedAdditionalInformation3 : AdditionalText CorporateActionNarrative29 *-- "0..1" UpdatedAdditionalInformation3 : NarrativeVersion CorporateActionNarrative29 *-- "0..1" UpdatedAdditionalInformation1 : InformationConditions CorporateActionNarrative29 *-- "0..1" UpdatedAdditionalInformation1 : InformationToComplyWith CorporateActionNarrative29 *-- "0..1" UpdatedAdditionalInformation1 : SecurityRestriction CorporateActionNarrative29 *-- "0..1" UpdatedAdditionalInformation1 : TaxationConditions CorporateActionNarrative29 *-- "0..1" UpdatedAdditionalInformation1 : Disclaimer CorporateActionNarrative29 *-- "0..1" UpdatedAdditionalInformation1 : CertificationBreakdown
CorporateActionOption209 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
OptionNumber | Number identifying the available corporate action options. | IsoExact3NumericText - Required 1..1 |
OptionType | Specifies the corporate action options available to the account owner. | ICorporateActionOption37Choice - Required 1..1 |
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. | IFractionDispositionType26Choice - Optional 0..1 |
OfferType | Specifies the conditions that apply to the offer. | IOfferTypeFormat12Choice - Unknown 0..0 |
OptionFeatures | Specifies the features that may apply to a corporate action option. | IOptionFeaturesFormat24Choice - Unknown 0..0 |
OptionAvailabilityStatus | Specifies the status of the option. | IOptionAvailabilityStatus3Choice - Optional 0..1 |
CertificationBreakdownType | Type of certification/breakdown. | IBeneficiaryCertificationType9Choice - Unknown 0..0 |
NonDomicileCountry | Holder of the security has to certify, in line with the terms of the corporate action, that it is not domiciled in the country indicated. | CountryCode - Unknown 0..0 |
ValidDomicileCountry | Country of domicile in which the Corporate Action option is valid. The holder of the security has to certify that it is domiciled in the country indicated. | CountryCode - Unknown 0..0 |
CurrencyOption | Currency in which the cash disbursed from an interest or dividend payment is offered. | ActiveCurrencyCode - Optional 0..1 |
DefaultProcessingOrStandingInstruction | Indicates whether the corporate action movement is a default processing or a standing instruction. | IDefaultProcessingOrStandingInstruction1Choice - Required 1..1 |
ChargesAppliedIndicator | Indicates whether redemption charges apply. | IsoYesNoIndicator - Optional 0..1 |
CertificationBreakdownIndicator | Indicates whether certification/breakdown is required from the account owner. Yes: certification required No: no certification required. | IsoYesNoIndicator - Optional 0..1 |
WithdrawalAllowedIndicator | Indicates whether withdrawal of instruction is allowed. | IsoYesNoIndicator - Optional 0..1 |
ChangeAllowedIndicator | Indicates whether change of instruction is allowed. | IsoYesNoIndicator - Optional 0..1 |
AppliedOptionIndicator | Indicates whether the option, different from the default one, shall be applied by the account owner. | IsoYesNoIndicator - Optional 0..1 |
SecurityIdentification | Identifies the financial instrument. | SecurityIdentification19 - Optional 0..1 |
DateDetails | Provides information about the dates related to a corporate action option. | CorporateActionDate78 - Optional 0..1 |
PeriodDetails | Provides information about the periods related to a corporate action option. | CorporateActionPeriod12 - Optional 0..1 |
RateAndAmountDetails | Provides information about rates and amounts related to a corporate action option. | CorporateActionRate106 - Optional 0..1 |
PriceDetails | Provides information about the prices related to a corporate action option. | CorporateActionPrice68 - Optional 0..1 |
SecuritiesQuantity | Provides information about securities quantity related to a corporate action option. | SecuritiesOption81 - Optional 0..1 |
SecuritiesMovementDetails | Provides information about securities movement related to a corporate action option. | SecuritiesOption92 - Unknown 0..0 |
CashMovementDetails | Provides information about the cash movement linked to the corporate action option. | CashOption84 - Unknown 0..0 |
AdditionalInformation | Provides additional information about the corporate action movement. | CorporateActionNarrative29 - Optional 0..1 |
AdditionalInformation building block
Provides additional information. Provides additional information such as the taxation conditions. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionNarrative52 recursion level 0 with max 1 CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : AdditionalText CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : NarrativeVersion CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : InformationConditions CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : InformationToComplyWith CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : TaxationConditions CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : Disclaimer CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : PartyContactNarrative CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : RegistrationDetails CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : BasketOrIndexInformation CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : CertificationBreakdown CorporateActionNarrative52 *-- "0..1" UpdatedAdditionalInformation1 : ProcessingTextForNextIntermediary %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text } %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text } %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text } %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text } %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text } %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text } %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text } %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text } %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text } %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text } %% UpdatedAdditionalInformation1 recursion level 1 with max 1 class UpdatedAdditionalInformation1{ UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax350Text }
CorporateActionNarrative52 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. | UpdatedAdditionalInformation1 - Optional 0..1 |
NarrativeVersion | Provides information that can be ignored for automated processing; - reiteration of information that has been included within structured fields of this message, - or narrative information not needed for automatic processing. | UpdatedAdditionalInformation1 - Optional 0..1 |
InformationConditions | Provides conditional information related to the event, for example, an offer is subject to 50 percent acceptance, the offeror allows the securities holder to set some conditions. | UpdatedAdditionalInformation1 - Optional 0..1 |
InformationToComplyWith | Provides information conditions to the account owner that are to be complied with, for example, not open to US/Canadian residents, Qualified Institutional Buyers (QIB) or SIL (Sophisticated Investor Letter) to be provided. | UpdatedAdditionalInformation1 - Optional 0..1 |
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). | UpdatedAdditionalInformation1 - Optional 0..1 |
Disclaimer | Provides a disclaimer relative to the information provided in the message. It may be ignored for automated processing. | UpdatedAdditionalInformation1 - Optional 0..1 |
PartyContactNarrative | Provides additional information regarding the party, for example, the contact unit or person responsible for the transaction identified in the message. | UpdatedAdditionalInformation1 - Optional 0..1 |
RegistrationDetails | Provides information required for the registration. | UpdatedAdditionalInformation1 - Optional 0..1 |
BasketOrIndexInformation | Provides additional information on the basket or index underlying a security, for example a warrant. | UpdatedAdditionalInformation1 - Optional 0..1 |
CertificationBreakdown | Provides additional information about the type of certification/breakdown required. | UpdatedAdditionalInformation1 - Optional 0..1 |
ProcessingTextForNextIntermediary | Provides additional information from the account servicer or a service provider solely intended for the next immediate account holder to enable or facilitate event processing between parties. | UpdatedAdditionalInformation1 - Optional 0..1 |
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 %% IPartyIdentification129Choice recursion level 0 with max 1
PartyIdentification129Choice 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 |
---|
Registrar building block
Party/agent responsible for maintaining the register of a security. 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 |
---|
ResellingAgent building block
Broker-dealer responsible for reselling to new investors securities (usually bonds) that have been tendered for purchase by their owner. 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 |
---|
PhysicalSecuritiesAgent building block
Trust company, bank or similar financial institution assigned by an issuer to accept presentations of instruments, usually bonds, for transfer and or exchange. 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 |
---|
DropAgent building block
Trust company, bank or similar financial institution that acts on behalf of an out-of-town agent or event agent where securities can be delivered in person. 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 |
---|
SolicitationAgent building block
Trust company, bank or similar financial institution assigned by an issuer to maintain records of investors and account balances and transactions for the consent of a material change. 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 |
---|
InformationAgent building block
Trust company, bank or similar financial institution assigned by an Issuer to provide information and copies of the offering documentation. 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 |
Issuer building block
Issuer of the financial instrument. Choice between different formats for the identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification129Choice recursion level 0 with max 1
PartyIdentification129Choice members
Member name | Description | Data Type / Multiplicity |
---|
Offeror building block
Party making the offer and which is different from the issuing company. Choice between different formats for the identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification129Choice recursion level 0 with max 1
PartyIdentification129Choice members
Member name | Description | Data Type / Multiplicity |
---|
TransferAgent building block
Trust company, bank or similar financial institution appointed by a fund management company to maintain records of investors and account balances. The transfer agent records transactions, including subscriptions, redemptions, switches, transfers, and re-registrations. Choice between different formats for the identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification129Choice recursion level 0 with max 1
PartyIdentification129Choice members
Member name | Description | Data Type / Multiplicity |
---|
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the CorporateActionMovementPreliminaryAdviceV14 implementation follows a specific implementaiton pattern. First of all, CorporateActionMovementPreliminaryAdviceV14 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionMovementPreliminaryAdviceV14Document implements IOuterDocument. Because CorporateActionMovementPreliminaryAdviceV14 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionMovementPreliminaryAdviceV14.
classDiagram class IOuterRecord CorporateActionMovementPreliminaryAdviceV14 --|> IOuterRecord : Implements CorporateActionMovementPreliminaryAdviceV14Document --|> IOuterDocument~CorporateActionMovementPreliminaryAdviceV14~ : Implements class IOuterDocument~CorporateActionMovementPreliminaryAdviceV14~ { CorporateActionMovementPreliminaryAdviceV14 Message }
Document wrapper for serialization
The only real purpose CorporateActionMovementPreliminaryAdviceV14Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.035.001.14’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionMovementPreliminaryAdviceV14.ToDocument() method. The returned CorporateActionMovementPreliminaryAdviceV14Document value will serialize correctly according to ISO 20022 standards.
classDiagram CorporateActionMovementPreliminaryAdviceV14Document *-- CorporateActionMovementPreliminaryAdviceV14 : 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.035.001.14">
<CorpActnMvmntPrlimryAdvc>
<Pgntn>
<!-- Pagination inner content -->
</Pgntn>
<MvmntPrlimryAdvcGnlInf>
<!-- MovementPreliminaryAdviceGeneralInformation inner content -->
</MvmntPrlimryAdvcGnlInf>
<PrvsMvmntPrlimryAdvcId>
<!-- PreviousMovementPreliminaryAdviceIdentification inner content -->
</PrvsMvmntPrlimryAdvcId>
<NtfctnId>
<!-- NotificationIdentification inner content -->
</NtfctnId>
<MvmntConfId>
<!-- MovementConfirmationIdentification inner content -->
</MvmntConfId>
<InstrId>
<!-- InstructionIdentification inner content -->
</InstrId>
<OthrDocId>
<!-- OtherDocumentIdentification inner content -->
</OthrDocId>
<EvtsLkg>
<!-- EventsLinkage inner content -->
</EvtsLkg>
<RvslRsn>
<!-- ReversalReason inner content -->
</RvslRsn>
<CorpActnGnlInf>
<!-- CorporateActionGeneralInformation inner content -->
</CorpActnGnlInf>
<AcctDtls>
<!-- AccountDetails inner content -->
</AcctDtls>
<CorpActnDtls>
<!-- CorporateActionDetails inner content -->
</CorpActnDtls>
<CorpActnMvmntDtls>
<!-- CorporateActionMovementDetails inner content -->
</CorpActnMvmntDtls>
<AddtlInf>
<!-- AdditionalInformation inner content -->
</AddtlInf>
<IssrAgt>
<!-- IssuerAgent inner content -->
</IssrAgt>
<PngAgt>
<!-- PayingAgent inner content -->
</PngAgt>
<SubPngAgt>
<!-- SubPayingAgent inner content -->
</SubPngAgt>
<Regar>
<!-- Registrar inner content -->
</Regar>
<RsellngAgt>
<!-- ResellingAgent inner content -->
</RsellngAgt>
<PhysSctiesAgt>
<!-- PhysicalSecuritiesAgent inner content -->
</PhysSctiesAgt>
<DrpAgt>
<!-- DropAgent inner content -->
</DrpAgt>
<SlctnAgt>
<!-- SolicitationAgent inner content -->
</SlctnAgt>
<InfAgt>
<!-- InformationAgent inner content -->
</InfAgt>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
<Issr>
<!-- Issuer inner content -->
</Issr>
<Offerr>
<!-- Offeror inner content -->
</Offerr>
<TrfAgt>
<!-- TransferAgent inner content -->
</TrfAgt>
</CorpActnMvmntPrlimryAdvc>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_V4grYTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BARbHEeyroI8qKgB7Mg"
name="CorporateActionMovementPreliminaryAdviceV14"
definition="Scope
The CorporateActionMovementPreliminaryAdvice message is sent by an account servicer to an account owner or its designated agent:
- to advise about the final eligible balance and entitlements and,
- to pre-advise an upcoming posting or reversal of securities and/or cash postings.
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="_fFKlMXbrEeOVgavDmiBLPw"
xmlTag="CorpActnMvmntPrlimryAdvc"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_V4grYzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BAxbHEeyroI8qKgB7Mg"
name="RateAndCorporateActionEventRule"
definition="If CorporateActionMovementDetails/RateAndAmountDetails/GrossDividendRate/NotSpecifiedRate Code value or CorporateActionMovementDetails/RateAndAmountDetails/InterestRateUsedForPayment/NotSpecifiedRate Code value is NILP (Nil Payment), then CorporateActionGeneralInformation/EventType/Code must be either DVCA (CashDividend) or INTR (InterestPayment).
If CorporateActionMovementDetails/CashMovementDetails/RateAndAmountDetails/GrossDividendRate/NotSpecifiedRate Code value or CorporateActionMovementDetails/CashMovementDetails/RateAndAmountDetails/InterestRateUsedForPayment/NotSpecifiedRate Code value is NILP (Nil Payment), then CorporateActionGeneralInformation/EventType/Code must be either DVCA (CashDividend) or INTR (InterestPayment)."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_V4grZTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BBRbHEeyroI8qKgB7Mg"
name="SafekeepingAccount1Rule"
definition="If AccountDetails/ForAllAccounts/IdentificationCode value is GENR (General), then any element in the list (MinimumNominalQuantity, MinimumExercisableQuantity,MinimumExercisableMultipleQuantity, ContractSize) must not be present in any occurrences of CorporateActionMovementDetails/SecuritiesMovementDetails/SecurityDetails;
(MT564 Rule C2 - part 1)."
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="Absence"><leftOperand>/CorporateActionMovementDetails[*]/SecuritiesMovementDetails[*]/SecurityDetails/MinimumNominalQuantity</leftOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/CorporateActionMovementDetails[*]/SecuritiesMovementDetails[*]/SecurityDetails/MinimumQuantityToInstruct</leftOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/CorporateActionMovementDetails[*]/SecuritiesMovementDetails[*]/SecurityDetails/MinimumMultipleQuantityToInstruct</leftOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/CorporateActionMovementDetails[*]/SecuritiesMovementDetails[*]/SecurityDetails/ContractSize</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/AccountDetails/ForAllAccounts</leftOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/AccountDetails/ForAllAccounts/IdentificationCode</leftOperand><rightOperand>General</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_V4grZzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BBxbHEeyroI8qKgB7Mg"
name="SafekeepingAccount2Rule"
definition="If AccountDetails/ForAllAccounts/IdentificationCode value is GENR (General), then AmountDetails must not be present in any occurrences of CorporateActionMovementDetails/CashMovementDetails.
(MT564 Rule C2 - part 2)."
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="Absence"><leftOperand>/CorporateActionMovementDetails[*]/CashMovementDetails[*]/AmountDetails</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/AccountDetails/ForAllAccounts</leftOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/AccountDetails/ForAllAccounts/IdentificationCode</leftOperand><rightOperand>General</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_V4graTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BCRbHEeyroI8qKgB7Mg"
name="OtherEventRule"
definition="If CorporateActionGeneralInformation/EventType/Code is OTHR (Other), then at least one occurrence of AdditionalInformation/AdditionalText/AdditionalInformation must be present.
(MT564 NVR C4)."
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>/AdditionalInformation</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/AdditionalInformation/AdditionalText</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/AdditionalInformation/AdditionalText/AdditionalInformation[1]</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>OtherEvent</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_V4grazN3Ee2Amemf1A0gtA"
previousVersion="_yg7BCxbHEeyroI8qKgB7Mg"
name="IntermediateSecuritiesDistributionRule"
definition="If CorporateActionGeneralInformation/EventType/Code is RHDI (IntermediateSecuritiesDistribution), then CorporateActionDetails/IntermediateSecuritiesDistributionType must be present.
(MT 564 NVR C11)."
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>" />
<constraint
xmi:id="_V4grbTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BDRbHEeyroI8qKgB7Mg"
name="AppliedOptionRule"
definition="If CorporateActionMovementDetails/AppliedOptionIndicator value is 'true' or '1' (Yes) in one or more occurrences of CorporateActionMovementDetails, then CorporateActionGeneralInformation/MandatoryVoluntaryEventType/Code value must be CHOS (MandatoryWithOptions) and at least one of the CorporateActionDetails/AdditionalBusinessProcessIndicator/Code values must be REAC (RequiredAction)."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_V4grbzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BDxbHEeyroI8qKgB7Mg"
name="BeneficialOwnerBreakdownRequestRule"
definition="If in at least one occurrence of CorporateActionMovementDetails, OptionType/Code value is BOBD (BeneficialOwnerBreakdownRequest), then CorporateActionGeneralInformation/EventType/Code value must be WTRC (Withholding Tax Relief Certification).
(MT 564 NVR C23)."
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>WithholdingTaxReliefCertification</rightOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionMovementDetails[*]/OptionType/Code</leftOperand><rightOperand>BeneficialOwnerBreakdownRequest</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_V4grcTN3Ee2Amemf1A0gtA"
previousVersion="_iH9isBeyEeyroI8qKgB7Mg"
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 564 NVR C26)"
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="___0hYU7AEe2VSZk-en5WYQ"
name="BeneficialOwnerBreakdownRequestUGRule"
definition="If in at least one occurrence of CorporateActionOptionDetails, OptionType/Code value is BOBD (BeneficialOwnerBreakdownRequest), then CorporateActionGeneralInformation/EventType/Code value must be WTRC (Withholding Tax Relief Certification).
(MT 564 NVR C23)."
registrationStatus="Provisionally Registered"
expressionLanguage="UGRule" />
<constraint
xmi:id="_DUu80U7DEe2VSZk-en5WYQ"
name="IncentivePremiumEventTypeUG1Rule"
definition="If Code value is equal to INCP (IncentivePremiumPayment) in any occurrence of CorporateActionDetails/AdditionalBusinessProcessIndicator, then CorporateActionGeneralInformation/EventType/Code value must be equal to CONS (Consent).
(MT 564 NVR C26)"
registrationStatus="Provisionally Registered"
expressionLanguage="UGRule" />
<messageBuildingBlock
xmi:id="_V4greTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BFxbHEeyroI8qKgB7Mg"
name="Pagination"
definition="Page number of the message and continuation indicator to indicate that the multi-part preliminary advice is to continue or that the message is the last page of the multi-part preliminary advice."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Pgntn"
complexType="_xhMHQa6XEees_ufOy2ci-g" />
<messageBuildingBlock
xmi:id="_V4grezN3Ee2Amemf1A0gtA"
previousVersion="_yg7BGRbHEeyroI8qKgB7Mg"
name="MovementPreliminaryAdviceGeneralInformation"
definition="General information about the movement preliminary advice document."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="MvmntPrlimryAdvcGnlInf"
complexType="_QE2AMTQSEe2o-K1dwNg8Gg" />
<messageBuildingBlock
xmi:id="_V4grfTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BGxbHEeyroI8qKgB7Mg"
name="PreviousMovementPreliminaryAdviceIdentification"
definition="Identification of the previously sent movement preliminary advice document."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="PrvsMvmntPrlimryAdvcId"
complexType="_e22_UTnXEeWLJsP1cO-amg" />
<messageBuildingBlock
xmi:id="_V4grfzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BHRbHEeyroI8qKgB7Mg"
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="_V4grgTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BHxbHEeyroI8qKgB7Mg"
name="MovementConfirmationIdentification"
definition="Identification of a previously sent movement confirmation document."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="MvmntConfId"
complexType="_e22_UTnXEeWLJsP1cO-amg" />
<messageBuildingBlock
xmi:id="_V4grgzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BIRbHEeyroI8qKgB7Mg"
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="_V4grhTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BIxbHEeyroI8qKgB7Mg"
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="_V4grhzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BJRbHEeyroI8qKgB7Mg"
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="_V4griTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BJxbHEeyroI8qKgB7Mg"
name="ReversalReason"
definition="Reason for the reversal."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="RvslRsn"
complexType="_ragCYTQVEe2o-K1dwNg8Gg" />
<messageBuildingBlock
xmi:id="_V4grizN3Ee2Amemf1A0gtA"
previousVersion="_yg7BKRbHEeyroI8qKgB7Mg"
name="CorporateActionGeneralInformation"
definition="General information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CorpActnGnlInf"
complexType="_MqhGHxuyEeyhRdHRjakS2w" />
<messageBuildingBlock
xmi:id="_V4grjTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BKxbHEeyroI8qKgB7Mg"
name="AccountDetails"
definition="General information about the safekeeping account, owner and account balance."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="AcctDtls"
complexType="_9ju_YRukEeyhRdHRjakS2w" />
<messageBuildingBlock
xmi:id="_V4grjzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BLRbHEeyroI8qKgB7Mg"
name="CorporateActionDetails"
definition="Information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="CorpActnDtls"
complexType="_jljV0TQJEe2o-K1dwNg8Gg" />
<messageBuildingBlock
xmi:id="_V4grkTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BLxbHEeyroI8qKgB7Mg"
name="CorporateActionMovementDetails"
definition="Information about the corporate action option."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="CorpActnMvmntDtls"
complexType="_7YajgTQIEe2o-K1dwNg8Gg" />
<messageBuildingBlock
xmi:id="_V4grkzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BMRbHEeyroI8qKgB7Mg"
name="AdditionalInformation"
definition="Provides additional information."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="AddtlInf"
complexType="_gX0DsRcCEeyroI8qKgB7Mg" />
<messageBuildingBlock
xmi:id="_V4grlTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BMxbHEeyroI8qKgB7Mg"
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="_CIhQ4bXLEeiTob_PrFFUxA" />
<messageBuildingBlock
xmi:id="_V4grlzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BNRbHEeyroI8qKgB7Mg"
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="_V4grmTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BNxbHEeyroI8qKgB7Mg"
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="_V4grmzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BORbHEeyroI8qKgB7Mg"
name="Registrar"
definition="Party/agent responsible for maintaining the register of a security."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Regar"
complexType="_Vul5MbpYEeifFaUMRKyMMw" />
<messageBuildingBlock
xmi:id="_V4grnTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BOxbHEeyroI8qKgB7Mg"
name="ResellingAgent"
definition="Broker-dealer responsible for reselling to new investors securities (usually bonds) that have been tendered for purchase by their owner."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="RsellngAgt"
complexType="_Vul5MbpYEeifFaUMRKyMMw" />
<messageBuildingBlock
xmi:id="_V4grnzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BPRbHEeyroI8qKgB7Mg"
name="PhysicalSecuritiesAgent"
definition="Trust company, bank or similar financial institution assigned by an issuer to accept presentations of instruments, usually bonds, for transfer and or exchange."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="PhysSctiesAgt"
complexType="_Vul5MbpYEeifFaUMRKyMMw" />
<messageBuildingBlock
xmi:id="_V4groTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BPxbHEeyroI8qKgB7Mg"
name="DropAgent"
definition="Trust company, bank or similar financial institution that acts on behalf of an out-of-town agent or event agent where securities can be delivered in person."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="DrpAgt"
complexType="_Vul5MbpYEeifFaUMRKyMMw" />
<messageBuildingBlock
xmi:id="_V4grozN3Ee2Amemf1A0gtA"
previousVersion="_yg7BQRbHEeyroI8qKgB7Mg"
name="SolicitationAgent"
definition="Trust company, bank or similar financial institution assigned by an issuer to maintain records of investors and account balances and transactions for the consent of a material change."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="SlctnAgt"
complexType="_Vul5MbpYEeifFaUMRKyMMw" />
<messageBuildingBlock
xmi:id="_V4grpTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BQxbHEeyroI8qKgB7Mg"
name="InformationAgent"
definition="Trust company, bank or similar financial institution assigned by an Issuer to provide information and copies of the offering documentation."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="InfAgt"
complexType="_Vul5MbpYEeifFaUMRKyMMw" />
<messageBuildingBlock
xmi:id="_V4grpzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BRRbHEeyroI8qKgB7Mg"
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" />
<messageBuildingBlock
xmi:id="_V4grqTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BRxbHEeyroI8qKgB7Mg"
name="Issuer"
definition="Issuer of the financial instrument."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Issr"
complexType="_CIhQ4bXLEeiTob_PrFFUxA" />
<messageBuildingBlock
xmi:id="_V4grqzN3Ee2Amemf1A0gtA"
previousVersion="_yg7BSRbHEeyroI8qKgB7Mg"
name="Offeror"
definition="Party making the offer and which is different from the issuing company."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="Offerr"
complexType="_CIhQ4bXLEeiTob_PrFFUxA" />
<messageBuildingBlock
xmi:id="_V4grrTN3Ee2Amemf1A0gtA"
previousVersion="_yg7BSxbHEeyroI8qKgB7Mg"
name="TransferAgent"
definition="Trust company, bank or similar financial institution appointed by a fund management company to maintain records of investors and account balances. The transfer agent records transactions, including subscriptions, redemptions, switches, transfers, and re-registrations."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="TrfAgt"
complexType="_CIhQ4bXLEeiTob_PrFFUxA" />
<messageDefinitionIdentifier
businessArea="seev"
messageFunctionality="035"
flavour="001"
version="14" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.