seev.031.001.12
Scope The CorporateActionNotification message is sent by an account servicer to an account owner or its designated agent to notify details of a corporate action event and optionally account information, eligible balance and entitlements. It may also include possible elections or choices available to the account owner. The account servicer can initially send the CorporateActionNotification message as a preliminary advice, subsequently replaced by another CorporateActionNotification message with complete or confirmed information. It may also be sent to an account owner or its designated agent, to remind of event details and/or of missing or incomplete instructions for 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 %% CorporateActionNotificationV12 recursion level 0 with max 0 CorporateActionNotificationV12 *-- "0..1" Pagination1 : Pagination CorporateActionNotificationV12 *-- "1..1" CorporateActionNotification5 : NotificationGeneralInformation CorporateActionNotificationV12 *-- "0..1" DocumentIdentification31 : PreviousNotificationIdentification CorporateActionNotificationV12 *-- "0..1" DocumentIdentification9 : InstructionIdentification CorporateActionNotificationV12 *-- "0..1" DocumentIdentification32 : OtherDocumentIdentification CorporateActionNotificationV12 *-- "0..1" CorporateActionEventReference3 : EventsLinkage CorporateActionNotificationV12 *-- "1..1" CorporateActionGeneralInformation165 : CorporateActionGeneralInformation CorporateActionNotificationV12 *-- "1..1" IAccountIdentification47Choice : AccountDetails CorporateActionNotificationV12 *-- "0..1" FinancialInstrumentAttributes110 : IntermediateSecurity CorporateActionNotificationV12 *-- "0..1" CorporateAction60 : CorporateActionDetails CorporateActionNotificationV12 *-- "0..1" CorporateActionOption193 : CorporateActionOptionDetails CorporateActionNotificationV12 *-- "0..1" CorporateActionNarrative51 : AdditionalInformation CorporateActionNotificationV12 *-- "0..1" IPartyIdentification129Choice : IssuerAgent CorporateActionNotificationV12 *-- "0..1" IPartyIdentification120Choice : PayingAgent CorporateActionNotificationV12 *-- "0..1" IPartyIdentification120Choice : SubPayingAgent CorporateActionNotificationV12 *-- "0..1" IPartyIdentification120Choice : Registrar CorporateActionNotificationV12 *-- "0..1" IPartyIdentification120Choice : ResellingAgent CorporateActionNotificationV12 *-- "0..1" IPartyIdentification120Choice : PhysicalSecuritiesAgent CorporateActionNotificationV12 *-- "0..1" IPartyIdentification120Choice : DropAgent CorporateActionNotificationV12 *-- "0..1" IPartyIdentification120Choice : SolicitationAgent CorporateActionNotificationV12 *-- "0..1" IPartyIdentification120Choice : InformationAgent CorporateActionNotificationV12 *-- "0..1" IPartyIdentification129Choice : Issuer CorporateActionNotificationV12 *-- "0..1" IPartyIdentification129Choice : Offeror CorporateActionNotificationV12 *-- "0..1" IPartyIdentification129Choice : TransferAgent CorporateActionNotificationV12 *-- "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 |
NotificationGeneralInformation building block
General information about the event notification type, status and contents. Corporate action event notification status and contents. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionNotification5 recursion level 0 with max 1 class CorporateActionNotification5{ NotificationType CorporateActionNotificationType1Code EligibleBalanceIndicator IsoYesNoIndicator } CorporateActionNotification5 *-- "1..1" ICorporateActionProcessingStatus5Choice : ProcessingStatus %% ICorporateActionProcessingStatus5Choice recursion level 1 with max 1
CorporateActionNotification5 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
NotificationType | Specifies the type of notification. | CorporateActionNotificationType1Code - Required 1..1 |
ProcessingStatus | Specifies the status of the details of the corporate action event. | ICorporateActionProcessingStatus5Choice - Required 1..1 |
EligibleBalanceIndicator | Indicates whether the eligible balance is final except for a voluntary corporate action event where it can represent the current eligible balance when communicated before expiration date of that event. | IsoYesNoIndicator - Optional 0..1 |
PreviousNotificationIdentification building block
Identification of the 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 |
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 |
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 %% CorporateActionGeneralInformation165 recursion level 0 with max 1 class CorporateActionGeneralInformation165{ CorporateActionEventIdentification IsoMax35Text OfficialCorporateActionEventIdentification IsoMax35Text ClassActionNumber IsoMax35Text } CorporateActionGeneralInformation165 *-- "0..1" ICorporateActionEventProcessingType2Choice : EventProcessingType CorporateActionGeneralInformation165 *-- "1..1" ICorporateActionEventType84Choice : EventType CorporateActionGeneralInformation165 *-- "1..1" ICorporateActionMandatoryVoluntary3Choice : MandatoryVoluntaryEventType CorporateActionGeneralInformation165 *-- "1..1" FinancialInstrumentAttributes108 : UnderlyingSecurity %% ICorporateActionEventProcessingType2Choice recursion level 1 with max 1 %% ICorporateActionEventType84Choice 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
CorporateActionGeneralInformation165 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. | ICorporateActionEventType84Choice - 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 |
---|
IntermediateSecurity building block
Details on rights credited to the account as for example trading period, expiry date, renounceability. Description of the financial instrument. For comparison, see the ISO20022 official specification
classDiagram direction tb %% FinancialInstrumentAttributes110 recursion level 0 with max 1 class FinancialInstrumentAttributes110{ Quantity IsoDecimalNumber } FinancialInstrumentAttributes110 *-- "1..1" SecurityIdentification19 : SecurityIdentification FinancialInstrumentAttributes110 *-- "0..1" IRenounceableEntitlementStatusTypeFormat3Choice : RenounceableEntitlementStatusType FinancialInstrumentAttributes110 *-- "0..1" IFractionDispositionType25Choice : FractionDisposition FinancialInstrumentAttributes110 *-- "0..1" QuantityToQuantityRatio1 : IntermediateSecuritiesToUnderlyingRatio FinancialInstrumentAttributes110 *-- "0..1" AmountPrice2 : MarketPrice FinancialInstrumentAttributes110 *-- "1..1" IDateFormat30Choice : ExpiryDate FinancialInstrumentAttributes110 *-- "1..1" IDateFormat30Choice : PostingDate FinancialInstrumentAttributes110 *-- "0..1" Period11 : TradingPeriod FinancialInstrumentAttributes110 *-- "0..1" IBalanceFormat11Choice : UninstructedBalance FinancialInstrumentAttributes110 *-- "0..1" IBalanceFormat11Choice : InstructedBalance %% SecurityIdentification19 recursion level 1 with max 1 class SecurityIdentification19{ ISIN IsoISINOct2015Identifier Description IsoMax140Text } SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification %% IRenounceableEntitlementStatusTypeFormat3Choice recursion level 1 with max 1 %% IFractionDispositionType25Choice recursion level 1 with max 1 %% QuantityToQuantityRatio1 recursion level 1 with max 1 class QuantityToQuantityRatio1{ Quantity1 IsoDecimalNumber Quantity2 IsoDecimalNumber } %% AmountPrice2 recursion level 1 with max 1 class AmountPrice2{ AmountPriceType AmountPriceType2Code PriceValue IsoActiveCurrencyAnd13DecimalAmount } %% IDateFormat30Choice recursion level 1 with max 1 %% IDateFormat30Choice recursion level 1 with max 1 %% Period11 recursion level 1 with max 1 Period11 *-- "1..1" IDateFormat45Choice : StartDate Period11 *-- "1..1" IDateFormat45Choice : EndDate %% IBalanceFormat11Choice recursion level 1 with max 1 %% IBalanceFormat11Choice recursion level 1 with max 1
FinancialInstrumentAttributes110 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
SecurityIdentification | Identifies the financial instrument. | SecurityIdentification19 - Required 1..1 |
Quantity | Quantity of entitled intermediate securities based on the balance of underlying securities. | IsoDecimalNumber - Optional 0..1 |
RenounceableEntitlementStatusType | Specifies whether terms of the event allow resale of the rights. | IRenounceableEntitlementStatusTypeFormat3Choice - Optional 0..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. | IFractionDispositionType25Choice - Optional 0..1 |
IntermediateSecuritiesToUnderlyingRatio | Quantity of intermediate securities awarded for a given quantity of underlying security. | QuantityToQuantityRatio1 - Optional 0..1 |
MarketPrice | Last reported/known price of a financial instrument in a market. | AmountPrice2 - Optional 0..1 |
ExpiryDate | Date on which an order expires or at which a privilege or offer terminates. | IDateFormat30Choice - Required 1..1 |
PostingDate | Date of the posting (credit or debit) to the account. | IDateFormat30Choice - Required 1..1 |
TradingPeriod | Period during which intermediate or outturn securities are tradable in a secondary market. | Period11 - Optional 0..1 |
UninstructedBalance | Balance of uninstructed position. | IBalanceFormat11Choice - Optional 0..1 |
InstructedBalance | Balance of instructed position. | IBalanceFormat11Choice - Optional 0..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 %% CorporateAction60 recursion level 0 with max 1 class CorporateAction60{ InterestAccruedNumberOfDays IsoMax3Number CertificationBreakdownIndicator IsoYesNoIndicator ChargesAppliedIndicator IsoYesNoIndicator RestrictionIndicator IsoYesNoIndicator AccruedInterestIndicator IsoYesNoIndicator LetterOfGuaranteedDeliveryIndicator IsoYesNoIndicator ShareholderRightsDirectiveIndicator IsoYesNoIndicator NewPlaceOfIncorporation IsoMax350Text } CorporateAction60 *-- "0..1" CorporateActionDate61 : DateDetails CorporateAction60 *-- "0..1" CorporateActionPeriod15 : PeriodDetails CorporateAction60 *-- "0..1" CorporateActionRate105 : RateAndAmountDetails CorporateAction60 *-- "0..1" CorporateActionPrice72 : PriceDetails CorporateAction60 *-- "0..1" CorporateActionQuantity11 : SecuritiesQuantity CorporateAction60 *-- "0..0" IIdentificationFormat3Choice : CouponNumber CorporateAction60 *-- "0..1" IDividendTypeFormat9Choice : DividendType CorporateAction60 *-- "0..1" IEventSequenceTypeFormat1Choice : EventSequenceType CorporateAction60 *-- "0..1" IDistributionTypeFormat7Choice : OccurrenceType CorporateAction60 *-- "0..0" IOfferTypeFormat12Choice : OfferType CorporateAction60 *-- "0..1" IRenounceableEntitlementStatusTypeFormat3Choice : RenounceableEntitlementStatusType CorporateAction60 *-- "0..0" ICorporateActionEventStageFormat13Choice : EventStage CorporateAction60 *-- "0..0" IAdditionalBusinessProcessFormat17Choice : AdditionalBusinessProcessIndicator CorporateAction60 *-- "0..0" ICorporateActionChangeTypeFormat5Choice : ChangeType CorporateAction60 *-- "0..1" IIntermediateSecuritiesDistributionTypeFormat15Choice : IntermediateSecuritiesDistributionType CorporateAction60 *-- "0..1" ICapitalGainFormat3Choice : CapitalGainInOutIndicator CorporateAction60 *-- "0..1" ITaxableIncomePerShareCalculatedFormat3Choice : TaxableIncomePerShareCalculated CorporateAction60 *-- "0..1" IElectionTypeFormat3Choice : ElectionType CorporateAction60 *-- "0..1" ILotteryTypeFormat4Choice : LotteryType CorporateAction60 *-- "0..1" ICertificationTypeFormat3Choice : CertificationType CorporateAction60 *-- "0..1" IConsentTypeFormat4Choice : ConsentType CorporateAction60 *-- "0..1" IInformationTypeFormat4Choice : InformationType CorporateAction60 *-- "0..0" GenericIdentification30 : TaxOnNonDistributedProceedsIndicator CorporateAction60 *-- "0..1" CorporateActionNarrative50 : AdditionalInformation %% CorporateActionDate61 recursion level 1 with max 1 CorporateActionDate61 *-- "0..1" IDateFormat43Choice : AnnouncementDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : CertificationDeadline CorporateActionDate61 *-- "0..1" IDateFormat43Choice : CourtApprovalDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : EarlyClosingDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : EffectiveDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : EqualisationDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : FurtherDetailedAnnouncementDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : FixingDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : LotteryDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : NewMaturityDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : MeetingDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : MarginFixingDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : ProrationDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : RecordDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : RegistrationDeadline CorporateActionDate61 *-- "0..1" IDateFormat43Choice : ResultsPublicationDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : DeadlineToSplit CorporateActionDate61 *-- "0..1" IDateFormat43Choice : DeadlineForTaxBreakdownInstruction CorporateActionDate61 *-- "0..1" IDateFormat43Choice : TradingSuspendedDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : UnconditionalDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : WhollyUnconditionalDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : ExDividendDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : OfficialAnnouncementPublicationDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : SpecialExDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : GuaranteedParticipationDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : ElectionToCounterpartyMarketDeadline CorporateActionDate61 *-- "0..1" IDateFormat43Choice : ElectionToCounterpartyResponseDeadline CorporateActionDate61 *-- "0..1" IDateFormat43Choice : LapsedDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : PaymentDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : ThirdPartyDeadline CorporateActionDate61 *-- "0..1" IDateFormat43Choice : EarlyThirdPartyDeadline CorporateActionDate61 *-- "0..1" IDateFormat43Choice : MarketClaimTrackingEndDate CorporateActionDate61 *-- "0..1" IDateFormat43Choice : LeadPlaintiffDeadline CorporateActionDate61 *-- "0..1" IDateFormat30Choice : FilingDate CorporateActionDate61 *-- "0..1" IDateFormat30Choice : HearingDate %% CorporateActionPeriod15 recursion level 1 with max 1 CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : PriceCalculationPeriod CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : InterestPeriod CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : CompulsoryPurchasePeriod CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : ClaimPeriod CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : DepositorySuspensionPeriodForBookEntryTransfer CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : DepositorySuspensionPeriodForDepositAtAgent CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : DepositorySuspensionPeriodForDeposit CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : DepositorySuspensionPeriodForPledge CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : DepositorySuspensionPeriodForSegregation CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : DepositorySuspensionPeriodForWithdrawalAtAgent CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : DepositorySuspensionPeriodForWithdrawalInNomineeName CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : DepositorySuspensionPeriodForWithdrawalInStreetName CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : BookClosurePeriod CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : CoDepositoriesSuspensionPeriod CorporateActionPeriod15 *-- "0..1" IPeriod6Choice : SplitPeriod %% CorporateActionRate105 recursion level 1 with max 1 CorporateActionRate105 *-- "0..1" IRateAndAmountFormat37Choice : InterestRate CorporateActionRate105 *-- "0..1" IRateFormat7Choice : PercentageSought CorporateActionRate105 *-- "0..1" IRateFormat3Choice : RelatedIndex CorporateActionRate105 *-- "0..1" IRateFormat3Choice : Spread CorporateActionRate105 *-- "0..1" IRateAndAmountFormat38Choice : BidInterval CorporateActionRate105 *-- "0..1" IRateFormat12Choice : PreviousFactor CorporateActionRate105 *-- "0..1" IRateFormat12Choice : NextFactor CorporateActionRate105 *-- "0..1" IRateFormat3Choice : ReinvestmentDiscountRateToMarket CorporateActionRate105 *-- "0..1" IRateAndAmountFormat39Choice : InterestShortfall CorporateActionRate105 *-- "0..1" IRateAndAmountFormat39Choice : RealisedLoss CorporateActionRate105 *-- "0..1" IRateAndAmountFormat39Choice : DeclaredRate CorporateActionRate105 *-- "0..1" IRateAndAmountFormat37Choice : IndexFactor %% CorporateActionPrice72 recursion level 1 with max 1 CorporateActionPrice72 *-- "0..1" IPriceFormat44Choice : MaximumPrice CorporateActionPrice72 *-- "0..1" IPriceFormat44Choice : MinimumPrice CorporateActionPrice72 *-- "0..1" IPriceFormat44Choice : FirstBidIncrementPrice CorporateActionPrice72 *-- "0..1" IPriceFormat44Choice : LastBidIncrementPrice %% CorporateActionQuantity11 recursion level 1 with max 1 CorporateActionQuantity11 *-- "0..1" IFinancialInstrumentQuantity34Choice : MaximumQuantity CorporateActionQuantity11 *-- "0..1" IFinancialInstrumentQuantity34Choice : MinimumQuantitySought CorporateActionQuantity11 *-- "0..1" IFinancialInstrumentQuantity35Choice : NewBoardLotQuantity CorporateActionQuantity11 *-- "0..1" IFinancialInstrumentQuantity35Choice : NewDenominationQuantity CorporateActionQuantity11 *-- "0..1" IFinancialInstrumentQuantity35Choice : BaseDenomination CorporateActionQuantity11 *-- "0..1" IFinancialInstrumentQuantity35Choice : IncrementalDenomination %% IIdentificationFormat3Choice recursion level 1 with max 1 %% IDividendTypeFormat9Choice recursion level 1 with max 1 %% IEventSequenceTypeFormat1Choice recursion level 1 with max 1 %% IDistributionTypeFormat7Choice recursion level 1 with max 1 %% IOfferTypeFormat12Choice recursion level 1 with max 1 %% IRenounceableEntitlementStatusTypeFormat3Choice recursion level 1 with max 1 %% ICorporateActionEventStageFormat13Choice recursion level 1 with max 1 %% IAdditionalBusinessProcessFormat17Choice recursion level 1 with max 1 %% ICorporateActionChangeTypeFormat5Choice recursion level 1 with max 1 %% IIntermediateSecuritiesDistributionTypeFormat15Choice recursion level 1 with max 1 %% ICapitalGainFormat3Choice recursion level 1 with max 1 %% ITaxableIncomePerShareCalculatedFormat3Choice recursion level 1 with max 1 %% IElectionTypeFormat3Choice recursion level 1 with max 1 %% ILotteryTypeFormat4Choice recursion level 1 with max 1 %% ICertificationTypeFormat3Choice recursion level 1 with max 1 %% IConsentTypeFormat4Choice recursion level 1 with max 1 %% IInformationTypeFormat4Choice recursion level 1 with max 1 %% GenericIdentification30 recursion level 1 with max 1 class GenericIdentification30{ Identification IsoExact4AlphaNumericText Issuer IsoMax35Text SchemeName IsoMax35Text } %% CorporateActionNarrative50 recursion level 1 with max 1 class CorporateActionNarrative50{ EventProcessingWebSiteAddress IsoMax2048Text } CorporateActionNarrative50 *-- "0..0" UpdatedAdditionalInformation3 : Offeror CorporateActionNarrative50 *-- "0..1" UpdatedAdditionalInformation3 : NewCompanyName CorporateActionNarrative50 *-- "0..0" UpdatedURLlnformation4 : URLAddress
CorporateAction60 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
DateDetails | Provides information about the dates related to a corporate action event. | CorporateActionDate61 - Optional 0..1 |
PeriodDetails | Provides information about the periods related to a corporate action event. | CorporateActionPeriod15 - Optional 0..1 |
RateAndAmountDetails | Provides information about rates and amounts related to a corporate action event. | CorporateActionRate105 - Optional 0..1 |
PriceDetails | Provides information about the prices related to a corporate action event. | CorporateActionPrice72 - Optional 0..1 |
SecuritiesQuantity | Provides information about securities quantity linked to a corporate action. | CorporateActionQuantity11 - Optional 0..1 |
InterestAccruedNumberOfDays | Number of days used for calculating the accrued interest amount. | IsoMax3Number - Optional 0..1 |
CouponNumber | Number of the coupon attached/associated with a security. | IIdentificationFormat3Choice - Unknown 0..0 |
CertificationBreakdownIndicator | Indicates whether certification/breakdown is required. Yes = certification required. No = no certification required. | IsoYesNoIndicator - Optional 0..1 |
ChargesAppliedIndicator | Indicates whether charges apply to the holder, for instance redemption charges. | IsoYesNoIndicator - Optional 0..1 |
RestrictionIndicator | Indicates whether restrictions apply to the corporate action event or not. | IsoYesNoIndicator - Optional 0..1 |
AccruedInterestIndicator | Indicates whether the holder is entitled to accrued interest. | IsoYesNoIndicator - Optional 0..1 |
LetterOfGuaranteedDeliveryIndicator | Indicates whether a letter of guaranteed delivery can be submitted in order to participate in the offer on full eligible position. It is not intended for use in situations arising from failed or late trades. | IsoYesNoIndicator - Optional 0..1 |
ShareholderRightsDirectiveIndicator | Indicates whether the announcement was initiated by the first intermediary in the custody chain in accordance with SRD II. | IsoYesNoIndicator - Optional 0..1 |
DividendType | Specifies the conditions in which a dividend is paid. | IDividendTypeFormat9Choice - Optional 0..1 |
EventSequenceType | Specifies whether the event is an interim or a final event in a series of predefined or planned events of the same type and for the same underlying instrument. | IEventSequenceTypeFormat1Choice - Optional 0..1 |
OccurrenceType | Specifies the conditions in which the instructions and/or payment of the proceeds occurs. | IDistributionTypeFormat7Choice - Optional 0..1 |
OfferType | Specifies the conditions that apply to the offer. | IOfferTypeFormat12Choice - Unknown 0..0 |
RenounceableEntitlementStatusType | Specifies whether terms of the event allow resale of the rights. | IRenounceableEntitlementStatusTypeFormat3Choice - Optional 0..1 |
EventStage | Stage in the corporate action event life cycle. | ICorporateActionEventStageFormat13Choice - Unknown 0..0 |
AdditionalBusinessProcessIndicator | Specifies the type of the additional business process linked to the corporate action event such as a claim compensation or tax refund. | IAdditionalBusinessProcessFormat17Choice - Unknown 0..0 |
ChangeType | Specifies the type of change announced. | ICorporateActionChangeTypeFormat5Choice - Unknown 0..0 |
IntermediateSecuritiesDistributionType | Type of intermediates securities distribution. | IIntermediateSecuritiesDistributionTypeFormat15Choice - Optional 0..1 |
CapitalGainInOutIndicator | Specifies whether the capital gain is in the scope of the EU Savings directive for the income realised upon the sale, refund or redemption of shares and units (.) (Article 6(1d)). | ICapitalGainFormat3Choice - Optional 0..1 |
TaxableIncomePerShareCalculated | Specifies whether the financial instrument calculates the taxable income per dividend/taxable income per share. | ITaxableIncomePerShareCalculatedFormat3Choice - Optional 0..1 |
ElectionType | Specifies the effect on the holdings of electing a corporate action option. | IElectionTypeFormat3Choice - Optional 0..1 |
LotteryType | Specifies the type of lottery announced. | ILotteryTypeFormat4Choice - Optional 0..1 |
CertificationType | Specifies the certification format required, this is, physical or electronic format. | ICertificationTypeFormat3Choice - Optional 0..1 |
ConsentType | Specifies the type of consent announced. | IConsentTypeFormat4Choice - Optional 0..1 |
InformationType | Specifies the type of information event. | IInformationTypeFormat4Choice - Optional 0..1 |
TaxOnNonDistributedProceedsIndicator | Specifies the tax regulation being attributed to the non-distributed proceeds event or to any other event. | GenericIdentification30 - Unknown 0..0 |
NewPlaceOfIncorporation | New company’s place of incorporation. | IsoMax350Text - Optional 0..1 |
AdditionalInformation | Provides additional information. This field may only be used when the information to be transmitted, cannot be coded. | CorporateActionNarrative50 - Optional 0..1 |
CorporateActionOptionDetails 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 %% CorporateActionOption193 recursion level 0 with max 1 class CorporateActionOption193{ OptionNumber IsoExact3NumericText NonDomicileCountry CountryCode ValidDomicileCountry CountryCode CurrencyOption ActiveCurrencyCode ChargesAppliedIndicator IsoYesNoIndicator CertificationBreakdownIndicator IsoYesNoIndicator WithdrawalAllowedIndicator IsoYesNoIndicator ChangeAllowedIndicator IsoYesNoIndicator AppliedOptionIndicator IsoYesNoIndicator } CorporateActionOption193 *-- "1..1" ICorporateActionOption37Choice : OptionType CorporateActionOption193 *-- "0..1" IFractionDispositionType26Choice : FractionDisposition CorporateActionOption193 *-- "0..0" IOfferTypeFormat12Choice : OfferType CorporateActionOption193 *-- "0..0" IOptionFeaturesFormat24Choice : OptionFeatures CorporateActionOption193 *-- "0..1" IOptionAvailabilityStatus3Choice : OptionAvailabilityStatus CorporateActionOption193 *-- "0..0" IBeneficiaryCertificationType9Choice : CertificationBreakdownType CorporateActionOption193 *-- "0..1" IBidRangeType1Choice : BidRangeType CorporateActionOption193 *-- "1..1" IDefaultProcessingOrStandingInstruction1Choice : DefaultProcessingOrStandingInstruction CorporateActionOption193 *-- "0..1" SecurityIdentification19 : FinancialInstrumentIdentification CorporateActionOption193 *-- "0..1" CorporateActionDate77 : DateDetails CorporateActionOption193 *-- "0..1" CorporateActionPeriod12 : PeriodDetails CorporateActionOption193 *-- "0..1" CorporateActionRate104 : RateAndAmountDetails CorporateActionOption193 *-- "0..1" CorporateActionPrice73 : PriceDetails CorporateActionOption193 *-- "0..1" SecuritiesOption81 : SecuritiesQuantity CorporateActionOption193 *-- "0..0" SecuritiesOption77 : SecuritiesMovementDetails CorporateActionOption193 *-- "0..0" CashOption77 : CashMovementDetails CorporateActionOption193 *-- "0..1" CorporateActionNarrative45 : 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 %% IBidRangeType1Choice 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 %% CorporateActionDate77 recursion level 1 with max 1 CorporateActionDate77 *-- "0..1" IDateFormat43Choice : EarlyResponseDeadline CorporateActionDate77 *-- "0..1" IDateFormat43Choice : CoverExpirationDeadline CorporateActionDate77 *-- "0..1" IDateFormat43Choice : ProtectDeadline CorporateActionDate77 *-- "0..1" IDateFormat43Choice : MarketDeadline CorporateActionDate77 *-- "0..1" IDateFormat44Choice : ResponseDeadline CorporateActionDate77 *-- "0..1" IDateFormat43Choice : ExpiryDate CorporateActionDate77 *-- "0..1" IDateFormat43Choice : SubscriptionCostDebitDate CorporateActionDate77 *-- "0..1" IDateFormat43Choice : DepositoryCoverExpirationDate CorporateActionDate77 *-- "0..1" IDateFormat43Choice : StockLendingDeadline CorporateActionDate77 *-- "0..0" BorrowerLendingDeadline5 : BorrowerStockLendingDeadline CorporateActionDate77 *-- "0..1" IDateFormat59Choice : EndOfSecuritiesBlockingPeriod %% 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 %% CorporateActionRate104 recursion level 1 with max 1 CorporateActionRate104 *-- "0..1" IRateAndAmountFormat37Choice : AdditionalTax CorporateActionRate104 *-- "0..0" IGrossDividendRateFormat36Choice : GrossDividendRate CorporateActionRate104 *-- "0..0" INetDividendRateFormat38Choice : NetDividendRate CorporateActionRate104 *-- "0..0" IInterestRateUsedForPaymentFormat8Choice : InterestRateUsedForPayment CorporateActionRate104 *-- "0..1" IRateFormat3Choice : MaximumAllowedOversubscriptionRate CorporateActionRate104 *-- "0..1" IRateFormat3Choice : ProrationRate CorporateActionRate104 *-- "0..0" IRateAndAmountFormat41Choice : WithholdingTaxRate CorporateActionRate104 *-- "0..0" IRateAndAmountFormat41Choice : SecondLevelTax CorporateActionRate104 *-- "0..0" RateTypeAndAmountAndStatus26 : TaxableIncomePerDividendShare CorporateActionRate104 *-- "0..1" ForeignExchangeTerms19 : IssuerDeclaredExchangeRate CorporateActionRate104 *-- "0..1" IRateAndAmountFormat37Choice : TaxOnIncome CorporateActionRate104 *-- "0..1" IRateAndAmountFormat38Choice : BidInterval %% CorporateActionPrice73 recursion level 1 with max 1 CorporateActionPrice73 *-- "0..1" IPriceFormat45Choice : CashInLieuOfSharePrice CorporateActionPrice73 *-- "0..1" IPriceFormat45Choice : OverSubscriptionDepositPrice CorporateActionPrice73 *-- "0..1" IPriceFormat61Choice : MaximumCashToInstruct CorporateActionPrice73 *-- "0..1" IPriceFormat61Choice : MinimumCashToInstruct CorporateActionPrice73 *-- "0..1" IPriceFormat61Choice : MinimumMultipleCashToInstruct CorporateActionPrice73 *-- "0..1" IPriceFormat44Choice : MaximumPrice CorporateActionPrice73 *-- "0..1" IPriceFormat44Choice : MinimumPrice CorporateActionPrice73 *-- "0..1" IPriceFormat44Choice : FirstBidIncrementPrice CorporateActionPrice73 *-- "0..1" IPriceFormat44Choice : LastBidIncrementPrice %% 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 %% SecuritiesOption77 recursion level 1 with max 1 class SecuritiesOption77{ CreditDebitIndicator CreditDebitCode NewSecuritiesIssuanceIndicator NewSecuritiesIssuanceType5Code CountryOfIncomeSource CountryCode CurrencyOption ActiveCurrencyCode } SecuritiesOption77 *-- "1..1" FinancialInstrumentAttributes107 : SecurityDetails SecuritiesOption77 *-- "0..1" ITemporaryFinancialInstrumentIndicator3Choice : TemporaryFinancialInstrumentIndicator SecuritiesOption77 *-- "0..1" INonEligibleProceedsIndicator3Choice : NonEligibleProceedsIndicator SecuritiesOption77 *-- "0..1" IIssuerOfferorTaxabilityIndicator1Choice : IssuerOfferorTaxabilityIndicator SecuritiesOption77 *-- "0..1" GenericIdentification30 : IncomeType SecuritiesOption77 *-- "0..0" GenericIdentification30 : OtherIncomeType SecuritiesOption77 *-- "0..0" GenericIdentification30 : ExemptionType SecuritiesOption77 *-- "0..1" IQuantity51Choice : EntitledQuantity SecuritiesOption77 *-- "0..1" ISafekeepingPlaceFormat29Choice : SafekeepingPlace SecuritiesOption77 *-- "0..1" IFractionDispositionType26Choice : FractionDisposition SecuritiesOption77 *-- "0..1" IPeriod6Choice : TradingPeriod SecuritiesOption77 *-- "1..1" SecurityDate16 : DateDetails SecuritiesOption77 *-- "0..1" CorporateActionRate89 : RateDetails SecuritiesOption77 *-- "0..1" CorporateActionPrice75 : PriceDetails %% CashOption77 recursion level 1 with max 1 class CashOption77{ CreditDebitIndicator CreditDebitCode ContractualPaymentIndicator Payment2Code CountryOfIncomeSource CountryCode } CashOption77 *-- "0..1" INonEligibleProceedsIndicator3Choice : NonEligibleProceedsIndicator CashOption77 *-- "0..1" IIssuerOfferorTaxabilityIndicator1Choice : IssuerOfferorTaxabilityIndicator CashOption77 *-- "0..1" GenericIdentification30 : IncomeType CashOption77 *-- "0..0" GenericIdentification30 : OtherIncomeType CashOption77 *-- "0..0" GenericIdentification30 : ExemptionType CashOption77 *-- "0..1" ICashAccountIdentification5Choice : CashAccountIdentification CashOption77 *-- "0..1" CorporateActionAmounts54 : AmountDetails CashOption77 *-- "1..1" CorporateActionDate62 : DateDetails CashOption77 *-- "0..1" ForeignExchangeTerms24 : ForeignExchangeDetails CashOption77 *-- "0..1" Rate36 : RateAndAmountDetails CashOption77 *-- "0..1" PriceDetails27 : PriceDetails %% CorporateActionNarrative45 recursion level 1 with max 1 CorporateActionNarrative45 *-- "0..0" UpdatedAdditionalInformation12 : AdditionalText CorporateActionNarrative45 *-- "0..0" UpdatedAdditionalInformation12 : NarrativeVersion CorporateActionNarrative45 *-- "0..0" UpdatedAdditionalInformation11 : InformationConditions CorporateActionNarrative45 *-- "0..0" UpdatedAdditionalInformation11 : InformationToComplyWith CorporateActionNarrative45 *-- "0..0" UpdatedAdditionalInformation11 : SecurityRestriction CorporateActionNarrative45 *-- "0..0" UpdatedAdditionalInformation11 : TaxationConditions CorporateActionNarrative45 *-- "0..0" UpdatedAdditionalInformation11 : Disclaimer CorporateActionNarrative45 *-- "0..0" UpdatedAdditionalInformation11 : CertificationBreakdown
CorporateActionOption193 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 |
BidRangeType | Specifies the type of acceptable bid range values. | IBidRangeType1Choice - Optional 0..1 |
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 charges apply to the holder, for instance redemption charges. | 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 |
FinancialInstrumentIdentification | Identifies the financial instrument. | SecurityIdentification19 - Optional 0..1 |
DateDetails | Provides information about the dates related to a corporate action option. | CorporateActionDate77 - 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. | CorporateActionRate104 - Optional 0..1 |
PriceDetails | Provides information about the prices related to a corporate action option. | CorporateActionPrice73 - Optional 0..1 |
SecuritiesQuantity | Provides information about securities quantity linked to a corporate action option. | SecuritiesOption81 - Optional 0..1 |
SecuritiesMovementDetails | Provides information about the securities movement linked to the corporate action option. | SecuritiesOption77 - Unknown 0..0 |
CashMovementDetails | Provides information about the cash movement linked to the corporate action option. | CashOption77 - Unknown 0..0 |
AdditionalInformation | Provides additional information. | CorporateActionNarrative45 - Optional 0..1 |
AdditionalInformation building block
Additional information on the event. Provides additional information such as the taxation conditions. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionNarrative51 recursion level 0 with max 1 CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : AdditionalText CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : NarrativeVersion CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : InformationConditions CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : InformationToComplyWith CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : TaxationConditions CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : Disclaimer CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : PartyContactNarrative CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : RegistrationDetails CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : BasketOrIndexInformation CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : CertificationBreakdown CorporateActionNarrative51 *-- "0..0" UpdatedURLlnformation4 : URLAddress CorporateActionNarrative51 *-- "0..0" UpdatedAdditionalInformation13 : ProcessingTextForNextIntermediary %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text } %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text } %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text } %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text } %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text } %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text } %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text } %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text } %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text } %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text } %% UpdatedURLlnformation4 recursion level 1 with max 1 class UpdatedURLlnformation4{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate URLAddress IsoMax2048Text } %% UpdatedAdditionalInformation13 recursion level 1 with max 1 class UpdatedAdditionalInformation13{ Language ISO2ALanguageCode UpdateDescription IsoMax140Text UpdateDate IsoISODate AdditionalInformation IsoMax8000Text }
CorporateActionNarrative51 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. | UpdatedAdditionalInformation13 - 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. | UpdatedAdditionalInformation13 - Unknown 0..0 |
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. | UpdatedAdditionalInformation13 - Unknown 0..0 |
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. | UpdatedAdditionalInformation13 - 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). | UpdatedAdditionalInformation13 - Unknown 0..0 |
Disclaimer | Provides a disclaimer relative to the information provided in the message. It may be ignored for automated processing. | UpdatedAdditionalInformation13 - 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. | UpdatedAdditionalInformation13 - Unknown 0..0 |
RegistrationDetails | Provides information required for the registration. | UpdatedAdditionalInformation13 - Unknown 0..0 |
BasketOrIndexInformation | Provides additional information on the basket or index underlying a security, for example a warrant. | UpdatedAdditionalInformation13 - Unknown 0..0 |
CertificationBreakdown | Provides additional information about the type of certification/breakdown required. | UpdatedAdditionalInformation13 - Unknown 0..0 |
URLAddress | Provides the web address published for the event, that is, the address for the Universal Resource Locator (URL), for example, used over the www (HTTP) service. | UpdatedURLlnformation4 - Unknown 0..0 |
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. | UpdatedAdditionalInformation13 - 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 %% 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 the 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 |
---|
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 |
---|
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 CorporateActionNotificationV12 implementation follows a specific implementaiton pattern. First of all, CorporateActionNotificationV12 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionNotificationV12Document implements IOuterDocument. Because CorporateActionNotificationV12 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionNotificationV12.
classDiagram class IOuterRecord CorporateActionNotificationV12 --|> IOuterRecord : Implements CorporateActionNotificationV12Document --|> IOuterDocument~CorporateActionNotificationV12~ : Implements class IOuterDocument~CorporateActionNotificationV12~ { CorporateActionNotificationV12 Message }
Document wrapper for serialization
The only real purpose CorporateActionNotificationV12Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.031.001.12’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionNotificationV12.ToDocument() method. The returned CorporateActionNotificationV12Document value will serialize correctly according to ISO 20022 standards.
classDiagram CorporateActionNotificationV12Document *-- CorporateActionNotificationV12 : 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.031.001.12">
<CorpActnNtfctn>
<Pgntn>
<!-- Pagination inner content -->
</Pgntn>
<NtfctnGnlInf>
<!-- NotificationGeneralInformation inner content -->
</NtfctnGnlInf>
<PrvsNtfctnId>
<!-- PreviousNotificationIdentification inner content -->
</PrvsNtfctnId>
<InstrId>
<!-- InstructionIdentification inner content -->
</InstrId>
<OthrDocId>
<!-- OtherDocumentIdentification inner content -->
</OthrDocId>
<EvtsLkg>
<!-- EventsLinkage inner content -->
</EvtsLkg>
<CorpActnGnlInf>
<!-- CorporateActionGeneralInformation inner content -->
</CorpActnGnlInf>
<AcctDtls>
<!-- AccountDetails inner content -->
</AcctDtls>
<IntrmdtScty>
<!-- IntermediateSecurity inner content -->
</IntrmdtScty>
<CorpActnDtls>
<!-- CorporateActionDetails inner content -->
</CorpActnDtls>
<CorpActnOptnDtls>
<!-- CorporateActionOptionDetails inner content -->
</CorpActnOptnDtls>
<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>
<Issr>
<!-- Issuer inner content -->
</Issr>
<Offerr>
<!-- Offeror inner content -->
</Offerr>
<TrfAgt>
<!-- TransferAgent inner content -->
</TrfAgt>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</CorpActnNtfctn>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_yg7BhxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhcTN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ0e2zEeqc-LCjwLsUVg"
name="CorporateActionNotificationV12"
definition="Scope
The CorporateActionNotification message is sent by an account servicer to an account owner or its designated agent to notify details of a corporate action event and optionally account information, eligible balance and entitlements.

It may also include possible elections or choices available to the account owner. The account servicer can initially send the CorporateActionNotification message as a preliminary advice, subsequently replaced by another CorporateActionNotification message with complete or confirmed information.

It may also be sent to an account owner or its designated agent, to remind of event details and/or of missing or incomplete instructions for 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="CorpActnNtfctn"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_yg7BiRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhczN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ0-2zEeqc-LCjwLsUVg"
name="InterestPaymentRule"
definition="CorporateActionDetails/RateAndAmountDetails/InterestRate and CorporateActionOptionsDetails/RateAndAmountDetails/InterestRateUsedforPayment must not be mixed. InterestRate is used to provide the annual rate of the financial instrument. InterestRateUsedforPayment is used to provide the applicable rate for the current payment, after all calculations have been performed, that is, application of period and method of interest computation."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7BixbHEeyroI8qKgB7Mg"
nextVersions="_V4XhdTN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ1e2zEeqc-LCjwLsUVg"
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 CorporateActionOptionDetails/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>/CorporateActionOptionDetails[*]/SecuritiesMovementDetails[*]/SecurityDetails/MinimumNominalQuantity</leftOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/CorporateActionOptionDetails[*]/SecuritiesMovementDetails[*]/SecurityDetails/MinimumQuantityToInstruct</leftOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/CorporateActionOptionDetails[*]/SecuritiesMovementDetails[*]/SecurityDetails/MinimumMultipleQuantityToInstruct</leftOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/CorporateActionOptionDetails[*]/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="_yg7BjRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhdzN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ1-2zEeqc-LCjwLsUVg"
name="SafekeepingAccount2Rule"
definition="If AccountDetails/ForAllAccounts/IdentificationCode value is GENR (General) then AmountDetails must not be present in any occurrences of CorporateActionOptionDetails/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>/CorporateActionOptionDetails[*]/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="_yg7BjxbHEeyroI8qKgB7Mg"
previousVersion="_B3MJ2e2zEeqc-LCjwLsUVg"
name="QuantityOfIntermediateSecuritiesRule"
definition="If NotificationGeneralInformation/EligibleBalanceIndicator is "true" or "1" (yes) and if IntermediateSecurity is present, then IntermediateSecurity/Quantity must be present.
(MT564 Rule C3)."
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>/IntermediateSecurity/Quantity</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/NotificationGeneralInformation/EligibleBalanceIndicator</leftOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/NotificationGeneralInformation/EligibleBalanceIndicator</leftOperand><rightOperand>true</rightOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/IntermediateSecurity</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_yg7BkRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhezN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ2-2zEeqc-LCjwLsUVg"
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[*]</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="_yg7BkxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhfTN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ3e2zEeqc-LCjwLsUVg"
name="IntermediateSecurity1Rule"
definition="If CorporateActionGeneralInformation/EventType/Code is RHDI (IntermediateSecuritiesDistribution), then IntermediateSecurity must be absent.
(MT 564 NVR C6)."
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>/IntermediateSecurity</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>IntermediateSecuritiesDistribution</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_yg7BlRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhfzN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ3-2zEeqc-LCjwLsUVg"
name="IntermediateSecurity2Rule"
definition="If CorporateActionGeneralInformation/EventType/Code is RHTS (Rights Issue), then IntermediateSecurity must be present.
(MT 564 NVR C6)."
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>/IntermediateSecurity</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>RightsIssue</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_yg7BlxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhgTN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ4e2zEeqc-LCjwLsUVg"
name="NotificationIdentificationRule"
definition="If NotificationGeneralInformation/NotificationType is REPL (Replace) or RMDR (Reminder) then PreviousNotificationIdentification must be present. 
(MT 564 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="Presence"><leftOperand>/PreviousNotificationIdentification</leftOperand></BooleanRule></mustBe><onCondition><connector>OR</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/NotificationGeneralInformation/NotificationType</leftOperand><rightOperand>Replacement</rightOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/NotificationGeneralInformation/NotificationType</leftOperand><rightOperand>Reminder</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_yg7BmRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhgzN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ4-2zEeqc-LCjwLsUVg"
name="IntermediateSecuritiesDistribution1Rule"
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="Presence"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>IntermediateSecuritiesDistribution</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_yg7BmxbHEeyroI8qKgB7Mg"
previousVersion="_B3MJ5e2zEeqc-LCjwLsUVg"
name="PaymentDateRule"
definition="If at least one occurrence of CorporateActionOptionDetails/SecuritiesMovementDetails or at least one occurrence of CorporateActionOptionDetails/CashMovementDetails is present, then CorporateActionDetails/DateDetails/PaymentDate must be absent. (MT 564 NVR C16)."
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>/CorporateActionDetails/DateDetails/PaymentDate</leftOperand></BooleanRule></mustBe><onCondition><connector>OR</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/CashMovementDetails[*]</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/SecuritiesMovementDetails[*]</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_yg7BnRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhhzN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ5-2zEeqc-LCjwLsUVg"
name="NameChangeRule"
definition="If CorporateActionDetails/AdditionalInformation/NewCompanyName/AdditionalInformation is present, then CorporateActionGeneralInformation/EventType/Code value CHAN (Change) must be present and CorporateActionDetails/ChangeType/Code value NAME (Name) must be present in at least one occurrence of CorporateActionDetails/ChangeType.
(MT 564 NVR C10)."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7BnxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhiTN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ6e2zEeqc-LCjwLsUVg"
name="RateAndCorporateActionEventRule"
definition="If CorporateActionOptionDetails/RateAndAmountDetails/GrossDividendRate/NotSpecifiedRate Code value or CorporateActionOptionDetails/RateAndAmountDetails/InterestRateUsedForPayment/NotSpecifiedRate Code value is NILP (Nil Payment), then CorporateActionGeneralInformation/EventType/Code must be either DVCA (CashDividend) or INTR (InterestPayment).
If CorporateActionOptionDetails/CashMovementDetails/RateAndAmountDetails/GrossDividendRate/NotSpecifiedRate Code value or CorporateActionOptionDetails/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="_yg7BoRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhizN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ6-2zEeqc-LCjwLsUVg"
name="TotalEligibleBalanceRule"
definition="If NotificationGeneralInformation/EligibleBalanceIndicator is 'true' or '1' (Yes), then at least one occurrence of AccountDetails/AccountsListAndBalanceDetails must be present and TotalEligibleBalance must be present in all occurrences of AccountDetails/AccountsListAndBalanceDetails/Balance.
If NotificationGeneralInformation/EligibleBalanceIndicator is 'false' or '0' (No) or is not present, then TotalEligibleBalance may or may not be present in all occurrences of AccountDetails/AccountsListAndBalanceDetails/Balance but it will not necessarily be the final eligible balance quantity."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7BoxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhjTN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ7e2zEeqc-LCjwLsUVg"
name="IssuerAgentGuideline"
definition="IssuerAgent must be used only in the communication between a CSD and local custodians."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7BpRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhjzN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ7-2zEeqc-LCjwLsUVg"
name="NewMaturityDateRule"
definition="If CorporateActionDetails/DateDetails/NewMaturityDate is present, then CorporateActionGeneralInformation/EventType/Code must be EXTM (Maturity Extension)."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_yg7BpxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhkTN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ8e2zEeqc-LCjwLsUVg"
name="InformationEventRule"
definition="If CorporateActionGeneralInformation/EventType/Code is INFO (Information), then IntermediateSecurity must be absent and no occurrences of CorporateActionOptionDetails may be present.
(MT 564 NVR C6)."
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>/IntermediateSecurity</leftOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/CorporateActionOptionDetails[*]</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>Information</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_yg7BqRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhkzN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ8-2zEeqc-LCjwLsUVg"
name="DeclaredRateRule"
definition="If CorporateActionOptionDetails/RateAndAmountDetails/IssuerDeclaredExchangeRate is present, then CorporateActionDetails/RateAndAmountDetails/DeclaredRate must be present."
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/RateAndAmountDetails/DeclaredRate</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/RateAndAmountDetails</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/RateAndAmountDetails/IssuerDeclaredExchangeRate</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_yg7BqxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhlTN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ9e2zEeqc-LCjwLsUVg"
name="AppliedOptionRule"
definition="If CorporateActionOptionDetails/AppliedOptionIndicator value is 'true' or '1' (Yes) in one or more occurrences of CorporateActionOptionDetails, 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="_yg7BrRbHEeyroI8qKgB7Mg"
previousVersion="_eRIQsO38Eeqc-LCjwLsUVg"
name="BeneficialOwnerBreakdownRequestRule "
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"
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>/CorporateActionOptionDetails[*]/OptionType/Code</leftOperand><rightOperand>BeneficialOwnerBreakdownRequest</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_o3rFYBbVEeyroI8qKgB7Mg"
nextVersions="_V4XhmTN3Ee2Amemf1A0gtA"
name="FirstBidIncrementPrice1Rule"
definition="If FirstBidIncrementPrice is present in CorporateActionDetails/PriceDetails, then FirstBidIncrementPrice is not allowed in any occurences of CorporateActionOptionDetails/PriceDetails. 
(MT 564 NVR C24)"
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>/CorporateActionOptionDetails[*]/PriceDetails/FirstBidIncrementPrice</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionDetails/PriceDetails/FirstBidIncrementPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_991xYRbWEeyroI8qKgB7Mg"
nextVersions="_V4XhmzN3Ee2Amemf1A0gtA"
name="FirstBidIncrementPrice2Rule"
definition="If FirstBidIncrementPrice is present in any occurrences of CorporateActionOptionDetails/PriceDetails, then FirstBidIncrementPrice is not allowed in CorporateActionDetails/PriceDetails. 
(MT 564 NVR C24)"
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>/CorporateActionDetails/PriceDetails/FirstBidIncrementPrice</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/PriceDetails/FirstBidIncrementPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_iGid4hbXEeyroI8qKgB7Mg"
nextVersions="_V4XhnTN3Ee2Amemf1A0gtA"
name="LastBidIncrementPrice1Rule"
definition="If LastBidIncrementPrice is present in CorporateActionDetails/PriceDetails, then LastBidIncrementPrice is not allowed in any occurences of CorporateActionOptionDetails/PriceDetails. 
(MT 564 NVR C24)"
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>/CorporateActionOptionDetails[*]/PriceDetails/LastBidIncrementPrice</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionDetails/PriceDetails/LastBidIncrementPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_iGid4xbXEeyroI8qKgB7Mg"
nextVersions="_V4XhnzN3Ee2Amemf1A0gtA"
name="LastBidIncrementPrice2Rule"
definition="If LastBidIncrementPrice is present in any occurrences of CorporateActionOptionDetails/PriceDetails, then LastBidIncrementPrice is not allowed in CorporateActionDetails/PriceDetails.
(MT 564 NVR C24)"
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>/CorporateActionDetails/PriceDetails/LastBidIncrementPrice</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/PriceDetails/LastBidIncrementPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_73l-IBb4EeyroI8qKgB7Mg"
nextVersions="_V4XhoTN3Ee2Amemf1A0gtA"
name="FirstBidIncrementPriceEventType1Rule"
definition="If FirstBidIncrementPrice is present in CorporateActionDetails/PriceDetails, then CorporateActionGeneralInformation/EventType/Code value must be equal to either BIDS (Repurchase Offer) or DTCH (Dutch Auction) or TEND (Tender). 
(MT 564 NVR C30)"
registrationStatus="Provisionally Registered"
expression="<RuleDefinition><ComplexRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ComplexRule"><mustBe><connector>OR</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>RepurchaseOffer</rightOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>DutchAuction</rightOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>Tender</rightOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionDetails/PriceDetails/FirstBidIncrementPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_dh8G8Rb7EeyroI8qKgB7Mg"
nextVersions="_V4XhozN3Ee2Amemf1A0gtA"
name="LastBidIncrementPriceEventType1Rule"
definition="If LastBidIncrementPrice is present in CorporateActionDetails/PriceDetails, then CorporateActionGeneralInformation/EventType/Code value must be equal to either BIDS (Repurchase Offer) or DTCH (Dutch Auction) or TEND (Tender). 
(MT 564 NVR C30)"
registrationStatus="Provisionally Registered"
expression="<RuleDefinition><ComplexRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ComplexRule"><mustBe><connector>OR</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>RepurchaseOffer</rightOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>DutchAuction</rightOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>Tender</rightOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionDetails/PriceDetails/LastBidIncrementPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_xljJwhb8EeyroI8qKgB7Mg"
nextVersions="_V4XhpTN3Ee2Amemf1A0gtA"
name="FirstBidIncrementPriceEventType2Rule"
definition="If FirstBidIncrementPrice is present in any occurrence of CorporateActionOptionDetails/PriceDetails, then CorporateActionGeneralInformation/EventType/Code value must be equal to either BIDS (Repurchase Offer) or DTCH (Dutch Auction) or TEND (Tender). 
(MT 564 NVR C30)"
registrationStatus="Provisionally Registered"
expression="<RuleDefinition><ComplexRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ComplexRule"><mustBe><connector>OR</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>RepurchaseOffer</rightOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>DutchAuction</rightOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>Tender</rightOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/PriceDetails/FirstBidIncrementPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_xljJwxb8EeyroI8qKgB7Mg"
nextVersions="_V4XhpzN3Ee2Amemf1A0gtA"
name="LastBidIncrementPriceEventType2Rule"
definition="If LastBidIncrementPrice is present in any occurrence of CorporateActionOptionDetails/PriceDetails, then CorporateActionGeneralInformation/EventType/Code value must be equal to either BIDS (Repurchase Offer) or DTCH (Dutch Auction) or TEND (Tender). 
(MT 564 NVR C30)"
registrationStatus="Provisionally Registered"
expression="<RuleDefinition><ComplexRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ComplexRule"><mustBe><connector>OR</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>RepurchaseOffer</rightOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>DutchAuction</rightOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>Tender</rightOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/PriceDetails/LastBidIncrementPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="__DjKghb9EeyroI8qKgB7Mg"
nextVersions="_V4XhqTN3Ee2Amemf1A0gtA"
name="MinimumPrice1Rule"
definition="If MinimumPrice is present in CorporateActionDetails/PriceDetails, then MinimumPrice is not allowed in any occurences of CorporateActionOptionDetails/PriceDetails. 
(MT 564 NVR C24)"
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>/CorporateActionOptionDetails[*]/PriceDetails/MinimumPrice</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionDetails/PriceDetails/MinimumPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="__DjKgxb9EeyroI8qKgB7Mg"
nextVersions="_V4XhqzN3Ee2Amemf1A0gtA"
name="MinimumPrice2Rule"
definition="If MinimumPrice is present in any occurrences of CorporateActionOptionDetails/PriceDetails, then MinimumPrice is not allowed in CorporateActionDetails/PriceDetails. 
(MT 564 NVR C24)"
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>/CorporateActionDetails/PriceDetails/MinimumPrice</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/PriceDetails/MinimumPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_siqMwRb-EeyroI8qKgB7Mg"
nextVersions="_V4XhrTN3Ee2Amemf1A0gtA"
name="MaximumPrice1Rule"
definition="If MaximumPrice is present in CorporateActionDetails/PriceDetails, then MaximumPrice is not allowed in any occurences of CorporateActionOptionDetails/PriceDetails. 
(MT 564 NVR C24)"
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>/CorporateActionOptionDetails[*]/PriceDetails/MaximumPrice</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionDetails/PriceDetails/MaximumPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_siqMwhb-EeyroI8qKgB7Mg"
nextVersions="_V4XhrzN3Ee2Amemf1A0gtA"
name="MaximumPrice2Rule"
definition="If MaximumPrice is present in any occurrences of CorporateActionOptionDetails/PriceDetails, then MaximumPrice is not allowed in CorporateActionDetails/PriceDetails. 
(MT 564 NVR C24)"
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>/CorporateActionDetails/PriceDetails/MaximumPrice</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/PriceDetails/MaximumPrice</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_TnO0gRb_EeyroI8qKgB7Mg"
nextVersions="_V4XhsTN3Ee2Amemf1A0gtA"
name="BidInterval1Rule"
definition="If BidInterval is present in CorporateActionDetails/RateAndAmountDetails, then BidInterval is not allowed in any occurences of CorporateActionOptionDetails/RateAndAmountDetails. 
(MT 564 NVR C25)"
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>/CorporateActionOptionDetails[*]/RateAndAmountDetails/BidInterval</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionDetails/RateAndAmountDetails/BidInterval</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_zBjtYRb_EeyroI8qKgB7Mg"
nextVersions="_V4XhszN3Ee2Amemf1A0gtA"
name="BidInterval2Rule"
definition="If BidInterval is present in any occurrences of CorporateActionOptionDetails/RateAndAmountDetails, then BidInterval is not allowed in CorporateActionDetails/RateAndAmountDetails. 
(MT 564 NVR C25)"
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>/CorporateActionDetails/RateAndAmountDetails/BidInterval</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/CorporateActionOptionDetails[*]/RateAndAmountDetails/BidInterval</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_LLs3wBexEeyroI8qKgB7Mg"
name="IncentivePremiumEventType1Rule"
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"
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="_bwlQQBe6EeyroI8qKgB7Mg"
name="DissenterRights3Rule"
definition="If OfferType/Code value is equal to NDIS (DissenterRightsNotApplicable) or DISS (DissenterRights) in any occurrence of CorporateActionOptionDetails, then in CorporateActionDetails, OfferType/Code values NDIS (DissenterRightsNotApplicable) and DISS (DissenterRights) are not allowed. 
(MT 564 NVR C28)"
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="DifferentFromValue"><leftOperand>/CorporateActionDetails/OfferType[*]/Code</leftOperand><rightOperand>DissenterRights</rightOperand></BooleanRule><BooleanRule xsi:type="DifferentFromValue"><leftOperand>/CorporateActionDetails/OfferType[*]/Code</leftOperand><rightOperand>DissenterRightsNotApplicable</rightOperand></BooleanRule></mustBe><onCondition><connector>OR</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionOptionDetails[*]/OfferType[*]/Code</leftOperand><rightOperand>DissenterRights</rightOperand></BooleanRule><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionOptionDetails[*]/OfferType[*]/Code</leftOperand><rightOperand>DissenterRightsNotApplicable</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<messageBuildingBlock
xmi:id="_yg7BtRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhvzN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ_e2zEeqc-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="_yg7BtxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhwTN3Ee2Amemf1A0gtA"
previousVersion="_B3MJ_-2zEeqc-LCjwLsUVg"
name="NotificationGeneralInformation"
definition="General information about the event notification type, status and contents."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="NtfctnGnlInf"
complexType="_JLFPYTnXEeWLJsP1cO-amg" />
<messageBuildingBlock
xmi:id="_yg7BuRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhwzN3Ee2Amemf1A0gtA"
previousVersion="_B3MKAe2zEeqc-LCjwLsUVg"
name="PreviousNotificationIdentification"
definition="Identification of the previously sent notification document."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="PrvsNtfctnId"
complexType="_e22_UTnXEeWLJsP1cO-amg" />
<messageBuildingBlock
xmi:id="_yg7BuxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhxTN3Ee2Amemf1A0gtA"
previousVersion="_B3MKA-2zEeqc-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="_yg7BvRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhxzN3Ee2Amemf1A0gtA"
previousVersion="_B3MKBe2zEeqc-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="_yg7BvxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhyTN3Ee2Amemf1A0gtA"
previousVersion="_B3MKB-2zEeqc-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="_yg7BwRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhyzN3Ee2Amemf1A0gtA"
previousVersion="_B3MKCe2zEeqc-LCjwLsUVg"
name="CorporateActionGeneralInformation"
definition="General information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CorpActnGnlInf"
complexType="_SPZqQRuyEeyhRdHRjakS2w" />
<messageBuildingBlock
xmi:id="_yg7BwxbHEeyroI8qKgB7Mg"
nextVersions="_V4XhzTN3Ee2Amemf1A0gtA"
previousVersion="_B3MKC-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="_9ju_YRukEeyhRdHRjakS2w" />
<messageBuildingBlock
xmi:id="_yg7BxRbHEeyroI8qKgB7Mg"
nextVersions="_V4XhzzN3Ee2Amemf1A0gtA"
previousVersion="_B3MKDe2zEeqc-LCjwLsUVg"
name="IntermediateSecurity"
definition="Details on rights credited to the account as for example trading period, expiry date, renounceability."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="IntrmdtScty"
complexType="_R6ZEARuyEeyhRdHRjakS2w" />
<messageBuildingBlock
xmi:id="_yg7BxxbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh0TN3Ee2Amemf1A0gtA"
previousVersion="_B3MKD-2zEeqc-LCjwLsUVg"
name="CorporateActionDetails"
definition="Information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="CorpActnDtls"
complexType="_UVlzURbTEeyroI8qKgB7Mg" />
<messageBuildingBlock
xmi:id="_yg7ByRbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh0zN3Ee2Amemf1A0gtA"
previousVersion="_B3MKEe2zEeqc-LCjwLsUVg"
name="CorporateActionOptionDetails"
definition="Information about the corporate action option."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="CorpActnOptnDtls"
complexType="_MSj7kRbUEeyroI8qKgB7Mg" />
<messageBuildingBlock
xmi:id="_yg7ByxbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh1TN3Ee2Amemf1A0gtA"
previousVersion="_B3MKE-2zEeqc-LCjwLsUVg"
name="AdditionalInformation"
definition="Additional information on the event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="AddtlInf"
complexType="_9zlaoRcBEeyroI8qKgB7Mg" />
<messageBuildingBlock
xmi:id="_yg7BzRbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh1zN3Ee2Amemf1A0gtA"
previousVersion="_B3MKFe2zEeqc-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="_CIhQ4bXLEeiTob_PrFFUxA" />
<messageBuildingBlock
xmi:id="_yg7BzxbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh2TN3Ee2Amemf1A0gtA"
previousVersion="_B3MKF-2zEeqc-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="_yg7B0RbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh2zN3Ee2Amemf1A0gtA"
previousVersion="_B3MKGe2zEeqc-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="_yg7B0xbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh3TN3Ee2Amemf1A0gtA"
previousVersion="_B3MKG-2zEeqc-LCjwLsUVg"
name="Registrar"
definition="Party/agent responsible for maintaining the register of the security."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Regar"
complexType="_Vul5MbpYEeifFaUMRKyMMw" />
<messageBuildingBlock
xmi:id="_yg7B1RbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh3zN3Ee2Amemf1A0gtA"
previousVersion="_B3MKHe2zEeqc-LCjwLsUVg"
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="_yg7B1xbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh4TN3Ee2Amemf1A0gtA"
previousVersion="_B3MKH-2zEeqc-LCjwLsUVg"
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="_yg7B2RbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh4zN3Ee2Amemf1A0gtA"
previousVersion="_B3MKIe2zEeqc-LCjwLsUVg"
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="_yg7B2xbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh5TN3Ee2Amemf1A0gtA"
previousVersion="_B3MKI-2zEeqc-LCjwLsUVg"
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="_yg7B3RbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh5zN3Ee2Amemf1A0gtA"
previousVersion="_B3MKJe2zEeqc-LCjwLsUVg"
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="_yg7B3xbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh6TN3Ee2Amemf1A0gtA"
previousVersion="_B3MKJ-2zEeqc-LCjwLsUVg"
name="Issuer"
definition="Issuer of the financial instrument."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Issr"
complexType="_CIhQ4bXLEeiTob_PrFFUxA" />
<messageBuildingBlock
xmi:id="_yg7B4RbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh6zN3Ee2Amemf1A0gtA"
previousVersion="_B3MKKe2zEeqc-LCjwLsUVg"
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="_yg7B4xbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh7TN3Ee2Amemf1A0gtA"
previousVersion="_B3MKK-2zEeqc-LCjwLsUVg"
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" />
<messageBuildingBlock
xmi:id="_yg7B5RbHEeyroI8qKgB7Mg"
nextVersions="_V4Xh7zN3Ee2Amemf1A0gtA"
previousVersion="_B3MKLe2zEeqc-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="031"
flavour="001"
version="12" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.