SecuritiesSettlementTransactionAllegementNotificationV05

sese.028.001.05

Scope An account servicer sends a SecuritiesSettlementTransactionAllegementNotification to an account owner to advise the account owner that a counterparty has alleged an instruction against the account owner’s account at the account servicer and that the account servicer could not find the corresponding instruction of the account owner. The account servicer/owner relationship may be:

Usage The message may also be used to:

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
%% SecuritiesSettlementTransactionAllegementNotificationV05 recursion level 0 with max 0
class SecuritiesSettlementTransactionAllegementNotificationV05{
    TransactionIdentification IsoMax35Text
}
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "1..1" SettlementTypeAndAdditionalParameters12 : SettlementTypeAndAdditionalParameters
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "0..1" Identification14 : MarketInfrastructureTransactionIdentification
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "1..1" SecuritiesTradeDetails54 : TradeDetails
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "1..1" SecurityIdentification19 : FinancialInstrumentIdentification
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "0..1" FinancialInstrumentAttributes64 : FinancialInstrumentAttributes
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "1..1" QuantityAndAccount42 : QuantityAndAccountDetails
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "0..1" SecuritiesFinancingTransactionDetails29 : SecuritiesFinancingDetails
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "1..1" SettlementDetails99 : SettlementParameters
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "0..1" SettlementParties36 : DeliveringSettlementParties
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "0..1" SettlementParties36 : ReceivingSettlementParties
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "0..1" CashParties25 : CashParties
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "0..1" AmountAndDirection48 : SettlementAmount
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "0..1" OtherAmounts32 : OtherAmounts
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "0..1" OtherParties28 : OtherBusinessParties
SecuritiesSettlementTransactionAllegementNotificationV05 *-- "0..1" SupplementaryData1 : SupplementaryData
  

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

TransactionIdentification building block

Unambiguous identification of the transaction as know by the instructing party. Specifies a character string with a maximum length of 35 characters. For comparison, see the ISO20022 official specification This message is declared as Max35Text in the ISO specification. In our implementation, it is represented in source code as IsoMax35Text. Due to global using directives, it is treated as a System.String by the compiler and runtime.

SettlementTypeAndAdditionalParameters building block

Provides settlement type and identification information. Provides transaction type and identification information. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SettlementTypeAndAdditionalParameters12 recursion level 0 with max 1
class SettlementTypeAndAdditionalParameters12{
    SecuritiesMovementType ReceiveDelivery1Code
    Payment DeliveryReceiptType2Code
    CommonIdentification IsoMax35Text
}
  

SettlementTypeAndAdditionalParameters12 members

Member name Description Data Type / Multiplicity
SecuritiesMovementType Specifies if the movement on a securities account results from a deliver or a receive instruction. ReceiveDelivery1Code - Required 1..1
Payment Specifies how the transaction is to be settled, for example, against payment. DeliveryReceiptType2Code - Required 1..1
CommonIdentification Unique reference agreed upon by the two trade counterparties to identify the trade. IsoMax35Text - Optional 0..1

MarketInfrastructureTransactionIdentification building block

Identification of a transaction assigned by a market infrastructure other than a central securities depository, for example, Target2-Securities. Unique identifier of a document, message or transaction. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Identification14 recursion level 0 with max 1
class Identification14{
    Identification IsoMax35Text
}
  

Identification14 members

Member name Description Data Type / Multiplicity
Identification Unique identifier of a document, message or transaction. IsoMax35Text - Required 1..1

TradeDetails building block

Details of the trade. Details of the securities trade. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SecuritiesTradeDetails54 recursion level 0 with max 1
class SecuritiesTradeDetails54{
    TradeIdentification IsoMax35Text
    CollateralTransactionIdentification IsoMax35Text
    AccountOwnerTransactionIdentification IsoMax35Text
    ProcessorTransactionIdentification IsoMax35Text
    NumberOfDaysAccrued IsoMax3Number
}
SecuritiesTradeDetails54 *-- "0..1" PlaceOfTradeIdentification1 : PlaceOfTrade
SecuritiesTradeDetails54 *-- "0..1" PlaceOfClearingIdentification1 : PlaceOfClearing
SecuritiesTradeDetails54 *-- "0..1" ITradeDate5Choice : TradeDate
SecuritiesTradeDetails54 *-- "1..1" ISettlementDate9Choice : SettlementDate
SecuritiesTradeDetails54 *-- "0..1" Price2 : DealPrice
SecuritiesTradeDetails54 *-- "0..0" ITradeTransactionCondition5Choice : TradeTransactionCondition
SecuritiesTradeDetails54 *-- "0..1" ITypeOfPrice29Choice : TypeOfPrice
%% PlaceOfTradeIdentification1 recursion level 1 with max 1
class PlaceOfTradeIdentification1{
    LEI IsoLEIIdentifier
}
PlaceOfTradeIdentification1 *-- "0..1" MarketIdentification84 : MarketTypeAndIdentification
%% PlaceOfClearingIdentification1 recursion level 1 with max 1
class PlaceOfClearingIdentification1{
    Identification IsoAnyBICIdentifier
    LEI IsoLEIIdentifier
}
%% ITradeDate5Choice recursion level 1 with max 1
%% ISettlementDate9Choice recursion level 1 with max 1
%% Price2 recursion level 1 with max 1
Price2 *-- "1..1" IYieldedOrValueType1Choice : Type
Price2 *-- "1..1" IPriceRateOrAmountChoice : Value
%% ITradeTransactionCondition5Choice recursion level 1 with max 1
%% ITypeOfPrice29Choice recursion level 1 with max 1
  

SecuritiesTradeDetails54 members

Member name Description Data Type / Multiplicity
TradeIdentification Reference assigned to the trade by the investor or the trading party. This reference will be used throughout the trade life cycle to access/update the trade details. IsoMax35Text - Unknown 0..0
CollateralTransactionIdentification Unambiguous identification of a collateral transaction as assigned by the instructing party. IsoMax35Text - Unknown 0..0
AccountOwnerTransactionIdentification Identification of an account owner transaction that could potentially match with the allegement notified. IsoMax35Text - Unknown 0..0
ProcessorTransactionIdentification Identification of the transaction assigned by the processor of the instruction other than the account owner the account servicer and the market infrastructure. IsoMax35Text - Optional 0..1
PlaceOfTrade Market in which a trade transaction has been executed. PlaceOfTradeIdentification1 - Optional 0..1
PlaceOfClearing Infrastructure which may be a component of a clearing house and which facilitates clearing and settlement for its members by standing between the buyer and the seller. It may net transactions and it substitutes itself as settlement counterparty for each position. PlaceOfClearingIdentification1 - Optional 0..1
TradeDate Specifies the date/time on which the trade was executed. ITradeDate5Choice - Optional 0..1
SettlementDate Date and time at which the securities are to be delivered or received. ISettlementDate9Choice - Required 1..1
DealPrice Specifies the price of the traded financial instrument. This is the deal price of the individual trade transaction.
NumberOfDaysAccrued Number of days on which the interest rate accrues (daily accrual note). IsoMax3Number - Optional 0..1
TradeTransactionCondition Indicates the conditions under which the order/trade is to be/was executed. ITradeTransactionCondition5Choice - Unknown 0..0
TypeOfPrice Specifies the type of price and information about the price. ITypeOfPrice29Choice - Optional 0..1

FinancialInstrumentIdentification building block

Financial instrument representing a sum of rights of the investor vis-a-vis the issuer. Identification of a security. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SecurityIdentification19 recursion level 0 with max 1
class SecurityIdentification19{
    ISIN IsoISINOct2015Identifier
    Description IsoMax140Text
}
SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification
%% OtherIdentification1 recursion level 1 with max 1
class OtherIdentification1{
    Identification IsoMax35Text
    Suffix IsoMax16Text
}
OtherIdentification1 *-- "1..1" IIdentificationSource3Choice : Type
  

SecurityIdentification19 members

Member name Description Data Type / Multiplicity
ISIN International Securities Identification Number (ISIN). A numbering system designed by the United Nation’s International Organisation for Standardisation (ISO). The ISIN is composed of a 2-character prefix representing the country of issue, followed by the national security number (if one exists), and a check digit. Each country has a national numbering agency that assigns ISIN numbers for securities in that country. IsoISINOct2015Identifier - Optional 0..1
OtherIdentification Identification of a security by proprietary or domestic identification scheme. OtherIdentification1 - Unknown 0..0
Description Textual description of a security instrument. IsoMax140Text - Optional 0..1

FinancialInstrumentAttributes building block

Elements characterising a financial instrument. Elements characterising a financial instrument. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% FinancialInstrumentAttributes64 recursion level 0 with max 1
class FinancialInstrumentAttributes64{
    DenominationCurrency ActiveOrHistoricCurrencyCode
    CouponDate IsoISODate
    ExpiryDate IsoISODate
    FloatingRateFixingDate IsoISODate
    MaturityDate IsoISODate
    IssueDate IsoISODate
    NextCallableDate IsoISODate
    PutableDate IsoISODate
    DatedDate IsoISODate
    FirstPaymentDate IsoISODate
    PreviousFactor IsoBaseOneRate
    CurrentFactor IsoBaseOneRate
    NextFactor IsoBaseOneRate
    InterestRate IsoPercentageRate
    YieldToMaturityRate IsoPercentageRate
    NextInterestRate IsoPercentageRate
    IndexRateBasis IsoPercentageRate
    VariableRateIndicator IsoYesNoIndicator
    CallableIndicator IsoYesNoIndicator
    PutableIndicator IsoYesNoIndicator
    FinancialInstrumentAttributeAdditionalDetails IsoMax350Text
}
FinancialInstrumentAttributes64 *-- "0..1" IMarketIdentification3Choice : PlaceOfListing
FinancialInstrumentAttributes64 *-- "0..1" IInterestComputationMethodFormat4Choice : DayCountBasis
FinancialInstrumentAttributes64 *-- "0..1" IFormOfSecurity6Choice : RegistrationForm
FinancialInstrumentAttributes64 *-- "0..1" IFrequency23Choice : PaymentFrequency
FinancialInstrumentAttributes64 *-- "0..1" ISecuritiesPaymentStatus5Choice : PaymentStatus
FinancialInstrumentAttributes64 *-- "0..1" IFrequency23Choice : VariableRateChangeFrequency
FinancialInstrumentAttributes64 *-- "0..1" IClassificationType32Choice : ClassificationType
FinancialInstrumentAttributes64 *-- "0..1" IOptionStyle8Choice : OptionStyle
FinancialInstrumentAttributes64 *-- "0..1" IOptionType6Choice : OptionType
FinancialInstrumentAttributes64 *-- "0..1" INumber22Choice : CouponAttachedNumber
FinancialInstrumentAttributes64 *-- "0..1" GenericIdentification37 : PoolNumber
FinancialInstrumentAttributes64 *-- "0..1" IPriceType1Choice : MarketOrIndicativePrice
FinancialInstrumentAttributes64 *-- "0..1" Price2 : ExercisePrice
FinancialInstrumentAttributes64 *-- "0..1" Price2 : SubscriptionPrice
FinancialInstrumentAttributes64 *-- "0..1" Price2 : ConversionPrice
FinancialInstrumentAttributes64 *-- "0..1" Price2 : StrikePrice
FinancialInstrumentAttributes64 *-- "0..1" IFinancialInstrumentQuantity1Choice : MinimumNominalQuantity
FinancialInstrumentAttributes64 *-- "0..1" IFinancialInstrumentQuantity1Choice : ContractSize
FinancialInstrumentAttributes64 *-- "0..0" SecurityIdentification19 : UnderlyingFinancialInstrumentIdentification
%% IMarketIdentification3Choice recursion level 1 with max 1
%% IInterestComputationMethodFormat4Choice recursion level 1 with max 1
%% IFormOfSecurity6Choice recursion level 1 with max 1
%% IFrequency23Choice recursion level 1 with max 1
%% ISecuritiesPaymentStatus5Choice recursion level 1 with max 1
%% IFrequency23Choice recursion level 1 with max 1
%% IClassificationType32Choice recursion level 1 with max 1
%% IOptionStyle8Choice recursion level 1 with max 1
%% IOptionType6Choice recursion level 1 with max 1
%% INumber22Choice recursion level 1 with max 1
%% GenericIdentification37 recursion level 1 with max 1
class GenericIdentification37{
    Identification IsoMax35Text
    Issuer IsoMax35Text
}
%% IPriceType1Choice recursion level 1 with max 1
%% Price2 recursion level 1 with max 1
Price2 *-- "1..1" IYieldedOrValueType1Choice : Type
Price2 *-- "1..1" IPriceRateOrAmountChoice : Value
%% Price2 recursion level 1 with max 1
Price2 *-- "1..1" IYieldedOrValueType1Choice : Type
Price2 *-- "1..1" IPriceRateOrAmountChoice : Value
%% Price2 recursion level 1 with max 1
Price2 *-- "1..1" IYieldedOrValueType1Choice : Type
Price2 *-- "1..1" IPriceRateOrAmountChoice : Value
%% Price2 recursion level 1 with max 1
Price2 *-- "1..1" IYieldedOrValueType1Choice : Type
Price2 *-- "1..1" IPriceRateOrAmountChoice : Value
%% IFinancialInstrumentQuantity1Choice recursion level 1 with max 1
%% IFinancialInstrumentQuantity1Choice recursion level 1 with max 1
%% SecurityIdentification19 recursion level 1 with max 1
class SecurityIdentification19{
    ISIN IsoISINOct2015Identifier
    Description IsoMax140Text
}
SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification
  

FinancialInstrumentAttributes64 members

Member name Description Data Type / Multiplicity
PlaceOfListing Market(s) on which the security is listed. IMarketIdentification3Choice - Optional 0..1
DayCountBasis Specifies the computation method of (accrued) interest of the security. IInterestComputationMethodFormat4Choice - Optional 0..1
RegistrationForm Specifies the form, this is, ownership, of the security. IFormOfSecurity6Choice - Optional 0..1
PaymentFrequency Specifies the frequency of an interest payment. IFrequency23Choice - Optional 0..1
PaymentStatus Status of payment of a security at a particular time. ISecuritiesPaymentStatus5Choice - Optional 0..1
VariableRateChangeFrequency Specifies the frequency of change to the variable rate of an interest bearing instrument. IFrequency23Choice - Optional 0..1
ClassificationType Classification type of the financial instrument, as per the ISO Classification of Financial Instrument (CFI) codification, for example, common share with voting rights, fully paid, or registered. IClassificationType32Choice - Optional 0..1
OptionStyle Specifies how an option can be exercised (American, European, Bermudan). IOptionStyle8Choice - Optional 0..1
OptionType Specifies whether it is a Call option (right to purchase a specific underlying asset) or a Put option (right to sell a specific underlying asset). IOptionType6Choice - Optional 0..1
DenominationCurrency Currency in which a security is issued or redenominated. ActiveOrHistoricCurrencyCode - Optional 0..1
CouponDate Next payment date of an interest bearing financial instrument. IsoISODate - Optional 0..1
ExpiryDate Date on which a privilege expires. IsoISODate - Optional 0..1
FloatingRateFixingDate Date at which the interest rate of an interest bearing security will be calculated and reset, according to the terms of the issue. IsoISODate - Optional 0..1
MaturityDate Planned final repayment date at the time of issuance. IsoISODate - Optional 0..1
IssueDate Date at which the security was made available. IsoISODate - Optional 0..1
NextCallableDate Next date at which the issuer has the right to pay the security prior to maturity. IsoISODate - Optional 0..1
PutableDate Date at which the holder has the right to ask for redemption of the security prior to final maturity. IsoISODate - Optional 0..1
DatedDate First date at which a security begins to accrue interest. IsoISODate - Optional 0..1
FirstPaymentDate Date at which the first interest payment is due to holders of the security. IsoISODate - Optional 0..1
PreviousFactor Rate expressed as a decimal between 0 and 1 that was applicable before the current factor and defines the outstanding principal of the financial instrument (for factored securities). IsoBaseOneRate - Optional 0..1
CurrentFactor Rate expressed as a decimal between 0 and 1 defining the outstanding principal of the financial instrument (for factored securities). IsoBaseOneRate - Optional 0..1
NextFactor Rate expressed as a decimal between 0 and 1 that will be applicable as of the next factor date and defines the outstanding principal of the financial instrument (for factored securities). IsoBaseOneRate - Optional 0..1
InterestRate Per annum ratio of interest paid to the principal amount of the financial instrument for a specific period of time. IsoPercentageRate - Optional 0..1
YieldToMaturityRate Rate of return anticipated on a bond when held until maturity date. IsoPercentageRate - Optional 0..1
NextInterestRate Interest rate applicable to the next interest payment period in relation to variable rate instruments. IsoPercentageRate - Optional 0..1
IndexRateBasis Specifies the reference rate for fixed income instruments where the price of the instrument is indexed to the price of an underlying benchmark.
CouponAttachedNumber Number of the coupon attached to the physical security. INumber22Choice - Optional 0..1
PoolNumber Number identifying a group of underlying assets assigned by the issuer of a factored security. GenericIdentification37 - Optional 0..1
VariableRateIndicator Indicates whether the interest rate of an interest bearing instrument is reset periodically. IsoYesNoIndicator - Optional 0..1
CallableIndicator Indicates whether the issuer has the right to pay the security prior to maturity. Also called RetractableIndicator. IsoYesNoIndicator - Optional 0..1
PutableIndicator Indicates whether the holder has the right to ask for redemption of the security prior to final maturity. Also called RedeemableIndicator. IsoYesNoIndicator - Optional 0..1
MarketOrIndicativePrice Value of the price, for example, as a currency and value per unit or as a percentage. IPriceType1Choice - Optional 0..1
ExercisePrice Predetermined price at which the holder of a derivative will buy or sell the underlying instrument. Price2 - Optional 0..1
SubscriptionPrice Pre-determined price at which the holder of a right is entitled to buy the underlying instrument. Price2 - Optional 0..1
ConversionPrice Price of one target security in the conversion. Price2 - Optional 0..1
StrikePrice Predetermined price at which the holder will have to buy or sell the underlying instrument. Price2 - Optional 0..1
MinimumNominalQuantity Minimum nominal quantity of financial instrument. IFinancialInstrumentQuantity1Choice - Optional 0..1
ContractSize Ratio or multiplying factor used to convert one contract into a quantity. IFinancialInstrumentQuantity1Choice - Optional 0..1
UnderlyingFinancialInstrumentIdentification Identification of the underlying security. SecurityIdentification19 - Unknown 0..0
FinancialInstrumentAttributeAdditionalDetails Provides additional information about the financial instrument in narrative form. IsoMax350Text - Optional 0..1

QuantityAndAccountDetails building block

Details related to the account and quantity involved in the transaction. Details on the quantity, account and other related information involved in a transaction. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% QuantityAndAccount42 recursion level 0 with max 1
class QuantityAndAccount42{
    DenominationChoice IsoMax210Text
}
QuantityAndAccount42 *-- "1..1" IFinancialInstrumentQuantity1Choice : SettlementQuantity
QuantityAndAccount42 *-- "0..1" PartyIdentification98 : AccountOwner
QuantityAndAccount42 *-- "1..1" SecuritiesAccount24 : SafekeepingAccount
QuantityAndAccount42 *-- "0..1" ICashAccountIdentification5Choice : CashAccount
QuantityAndAccount42 *-- "0..0" QuantityBreakdown30 : QuantityBreakdown
QuantityAndAccount42 *-- "0..1" SafeKeepingPlace1 : SafekeepingPlace
%% IFinancialInstrumentQuantity1Choice recursion level 1 with max 1
%% PartyIdentification98 recursion level 1 with max 1
class PartyIdentification98{
    LEI IsoLEIIdentifier
}
PartyIdentification98 *-- "1..1" IPartyIdentification92Choice : Identification
%% SecuritiesAccount24 recursion level 1 with max 1
class SecuritiesAccount24{
    Identification IsoMax35Text
    Name IsoMax70Text
}
SecuritiesAccount24 *-- "0..1" GenericIdentification30 : Type
%% ICashAccountIdentification5Choice recursion level 1 with max 1
%% QuantityBreakdown30 recursion level 1 with max 1
QuantityBreakdown30 *-- "0..1" GenericIdentification37 : LotNumber
QuantityBreakdown30 *-- "0..1" IFinancialInstrumentQuantity1Choice : LotQuantity
QuantityBreakdown30 *-- "0..1" IDateAndDateTimeChoice : LotDateTime
QuantityBreakdown30 *-- "0..1" Price2 : LotPrice
QuantityBreakdown30 *-- "0..1" ITypeOfPrice29Choice : TypeOfPrice
%% SafeKeepingPlace1 recursion level 1 with max 1
class SafeKeepingPlace1{
    LEI IsoLEIIdentifier
}
SafeKeepingPlace1 *-- "0..1" ISafekeepingPlaceFormat10Choice : SafekeepingPlaceFormat
  

QuantityAndAccount42 members

Member name Description Data Type / Multiplicity
SettlementQuantity Total quantity of securities to be settled. IFinancialInstrumentQuantity1Choice - Required 1..1
DenominationChoice Denomination of the security to be received or delivered. IsoMax210Text - Optional 0..1
AccountOwner Party that legally owns the account. PartyIdentification98 - Optional 0..1
SafekeepingAccount Account to or from which a securities entry is made. SecuritiesAccount24 - Required 1..1
CashAccount Account to or from which a cash entry is made. ICashAccountIdentification5Choice - Optional 0..1
QuantityBreakdown Breakdown of a quantity into lots such as tax lots, instrument series, etc. QuantityBreakdown30 - Unknown 0..0
SafekeepingPlace Place where the securities are safe-kept, physically or notionally. This place can be, for example, a local custodian, a Central Securities Depository (CSD) or an International Central Securities Depository (ICSD). SafeKeepingPlace1 - Optional 0..1

SecuritiesFinancingDetails building block

Details of the closing of the securities financing transaction. Details of the closing of the securities financing transaction. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SecuritiesFinancingTransactionDetails29 recursion level 0 with max 1
class SecuritiesFinancingTransactionDetails29{
    SecuritiesFinancingTradeIdentification IsoMax35Text
    ClosingLegIdentification IsoMax35Text
    MaturityDateModification IsoYesNoIndicator
    InterestPayment IsoYesNoIndicator
    TransactionCallDelay IsoExact3NumericText
    SecondLegNarrative IsoMax140Text
}
SecuritiesFinancingTransactionDetails29 *-- "0..1" ITerminationDate4Choice : TerminationDate
SecuritiesFinancingTransactionDetails29 *-- "0..1" IRateType35Choice : RateType
SecuritiesFinancingTransactionDetails29 *-- "0..1" ILegalFramework3Choice : LegalFramework
SecuritiesFinancingTransactionDetails29 *-- "0..1" RateName1 : VariableRateSupport
SecuritiesFinancingTransactionDetails29 *-- "0..1" Rate2 : RepurchaseRate
SecuritiesFinancingTransactionDetails29 *-- "0..1" AmountAndDirection21 : AccruedInterestAmount
SecuritiesFinancingTransactionDetails29 *-- "0..1" AmountAndDirection21 : TerminationTransactionAmount
%% ITerminationDate4Choice recursion level 1 with max 1
%% IRateType35Choice recursion level 1 with max 1
%% ILegalFramework3Choice recursion level 1 with max 1
%% RateName1 recursion level 1 with max 1
class RateName1{
    Issuer IsoMax8Text
    RateName IsoMax35Text
}
%% Rate2 recursion level 1 with max 1
class Rate2{
    Sign IsoPlusOrMinusIndicator
    Rate IsoPercentageRate
}
%% AmountAndDirection21 recursion level 1 with max 1
class AmountAndDirection21{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
%% AmountAndDirection21 recursion level 1 with max 1
class AmountAndDirection21{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
  

SecuritiesFinancingTransactionDetails29 members

Member name Description Data Type / Multiplicity
SecuritiesFinancingTradeIdentification Unambiguous identification of the underlying securities financing trade as assigned by the instructing party. The identification is common to all collateral pieces (one or many). IsoMax35Text - Optional 0..1
ClosingLegIdentification Unambiguous identification of the second leg of the transaction as known by the account owner (or the instructing party acting on its behalf). IsoMax35Text - Optional 0..1
TerminationDate Closing date/time or maturity date/time of the transaction. ITerminationDate4Choice - Optional 0..1
RateType Specifies whether the rate is fixed or variable. IRateType35Choice - Optional 0..1
LegalFramework Legal framework of the transaction. ILegalFramework3Choice - Optional 0..1
MaturityDateModification Specifies whether the maturity date of the securities financing transaction may be modified. IsoYesNoIndicator - Optional 0..1
InterestPayment Specifies whether the interest is to be paid to the collateral taker. If set to no, the interest is paid to the collateral giver. IsoYesNoIndicator - Optional 0..1
VariableRateSupport Index or support rate used together with the spread to calculate the repurchase rate.
RepurchaseRate Rate to be used to recalculate the repurchase amount. Rate2 - Optional 0..1
TransactionCallDelay Minimum number of days’ notice a counterparty needs for terminating the transaction. IsoExact3NumericText - Optional 0..1
AccruedInterestAmount Interest amount that has accrued in between coupon payment periods. AmountAndDirection21 - Optional 0..1
TerminationTransactionAmount Total amount of money to be settled to terminate the transaction. AmountAndDirection21 - Optional 0..1
SecondLegNarrative Provides additional information about the second leg in narrative form. IsoMax140Text - Optional 0..1

SettlementParameters building block

Parameters which explicitly state the conditions that must be fulfilled before a particular transaction of a financial instrument can be settled. These parameters are defined by the instructing party in compliance with settlement rules in the market the transaction will settle in. Details of settlement of a transaction. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SettlementDetails99 recursion level 0 with max 1
class SettlementDetails99{
    HoldIndicator IsoYesNoIndicator
    PartialSettlementIndicator SettlementTransactionCondition5Code
}
SettlementDetails99 *-- "1..1" ISecuritiesTransactionType20Choice : SecuritiesTransactionType
SettlementDetails99 *-- "0..0" ISettlementTransactionCondition17Choice : SettlementTransactionCondition
SettlementDetails99 *-- "0..1" IBeneficialOwnership4Choice : BeneficialOwnership
SettlementDetails99 *-- "0..1" ICashSettlementSystem4Choice : CashClearingSystem
SettlementDetails99 *-- "0..1" IMarketClientSide4Choice : MarketClientSide
SettlementDetails99 *-- "0..1" IRegistration9Choice : Registration
SettlementDetails99 *-- "0..1" IRepurchaseType13Choice : RepurchaseType
SettlementDetails99 *-- "0..1" ISecuritiesRTGS4Choice : SecuritiesRTGS
SettlementDetails99 *-- "0..1" GenericIdentification30 : StampDutyTaxBasis
%% ISecuritiesTransactionType20Choice recursion level 1 with max 1
%% ISettlementTransactionCondition17Choice recursion level 1 with max 1
%% IBeneficialOwnership4Choice recursion level 1 with max 1
%% ICashSettlementSystem4Choice recursion level 1 with max 1
%% IMarketClientSide4Choice recursion level 1 with max 1
%% IRegistration9Choice recursion level 1 with max 1
%% IRepurchaseType13Choice recursion level 1 with max 1
%% ISecuritiesRTGS4Choice recursion level 1 with max 1
%% GenericIdentification30 recursion level 1 with max 1
class GenericIdentification30{
    Identification IsoExact4AlphaNumericText
    Issuer IsoMax35Text
    SchemeName IsoMax35Text
}
  

SettlementDetails99 members

Member name Description Data Type / Multiplicity
HoldIndicator Specifies whether the transaction is on hold/blocked/frozen. IsoYesNoIndicator - Optional 0..1
SecuritiesTransactionType Identifies the type of securities transaction. ISecuritiesTransactionType20Choice - Required 1..1
SettlementTransactionCondition Conditions under which the order/trade is to be settled. ISettlementTransactionCondition17Choice - Unknown 0..0
PartialSettlementIndicator Specifies whether partial settlement is allowed. SettlementTransactionCondition5Code - Optional 0..1
BeneficialOwnership Specifies whether there is change of beneficial ownership. IBeneficialOwnership4Choice - Optional 0..1
CashClearingSystem Specifies the category of cash clearing system, for example, cheque clearing. ICashSettlementSystem4Choice - Optional 0..1
MarketClientSide Specifies if an instruction is for a market side or a client side transaction. IMarketClientSide4Choice - Optional 0..1
Registration Specifies whether registration should occur upon receipt. IRegistration9Choice - Optional 0..1
RepurchaseType Specifies whether the rate is fixed, variable or a forfeit. IRepurchaseType13Choice - Optional 0..1
SecuritiesRTGS Specifies whether the settlement transaction is to be settled through an RTGS or a non RTGS system. ISecuritiesRTGS4Choice - Optional 0..1
StampDutyTaxBasis Specifies the stamp duty type or exemption reason applicable to the settlement transaction. GenericIdentification30 - Optional 0..1

DeliveringSettlementParties building block

Identifies the chain of delivering settlement parties. Chain of parties involved in the settlement of a transaction, including receipts and deliveries, book transfers, treasury deals, or other activities, resulting in the movement of a security or amount of money from one account to another. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SettlementParties36 recursion level 0 with max 1
SettlementParties36 *-- "0..1" PartyIdentification75 : Depository
SettlementParties36 *-- "0..1" PartyIdentificationAndAccount106 : Party1
SettlementParties36 *-- "0..1" PartyIdentificationAndAccount106 : Party2
SettlementParties36 *-- "0..1" PartyIdentificationAndAccount106 : Party3
SettlementParties36 *-- "0..1" PartyIdentificationAndAccount106 : Party4
SettlementParties36 *-- "0..1" PartyIdentificationAndAccount106 : Party5
%% PartyIdentification75 recursion level 1 with max 1
class PartyIdentification75{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentification75 *-- "1..1" IPartyIdentification44Choice : Identification
PartyIdentification75 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentification75 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentification75 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount106 recursion level 1 with max 1
class PartyIdentificationAndAccount106{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount106 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount106 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount106 *-- "0..1" SecuritiesAccount24 : SafekeepingAccount
PartyIdentificationAndAccount106 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentificationAndAccount106 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount106 recursion level 1 with max 1
class PartyIdentificationAndAccount106{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount106 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount106 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount106 *-- "0..1" SecuritiesAccount24 : SafekeepingAccount
PartyIdentificationAndAccount106 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentificationAndAccount106 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount106 recursion level 1 with max 1
class PartyIdentificationAndAccount106{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount106 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount106 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount106 *-- "0..1" SecuritiesAccount24 : SafekeepingAccount
PartyIdentificationAndAccount106 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentificationAndAccount106 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount106 recursion level 1 with max 1
class PartyIdentificationAndAccount106{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount106 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount106 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount106 *-- "0..1" SecuritiesAccount24 : SafekeepingAccount
PartyIdentificationAndAccount106 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentificationAndAccount106 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount106 recursion level 1 with max 1
class PartyIdentificationAndAccount106{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount106 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount106 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount106 *-- "0..1" SecuritiesAccount24 : SafekeepingAccount
PartyIdentificationAndAccount106 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentificationAndAccount106 *-- "0..1" PartyTextInformation1 : AdditionalInformation
  

SettlementParties36 members

Member name Description Data Type / Multiplicity
Depository First party in the settlement chain. In a plain vanilla settlement, it is the Central Securities Depository where the counterparty requests to receive the financial instrument or from where the counterparty delivers the financial instruments. PartyIdentification75 - Optional 0..1
Party1 Party that, in a settlement chain interacts with the depository. PartyIdentificationAndAccount106 - Optional 0..1
Party2 Party that, in a settlement chain interacts with the party 1. PartyIdentificationAndAccount106 - Optional 0..1
Party3 Party that, in a settlement chain interacts with the party 2. PartyIdentificationAndAccount106 - Optional 0..1
Party4 Party that, in a settlement chain interacts with the party 3. PartyIdentificationAndAccount106 - Optional 0..1
Party5 Party that, in a settlement chain interacts with the party 4. PartyIdentificationAndAccount106 - Optional 0..1

ReceivingSettlementParties building block

Identifies the chain of receiving settlement parties. Chain of parties involved in the settlement of a transaction, including receipts and deliveries, book transfers, treasury deals, or other activities, resulting in the movement of a security or amount of money from one account to another. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SettlementParties36 recursion level 0 with max 1
SettlementParties36 *-- "0..1" PartyIdentification75 : Depository
SettlementParties36 *-- "0..1" PartyIdentificationAndAccount106 : Party1
SettlementParties36 *-- "0..1" PartyIdentificationAndAccount106 : Party2
SettlementParties36 *-- "0..1" PartyIdentificationAndAccount106 : Party3
SettlementParties36 *-- "0..1" PartyIdentificationAndAccount106 : Party4
SettlementParties36 *-- "0..1" PartyIdentificationAndAccount106 : Party5
%% PartyIdentification75 recursion level 1 with max 1
class PartyIdentification75{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentification75 *-- "1..1" IPartyIdentification44Choice : Identification
PartyIdentification75 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentification75 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentification75 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount106 recursion level 1 with max 1
class PartyIdentificationAndAccount106{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount106 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount106 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount106 *-- "0..1" SecuritiesAccount24 : SafekeepingAccount
PartyIdentificationAndAccount106 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentificationAndAccount106 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount106 recursion level 1 with max 1
class PartyIdentificationAndAccount106{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount106 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount106 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount106 *-- "0..1" SecuritiesAccount24 : SafekeepingAccount
PartyIdentificationAndAccount106 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentificationAndAccount106 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount106 recursion level 1 with max 1
class PartyIdentificationAndAccount106{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount106 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount106 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount106 *-- "0..1" SecuritiesAccount24 : SafekeepingAccount
PartyIdentificationAndAccount106 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentificationAndAccount106 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount106 recursion level 1 with max 1
class PartyIdentificationAndAccount106{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount106 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount106 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount106 *-- "0..1" SecuritiesAccount24 : SafekeepingAccount
PartyIdentificationAndAccount106 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentificationAndAccount106 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount106 recursion level 1 with max 1
class PartyIdentificationAndAccount106{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount106 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount106 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount106 *-- "0..1" SecuritiesAccount24 : SafekeepingAccount
PartyIdentificationAndAccount106 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate
PartyIdentificationAndAccount106 *-- "0..1" PartyTextInformation1 : AdditionalInformation
  

SettlementParties36 members

Member name Description Data Type / Multiplicity
Depository First party in the settlement chain. In a plain vanilla settlement, it is the Central Securities Depository where the counterparty requests to receive the financial instrument or from where the counterparty delivers the financial instruments. PartyIdentification75 - Optional 0..1
Party1 Party that, in a settlement chain interacts with the depository. PartyIdentificationAndAccount106 - Optional 0..1
Party2 Party that, in a settlement chain interacts with the party 1. PartyIdentificationAndAccount106 - Optional 0..1
Party3 Party that, in a settlement chain interacts with the party 2. PartyIdentificationAndAccount106 - Optional 0..1
Party4 Party that, in a settlement chain interacts with the party 3. PartyIdentificationAndAccount106 - Optional 0..1
Party5 Party that, in a settlement chain interacts with the party 4. PartyIdentificationAndAccount106 - Optional 0..1

CashParties building block

Specifies cash parties in the framework of a corporate action event. Payment processes required to transfer cash from the debtor to the creditor. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CashParties25 recursion level 0 with max 1
CashParties25 *-- "0..1" PartyIdentificationAndAccount111 : Debtor
CashParties25 *-- "0..1" PartyIdentificationAndAccount112 : DebtorAgent
CashParties25 *-- "0..1" PartyIdentificationAndAccount111 : Creditor
CashParties25 *-- "0..1" PartyIdentificationAndAccount112 : CreditorAgent
%% PartyIdentificationAndAccount111 recursion level 1 with max 1
class PartyIdentificationAndAccount111{
    LEI IsoLEIIdentifier
}
PartyIdentificationAndAccount111 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount111 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount111 *-- "0..1" ICashAccountIdentification5Choice : CashAccount
PartyIdentificationAndAccount111 *-- "0..1" ICashAccountIdentification5Choice : ChargesAccount
PartyIdentificationAndAccount111 *-- "0..1" ICashAccountIdentification5Choice : CommissionAccount
PartyIdentificationAndAccount111 *-- "0..1" ICashAccountIdentification5Choice : TaxAccount
PartyIdentificationAndAccount111 *-- "0..1" PartyTextInformation2 : AdditionalInformation
%% PartyIdentificationAndAccount112 recursion level 1 with max 1
class PartyIdentificationAndAccount112{
    LEI IsoLEIIdentifier
}
PartyIdentificationAndAccount112 *-- "1..1" IPartyIdentification94Choice : Identification
PartyIdentificationAndAccount112 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount112 *-- "0..1" ICashAccountIdentification5Choice : CashAccount
PartyIdentificationAndAccount112 *-- "0..1" ICashAccountIdentification5Choice : ChargesAccount
PartyIdentificationAndAccount112 *-- "0..1" ICashAccountIdentification5Choice : CommissionAccount
PartyIdentificationAndAccount112 *-- "0..1" ICashAccountIdentification5Choice : TaxAccount
PartyIdentificationAndAccount112 *-- "0..1" PartyTextInformation2 : AdditionalInformation
%% PartyIdentificationAndAccount111 recursion level 1 with max 1
class PartyIdentificationAndAccount111{
    LEI IsoLEIIdentifier
}
PartyIdentificationAndAccount111 *-- "1..1" IPartyIdentification71Choice : Identification
PartyIdentificationAndAccount111 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount111 *-- "0..1" ICashAccountIdentification5Choice : CashAccount
PartyIdentificationAndAccount111 *-- "0..1" ICashAccountIdentification5Choice : ChargesAccount
PartyIdentificationAndAccount111 *-- "0..1" ICashAccountIdentification5Choice : CommissionAccount
PartyIdentificationAndAccount111 *-- "0..1" ICashAccountIdentification5Choice : TaxAccount
PartyIdentificationAndAccount111 *-- "0..1" PartyTextInformation2 : AdditionalInformation
%% PartyIdentificationAndAccount112 recursion level 1 with max 1
class PartyIdentificationAndAccount112{
    LEI IsoLEIIdentifier
}
PartyIdentificationAndAccount112 *-- "1..1" IPartyIdentification94Choice : Identification
PartyIdentificationAndAccount112 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount112 *-- "0..1" ICashAccountIdentification5Choice : CashAccount
PartyIdentificationAndAccount112 *-- "0..1" ICashAccountIdentification5Choice : ChargesAccount
PartyIdentificationAndAccount112 *-- "0..1" ICashAccountIdentification5Choice : CommissionAccount
PartyIdentificationAndAccount112 *-- "0..1" ICashAccountIdentification5Choice : TaxAccount
PartyIdentificationAndAccount112 *-- "0..1" PartyTextInformation2 : AdditionalInformation
  

CashParties25 members

Member name Description Data Type / Multiplicity
Debtor Party that owes an amount of money to the (ultimate) creditor. PartyIdentificationAndAccount111 - Optional 0..1
DebtorAgent Financial institution servicing an account for the debtor. PartyIdentificationAndAccount112 - Optional 0..1
Creditor Party to which an amount of money is due. PartyIdentificationAndAccount111 - Optional 0..1
CreditorAgent Financial institution servicing an account for the creditor. PartyIdentificationAndAccount112 - Optional 0..1

SettlementAmount building block

Total amount of money to be paid or received in exchange for the securities. Posting of an item to a cash account, in the context of a cash transaction, that results in an increase or decrease to the balance of the account. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AmountAndDirection48 recursion level 0 with max 1
class AmountAndDirection48{
    Amount IsoActiveCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
    OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount
}
AmountAndDirection48 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
AmountAndDirection48 *-- "0..1" IDateAndDateTimeChoice : ValueDate
%% ForeignExchangeTerms23 recursion level 1 with max 1
class ForeignExchangeTerms23{
    UnitCurrency ActiveCurrencyCode
    QuotedCurrency ActiveCurrencyCode
    ExchangeRate IsoBaseOneRate
    ResultingAmount IsoActiveCurrencyAndAmount
}
%% IDateAndDateTimeChoice recursion level 1 with max 1
  

AmountAndDirection48 members

Member name Description Data Type / Multiplicity
Amount Amount of money in the cash entry. IsoActiveCurrencyAndAmount - Required 1..1
CreditDebitIndicator Indicates whether an entry is a credit or a debit. CreditDebitCode - Required 1..1
OriginalCurrencyAndOrderedAmount Posting/settlement amount in its original currency when conversion from/into another currency has occurred. IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1
ForeignExchangeDetails Information needed to process a currency exchange or conversion. ForeignExchangeTerms23 - Optional 0..1
ValueDate Date and time at which the cash is at the disposal of the credit account owner, or ceases to be at the disposal of the debit account owner. IDateAndDateTimeChoice - Optional 0..1

OtherAmounts building block

Other amounts than the settlement amount. Identifies other amounts pertaining to the transaction. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% OtherAmounts32 recursion level 0 with max 1
OtherAmounts32 *-- "0..1" AmountAndDirection47 : AccruedInterestAmount
OtherAmounts32 *-- "0..1" AmountAndDirection47 : ChargesFees
OtherAmounts32 *-- "0..1" AmountAndDirection47 : TradeAmount
OtherAmounts32 *-- "0..1" AmountAndDirection47 : ExecutingBrokerAmount
OtherAmounts32 *-- "0..1" AmountAndDirection47 : LocalTax
OtherAmounts32 *-- "0..1" AmountAndDirection47 : LocalBrokerCommission
OtherAmounts32 *-- "0..1" AmountAndDirection47 : Other
OtherAmounts32 *-- "0..1" AmountAndDirection47 : StampDuty
OtherAmounts32 *-- "0..1" AmountAndDirection47 : TransactionTax
OtherAmounts32 *-- "0..1" AmountAndDirection47 : WithholdingTax
OtherAmounts32 *-- "0..1" AmountAndDirection47 : ConsumptionTax
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% AmountAndDirection47 recursion level 1 with max 1
class AmountAndDirection47{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
AmountAndDirection47 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
  

OtherAmounts32 members

Member name Description Data Type / Multiplicity
AccruedInterestAmount Interest amount that has accrued in between coupon payment periods. AmountAndDirection47 - Optional 0..1
ChargesFees Amount of money paid for the provision of financial services that cannot be categorised by another qualifier. AmountAndDirection47 - Optional 0..1
TradeAmount Principal amount of a trade (price multiplied by quantity). AmountAndDirection47 - Optional 0..1
ExecutingBrokerAmount Amount of money paid to an executing broker as a commission. AmountAndDirection47 - Optional 0..1
LocalTax Tax charged by the jurisdiction in which the financial instrument settles. AmountAndDirection47 - Optional 0..1
LocalBrokerCommission Amount of commission paid to a local broker. AmountAndDirection47 - Optional 0..1
Other An amount that is not indicated by a known business denomination. AmountAndDirection47 - Optional 0..1
StampDuty Amount of stamp duty. AmountAndDirection47 - Optional 0..1
TransactionTax Amount of transaction tax. AmountAndDirection47 - Optional 0..1
WithholdingTax Amount of money that will be withheld by a tax authority. AmountAndDirection47 - Optional 0..1
ConsumptionTax Amount of consumption tax. AmountAndDirection47 - Optional 0..1

OtherBusinessParties building block

Other business parties relevant to the transaction. Other parties information. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% OtherParties28 recursion level 0 with max 1
OtherParties28 *-- "0..1" PartyIdentification99 : Investor
OtherParties28 *-- "0..1" PartyIdentification100 : QualifiedForeignIntermediary
OtherParties28 *-- "0..1" PartyIdentification100 : StockExchange
OtherParties28 *-- "0..1" PartyIdentification100 : TradeRegulator
OtherParties28 *-- "0..1" PartyIdentification100 : TripartyAgent
%% PartyIdentification99 recursion level 1 with max 1
class PartyIdentification99{
    LEI IsoLEIIdentifier
}
PartyIdentification99 *-- "1..1" IPartyIdentification93Choice : Identification
%% PartyIdentification100 recursion level 1 with max 1
class PartyIdentification100{
    LEI IsoLEIIdentifier
}
PartyIdentification100 *-- "1..1" IPartyIdentification71Choice : Identification
%% PartyIdentification100 recursion level 1 with max 1
class PartyIdentification100{
    LEI IsoLEIIdentifier
}
PartyIdentification100 *-- "1..1" IPartyIdentification71Choice : Identification
%% PartyIdentification100 recursion level 1 with max 1
class PartyIdentification100{
    LEI IsoLEIIdentifier
}
PartyIdentification100 *-- "1..1" IPartyIdentification71Choice : Identification
%% PartyIdentification100 recursion level 1 with max 1
class PartyIdentification100{
    LEI IsoLEIIdentifier
}
PartyIdentification100 *-- "1..1" IPartyIdentification71Choice : Identification
  

OtherParties28 members

Member name Description Data Type / Multiplicity
Investor Party, either an individual or organisation, whose assets are being invested. PartyIdentification99 - Optional 0..1
QualifiedForeignIntermediary Foreign Financial Institution which has been authorised by local authorities to act as account management institution in the country. PartyIdentification100 - Optional 0..1
StockExchange Identification of the stock exchange to which transaction reporting will be done. PartyIdentification100 - Optional 0..1
TradeRegulator Institution to which a trade must be reported. PartyIdentification100 - Optional 0..1
TripartyAgent Party responsible for the administration of a tri-party collateral transaction including collateral allocation, marking to market and substitution of collateral. PartyIdentification100 - Optional 0..1

SupplementaryData building block

Additional information that cannot be captured in the structured elements 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 SecuritiesSettlementTransactionAllegementNotificationV05 implementation follows a specific implementaiton pattern. First of all, SecuritiesSettlementTransactionAllegementNotificationV05 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, SecuritiesSettlementTransactionAllegementNotificationV05Document implements IOuterDocument. Because SecuritiesSettlementTransactionAllegementNotificationV05 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type SecuritiesSettlementTransactionAllegementNotificationV05.

classDiagram
    class IOuterRecord
    SecuritiesSettlementTransactionAllegementNotificationV05 --|> IOuterRecord : Implements
    SecuritiesSettlementTransactionAllegementNotificationV05Document --|> IOuterDocument~SecuritiesSettlementTransactionAllegementNotificationV05~ : Implements
    class IOuterDocument~SecuritiesSettlementTransactionAllegementNotificationV05~ {
        SecuritiesSettlementTransactionAllegementNotificationV05 Message
     }
  

Document wrapper for serialization

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

classDiagram
    SecuritiesSettlementTransactionAllegementNotificationV05Document *-- SecuritiesSettlementTransactionAllegementNotificationV05 : 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:sese.028.001.05">
    <SctiesSttlmTxAllgmtNtfctn>
        <TxId>
            <!-- TransactionIdentification inner content -->
        </TxId>
        <SttlmTpAndAddtlParams>
            <!-- SettlementTypeAndAdditionalParameters inner content -->
        </SttlmTpAndAddtlParams>
        <MktInfrstrctrTxId>
            <!-- MarketInfrastructureTransactionIdentification inner content -->
        </MktInfrstrctrTxId>
        <TradDtls>
            <!-- TradeDetails inner content -->
        </TradDtls>
        <FinInstrmId>
            <!-- FinancialInstrumentIdentification inner content -->
        </FinInstrmId>
        <FinInstrmAttrbts>
            <!-- FinancialInstrumentAttributes inner content -->
        </FinInstrmAttrbts>
        <QtyAndAcctDtls>
            <!-- QuantityAndAccountDetails inner content -->
        </QtyAndAcctDtls>
        <SctiesFincgDtls>
            <!-- SecuritiesFinancingDetails inner content -->
        </SctiesFincgDtls>
        <SttlmParams>
            <!-- SettlementParameters inner content -->
        </SttlmParams>
        <DlvrgSttlmPties>
            <!-- DeliveringSettlementParties inner content -->
        </DlvrgSttlmPties>
        <RcvgSttlmPties>
            <!-- ReceivingSettlementParties inner content -->
        </RcvgSttlmPties>
        <CshPties>
            <!-- CashParties inner content -->
        </CshPties>
        <SttlmAmt>
            <!-- SettlementAmount inner content -->
        </SttlmAmt>
        <OthrAmts>
            <!-- OtherAmounts inner content -->
        </OthrAmts>
        <OthrBizPties>
            <!-- OtherBusinessParties inner content -->
        </OthrBizPties>
        <SplmtryData>
            <!-- SupplementaryData inner content -->
        </SplmtryData>
    </SctiesSttlmTxAllgmtNtfctn>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_YSMXUQCTEeW_3KiG8SEjHA"
  nextVersions="_j5_wQW6tEeat2-NFbXd1Pw"
  previousVersion="_iTpisSRSEeON6sEIseGaUg"
  name="SecuritiesSettlementTransactionAllegementNotificationV05"
  definition="Scope&#xD;&#xA;An account servicer sends a SecuritiesSettlementTransactionAllegementNotification to an account owner to advise the account owner that a counterparty has alleged an instruction against the account owner's account at the account servicer and that the account servicer could not find the corresponding instruction of the account owner.&#xD;&#xA;The account servicer/owner relationship may be:&#xD;&#xA;- a central securities depository or another settlement market infrastructure acting on behalf of their participants&#xD;&#xA;- an agent (sub-custodian) acting on behalf of their global custodian customer, or&#xD;&#xA;- a custodian acting on behalf of an investment management institution or a broker/dealer.&#xD;&#xA;&#xD;&#xA;Usage&#xD;&#xA;The message may also be used to:&#xD;&#xA;- re-send a message previously sent,&#xD;&#xA;- provide a third party with a copy of a message for information,&#xD;&#xA;- re-send to a third party a copy of a message for information&#xD;&#xA;using the relevant elements in the Business Application Header."
  registrationStatus="Registered"
  messageSet="_urpIICeJEeOCeO5e7islRQ"
  xmlTag="SctiesSttlmTxAllgmtNtfctn"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <constraint
    xmi:id="_YSMXUwCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wQ26tEeat2-NFbXd1Pw"
    previousVersion="_iTpisyRSEeON6sEIseGaUg"
    name="SettlementAmountRule"
    definition="If the instruction is against payment, then SettlementAmount must be present.&#xA;."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;ComplexRule xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/SettlementAmount&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;EqualToValue&quot;&gt;&lt;leftOperand&gt;/SettlementTypeAndAdditionalParameters/Payment&lt;/leftOperand&gt;&lt;rightOperand&gt;AgainstPaymentSettlement&lt;/rightOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;&#xA;" />
  <constraint
    xmi:id="_YSMXVQCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wRW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpitSRSEeON6sEIseGaUg"
    name="ReceivingParty1Rule"
    definition="If the instruction is a delivery, then ReceivingParty 1 must be present.&#xA;."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;ComplexRule xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/ReceivingSettlementParties&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/ReceivingSettlementParties/Party1&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;EqualToValue&quot;&gt;&lt;leftOperand&gt;/SettlementTypeAndAdditionalParameters/SecuritiesMovementType&lt;/leftOperand&gt;&lt;rightOperand&gt;Delivery&lt;/rightOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;&#xA;" />
  <constraint
    xmi:id="_YSMXVwCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wR26tEeat2-NFbXd1Pw"
    previousVersion="_iTpityRSEeON6sEIseGaUg"
    name="DeliveringParty1Rule"
    definition="If the instruction is a receive, then DeliveringParty1 must be present."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;ComplexRule xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/DeliveringSettlementParties&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/DeliveringSettlementParties/Party1&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;EqualToValue&quot;&gt;&lt;leftOperand&gt;/SettlementTypeAndAdditionalParameters/SecuritiesMovementType&lt;/leftOperand&gt;&lt;rightOperand&gt;Receive&lt;/rightOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;&#xA;" />
  <constraint
    xmi:id="_YSMXXwCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wSW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpivyRSEeON6sEIseGaUg"
    name="SecuritiesMarketPracticeGroupGuideline"
    definition="The Securities Market Practice Group (SMPG) has published market practice recommendations on the use of this message.&#xD;&#xA;These market practices are available on www.smpg.info."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_YSMXYQCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wS26tEeat2-NFbXd1Pw"
    previousVersion="_iTpiwSRSEeON6sEIseGaUg"
    name="TwoLegTransactionOpeningClosing1Rule"
    definition="For settlement of two parts transactions (Securities Financing), the opening/initiation and closing/return of the transaction is alleged by sending the below combination of SettlementTypeAndAdditionalParameters/SecuritiesMovementType codes and SettlementParameters/SecuritiesTransactionType codes:&#xD;&#xA;&#xD;&#xA;Repo Opening&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Delivery (DELI)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: Repo (REPU)&#xD;&#xA;Repo Closing&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Receive (RECE)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: Repo (REPU)&#xD;&#xA;&#xD;&#xA;Reverse Repo Opening&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Receive (RECE)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: ReverseRepo (RVPO)&#xD;&#xA;Reverse Repo Closing&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Delivery (DELI) &#xD;&#xA;SettlementParameters/SecuritiesTransactionType: ReverseRepo (RVPO)&#xD;&#xA;&#xD;&#xA;TriParty Repo Opening&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Delivery (DELI)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: TriPartyRepo (TRPO)&#xD;&#xA;TriParty Repo Closing&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Receive (RECE)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: TriPartyRepo (TRPO)&#xD;&#xA;&#xD;&#xA;TriParty Reverse Repo Opening&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Receive (RECE)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: TriPartyReverseRepo (TRVO)&#xD;&#xA;TriParty Reverse Repo Closing&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Delivery (DELI) &#xD;&#xA;SettlementParameters/SecuritiesTransactionType: TriPartyReverseRepo (TRVO)&#xD;&#xA;&#xD;&#xA;Securities Lending Initiation&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Delivery (DELI)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: SecuritiesLending (SECL)&#xD;&#xA;Securities Lending Return&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Receive (RECE)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: SecuritiesLending (SECL)&#xD;&#xA;&#xD;&#xA;Securities Borrowing Initiation&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Receive (RECE)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: SecuritiesBorrowing (SECB)&#xD;&#xA;Securities Borrowing Return&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Delivery (DELI) &#xD;&#xA;SettlementParameters/SecuritiesTransactionType: SecuritiesBorrowing (SECB)."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_YSMXYwCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wTW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpiwyRSEeON6sEIseGaUg"
    name="TwoLegTransactionOpeningClosing2Rule"
    definition="For settlement of two parts transactions (buy-sell back, sell buy-back, collateral in and out), the opening/initiation and closing/return of the transaction is alleged by sending the below combination of SettlementTypeAndAdditionalParameters/SecuritiesMovementType codes and SettlementParameters/SecuritiesTransactionType codes:&#xD;&#xA;&#xD;&#xA;Sell-Buy Back: Sell&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Delivery (DELI)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: SellBuyBack (SBBK)&#xD;&#xA;Sell-Buy Back: Buy Back&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Receive (RECE)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: SellBuyBack (SBBK)&#xD;&#xA;&#xD;&#xA;Buy-Sell Back: Buy&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Receive (RECE)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: BuySellBack (BSBK)&#xD;&#xA;Buy-Sell Back: Sell Back&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Delivery (DELI) &#xD;&#xA;SettlementParameters/SecuritiesTransactionType: BuySellBack (BSBK)&#xD;&#xA;&#xD;&#xA;Collateral (giver) Out Initiation&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Delivery (DELI)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: CollateralOut (COLO)&#xD;&#xA;Collateral (giver) Out Return&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Receive (RECE)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: CollateralOut (COLO)&#xD;&#xA;&#xD;&#xA;Collateral (taker) In Initiation&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Receive (RECE)&#xD;&#xA;SettlementParameters/SecuritiesTransactionType: CollateralIn (COLI)&#xD;&#xA;Collateral (taker) In Return&#xD;&#xA;SettlementTypeAndAdditionalParameters/SecuritiesMovementType: Delivery (DELI) &#xD;&#xA;SettlementParameters/SecuritiesTransactionType: CollateralIn (COLI)."
    registrationStatus="Provisionally Registered" />
  <messageBuildingBlock
    xmi:id="_YSMXZQCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wT26tEeat2-NFbXd1Pw"
    previousVersion="_iTpixSRSEeON6sEIseGaUg"
    name="TransactionIdentification"
    definition="Unambiguous identification of the transaction as know by the instructing party."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="TxId"
    simpleType="_YW1tKdp-Ed-ak6NoX_4Aeg_1913463446" />
  <messageBuildingBlock
    xmi:id="_YSMXZwCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wUW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpixyRSEeON6sEIseGaUg"
    name="SettlementTypeAndAdditionalParameters"
    definition="Provides settlement type and identification information."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="SttlmTpAndAddtlParams"
    complexType="_mXKRcTtrEeWHYdqXF6YZmg" />
  <messageBuildingBlock
    xmi:id="_YSMXaQCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wU26tEeat2-NFbXd1Pw"
    previousVersion="_iTpiySRSEeON6sEIseGaUg"
    name="MarketInfrastructureTransactionIdentification"
    definition="Identification of a transaction assigned by a market infrastructure other than a central securities depository, for example, Target2-Securities."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="MktInfrstrctrTxId"
    complexType="_jXzlYu5NEeCisYr99QEiWA_-2122254183" />
  <messageBuildingBlock
    xmi:id="_YSMXawCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wVW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpiyyRSEeON6sEIseGaUg"
    name="TradeDetails"
    definition="Details of the trade."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="TradDtls"
    complexType="_T8MB0TnXEeWV5sr121Fc8A" />
  <messageBuildingBlock
    xmi:id="_YSMXbQCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wV26tEeat2-NFbXd1Pw"
    previousVersion="_iTpizSRSEeON6sEIseGaUg"
    name="FinancialInstrumentIdentification"
    definition="Financial instrument representing a sum of rights of the investor vis-a-vis the issuer."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="FinInstrmId"
    complexType="_ho6XQYlXEeWPSZi0kAOXhg" />
  <messageBuildingBlock
    xmi:id="_YSMXbwCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wWW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpizyRSEeON6sEIseGaUg"
    name="FinancialInstrumentAttributes"
    definition="Elements characterising a financial instrument."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="FinInstrmAttrbts"
    complexType="_bMY-5Tm6EeWV5sr121Fc8A" />
  <messageBuildingBlock
    xmi:id="_YSMXcQCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wW26tEeat2-NFbXd1Pw"
    previousVersion="_iTpi0SRSEeON6sEIseGaUg"
    name="QuantityAndAccountDetails"
    definition="Details related to the account and quantity involved in the transaction."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="QtyAndAcctDtls"
    complexType="_rDfX6x5hEeWE3PufGMdJ3w" />
  <messageBuildingBlock
    xmi:id="_YSMXcwCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wXW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpi0yRSEeON6sEIseGaUg"
    name="SecuritiesFinancingDetails"
    definition="Details of the closing of the securities financing transaction."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="SctiesFincgDtls"
    complexType="_rplwIzqJEeWVrPy0StzzSg" />
  <messageBuildingBlock
    xmi:id="_YSMXdQCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wX26tEeat2-NFbXd1Pw"
    previousVersion="_iTpi1SRSEeON6sEIseGaUg"
    name="SettlementParameters"
    definition="Parameters which explicitly state the conditions that must be fulfilled before a particular transaction of a financial instrument can be settled. These parameters are defined by the instructing party in compliance with settlement rules in the market the transaction will settle in."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="SttlmParams"
    complexType="_9VDegTqEEeWVrPy0StzzSg" />
  <messageBuildingBlock
    xmi:id="_YSMXdwCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wYW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpi1yRSEeON6sEIseGaUg"
    name="DeliveringSettlementParties"
    definition="Identifies the chain of delivering settlement parties."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="DlvrgSttlmPties"
    complexType="_CFY_UR5dEeWE3PufGMdJ3w" />
  <messageBuildingBlock
    xmi:id="_YSMXeQCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wY26tEeat2-NFbXd1Pw"
    previousVersion="_iTpi2SRSEeON6sEIseGaUg"
    name="ReceivingSettlementParties"
    definition="Identifies the chain of receiving settlement parties."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="RcvgSttlmPties"
    complexType="_CFY_UR5dEeWE3PufGMdJ3w" />
  <messageBuildingBlock
    xmi:id="_YSMXewCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wZW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpi2yRSEeON6sEIseGaUg"
    name="CashParties"
    definition="Specifies cash parties in the framework of a corporate action event."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="CshPties"
    complexType="_D5MYDR5gEeWE3PufGMdJ3w" />
  <messageBuildingBlock
    xmi:id="_YSMXfQCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wZ26tEeat2-NFbXd1Pw"
    previousVersion="_iTpi3SRSEeON6sEIseGaUg"
    name="SettlementAmount"
    definition="Total amount of money to be paid or received in exchange for the securities."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="SttlmAmt"
    complexType="__3lmbTp8EeWVrPy0StzzSg" />
  <messageBuildingBlock
    xmi:id="_YSMXfwCTEeW_3KiG8SEjHA"
    nextVersions="_j5_waW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpi3yRSEeON6sEIseGaUg"
    name="OtherAmounts"
    definition="Other amounts than the settlement amount."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="OthrAmts"
    complexType="_-4p5Azp8EeWVrPy0StzzSg" />
  <messageBuildingBlock
    xmi:id="_YSMXgQCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wa26tEeat2-NFbXd1Pw"
    previousVersion="_iTpi4SRSEeON6sEIseGaUg"
    name="OtherBusinessParties"
    definition="Other business parties relevant to the transaction."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="OthrBizPties"
    complexType="_blbC0TqmEeWyoP0PbocV1Q" />
  <messageBuildingBlock
    xmi:id="_YSMXgwCTEeW_3KiG8SEjHA"
    nextVersions="_j5_wbW6tEeat2-NFbXd1Pw"
    previousVersion="_iTpi4yRSEeON6sEIseGaUg"
    name="SupplementaryData"
    definition="Additional information that cannot be captured in the structured elements and/or any other specific block."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="SplmtryData"
    complexType="_Qn0zC9p-Ed-ak6NoX_4Aeg_468227563" />
  <messageDefinitionIdentifier
    businessArea="sese"
    messageFunctionality="028"
    flavour="001"
    version="05" />
</messageDefinition>

ISO Building Blocks

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