sese.037.001.02
Scope An account servicer sends a PortfolioTransferNotification to another account servicer to exchange transfer settlement details information during a retail or institutional client portfolio transfers. The account servicers will typically be local agents or global custodians acting on behalf of an investment management institution, a broker/dealer or a retail client. Usage By exchange of transfer settlement details, it is understood the providing, by the delivering account servicer to the receiving account servicer, of the settlement details (trade date, settlement date, delivering settlement chain, quantities, etc.) of the individual transfers that will take place during a full or partial portfolio transfer. This delivering account servicer message may also include, for validation, the receiving settlement chain as provided by the client. In case the receiving settlement chain is not available to the delivering account servicer, the receiving account servicer may in return provide to the delivering account servicer the receiving settlement chain using the same message. The message may also be used to:
- re-send a message previously sent,
- provide a third party with a copy of a message for information,
- re-send to a third party a copy of a message for information. using the relevant elements in the Business Application Header. ISO 15022 - 20022 Coexistence This ISO 20022 message is reversed engineered from ISO 15022. Both standards will coexist for a certain number of years. Until this coexistence period ends, the usage of certain data types is restricted to ensure interoperability between ISO 15022 and 20022 users. Compliance to these rules is mandatory in a coexistence environment. The coexistence restrictions are described in a Textual Rule linked to the Message Items they concern. These coexistence textual rules are clearly identified as follows: “CoexistenceXxxxRule”.
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
%% PortfolioTransferNotificationV02 recursion level 0 with max 0
PortfolioTransferNotificationV02 *-- "1..1" Pagination : Pagination
PortfolioTransferNotificationV02 *-- "1..1" Statement19 : StatementGeneralDetails
PortfolioTransferNotificationV02 *-- "0..1" IPartyIdentification36Choice : AccountOwner
PortfolioTransferNotificationV02 *-- "1..1" SecuritiesAccount13 : SafekeepingAccount
PortfolioTransferNotificationV02 *-- "0..1" SecuritiesTradeDetails19 : TransferNotificationDetails
Now, we will zero-in one-by-one on each of these building blocks.
Pagination building block
Page number of the message (within a statement) and continuation indicator to indicate that the statement is to continue or that the message is the last page of the statement. 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
%% Pagination recursion level 0 with max 1
class Pagination{
PageNumber IsoMax5NumericText
LastPageIndicator IsoYesNoIndicator
}
Pagination members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| PageNumber | Page number. | IsoMax5NumericText - Required 1..1 |
| LastPageIndicator | Indicates the last page. | IsoYesNoIndicator - Required 1..1 |
StatementGeneralDetails building block
Provides general information on the notification. Characteristics of the statement. For comparison, see the ISO20022 official specification
classDiagram
direction tb
%% Statement19 recursion level 0 with max 1
class Statement19{
CounterpartyPortfolioTransferNotificationReference IsoMax35Text
StatementIdentification IsoMax35Text
ActivityIndicator IsoYesNoIndicator
}
Statement19 *-- "0..1" INumber3Choice : ReportNumber
Statement19 *-- "1..1" IDateAndDateTimeChoice : StatementDateTime
Statement19 *-- "0..1" IUpdateType2Choice : UpdateType
%% INumber3Choice recursion level 1 with max 1
%% IDateAndDateTimeChoice recursion level 1 with max 1
%% IUpdateType2Choice recursion level 1 with max 1
Statement19 members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| CounterpartyPortfolioTransferNotificationReference | Identification assigned by the portfolio transfer counterpart to unambiguously identify a portfolio transfer notification. | IsoMax35Text - Optional 0..1 |
| ReportNumber | Sequential number of the report. | INumber3Choice - Optional 0..1 |
| StatementIdentification | Reference common to all pages of a statement. | IsoMax35Text - Optional 0..1 |
| StatementDateTime | Date and time of the statement. | IDateAndDateTimeChoice - Required 1..1 |
| UpdateType | Indicates whether the statement is complete or contains changes only. | IUpdateType2Choice - Optional 0..1 |
| ActivityIndicator | Indicates whether there is activity or information update reported in the statement. | IsoYesNoIndicator - Required 1..1 |
AccountOwner building block
Party that legally owns the account. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification36Choice recursion level 0 with max 1
PartyIdentification36Choice members
| Member name | Description | Data Type / Multiplicity |
|---|
SafekeepingAccount building block
Account to or from which a securities entry is made. Account to or from which a securities entry is made. For comparison, see the ISO20022 official specification
classDiagram
direction tb
%% SecuritiesAccount13 recursion level 0 with max 1
class SecuritiesAccount13{
Identification IsoMax35Text
Name IsoMax70Text
}
SecuritiesAccount13 *-- "0..1" GenericIdentification20 : Type
%% GenericIdentification20 recursion level 1 with max 1
class GenericIdentification20{
Identification IsoExact4AlphaNumericText
Issuer IsoMax35Text
SchemeName IsoMax35Text
}
SecuritiesAccount13 members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| Identification | Unambiguous identification for the account between the account owner and the account servicer.”. | IsoMax35Text - Required 1..1 |
| Type | Specifies the type of securities account. | GenericIdentification20 - Optional 0..1 |
| Name | Description of the account. | IsoMax70Text - Optional 0..1 |
TransferNotificationDetails building block
Details of transfer. Details of the securities trade. For comparison, see the ISO20022 official specification
classDiagram
direction tb
%% SecuritiesTradeDetails19 recursion level 0 with max 1
class SecuritiesTradeDetails19{
NotificationSenderTransactionIdentification IsoMax35Text
NotificationReceiverTransactionIdentification IsoMax35Text
CommonIdentification IsoMax35Text
SecuritiesMovementType ReceiveDelivery1Code
Payment DeliveryReceiptType2Code
NumberOfDaysAccrued IsoMax3Number
}
SecuritiesTradeDetails19 *-- "0..1" ITradeDate1Choice : TradeDate
SecuritiesTradeDetails19 *-- "1..1" ISettlementDate1Choice : SettlementDate
SecuritiesTradeDetails19 *-- "1..1" SecurityIdentification14 : FinancialInstrumentIdentification
SecuritiesTradeDetails19 *-- "0..1" FinancialInstrumentAttributes20 : FinancialInstrumentAttributes
SecuritiesTradeDetails19 *-- "0..0" IReporting1Choice : Reporting
SecuritiesTradeDetails19 *-- "1..1" Quantity5 : QuantityDetails
SecuritiesTradeDetails19 *-- "0..1" SettlementDetails4 : SettlementParameters
SecuritiesTradeDetails19 *-- "0..1" SettlementParties10 : DeliveringSettlementParties
SecuritiesTradeDetails19 *-- "0..1" SettlementParties10 : ReceivingSettlementParties
SecuritiesTradeDetails19 *-- "0..1" AmountAndDirection7 : SettlementAmount
SecuritiesTradeDetails19 *-- "0..1" OtherAmounts2 : OtherAmounts
SecuritiesTradeDetails19 *-- "0..1" OtherParties10 : OtherBusinessParties
SecuritiesTradeDetails19 *-- "0..0" SupplementaryData1 : SupplementaryData
%% ITradeDate1Choice recursion level 1 with max 1
%% ISettlementDate1Choice recursion level 1 with max 1
%% SecurityIdentification14 recursion level 1 with max 1
class SecurityIdentification14{
ISIN IsoISINIdentifier
Description IsoMax140Text
}
SecurityIdentification14 *-- "0..0" OtherIdentification1 : OtherIdentification
%% FinancialInstrumentAttributes20 recursion level 1 with max 1
class FinancialInstrumentAttributes20{
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
NextInterestRate IsoPercentageRate
IndexRateBasis IsoPercentageRate
VariableRateIndicator IsoYesNoIndicator
CallableIndicator IsoYesNoIndicator
PutableIndicator IsoYesNoIndicator
FinancialInstrumentAttributeAdditionalDetails IsoMax350Text
}
FinancialInstrumentAttributes20 *-- "0..1" MarketIdentification5 : PlaceOfListing
FinancialInstrumentAttributes20 *-- "0..1" IInterestComputationMethodFormat1Choice : DayCountBasis
FinancialInstrumentAttributes20 *-- "0..1" IFormOfSecurity2Choice : RegistrationForm
FinancialInstrumentAttributes20 *-- "0..1" IFrequency3Choice : PaymentFrequency
FinancialInstrumentAttributes20 *-- "0..1" ISecuritiesPaymentStatus2Choice : PaymentStatus
FinancialInstrumentAttributes20 *-- "0..1" IPaymentDirection2Choice : PaymentDirection
FinancialInstrumentAttributes20 *-- "0..1" IFrequency3Choice : VariableRateChangeFrequency
FinancialInstrumentAttributes20 *-- "0..1" IPreferenceToIncome2Choice : PreferenceToIncome
FinancialInstrumentAttributes20 *-- "0..1" IClassificationType2Choice : ClassificationType
FinancialInstrumentAttributes20 *-- "0..1" IOptionStyle4Choice : OptionStyle
FinancialInstrumentAttributes20 *-- "0..1" IOptionType2Choice : OptionType
FinancialInstrumentAttributes20 *-- "0..1" INumber2Choice : CouponAttachedNumber
FinancialInstrumentAttributes20 *-- "0..1" INumber2Choice : PoolNumber
FinancialInstrumentAttributes20 *-- "0..1" IPriceType1Choice : MarketOrIndicativePrice
FinancialInstrumentAttributes20 *-- "0..1" Price2 : ExercisePrice
FinancialInstrumentAttributes20 *-- "0..1" Price2 : SubscriptionPrice
FinancialInstrumentAttributes20 *-- "0..1" Price2 : ConversionPrice
FinancialInstrumentAttributes20 *-- "0..1" Price2 : StrikePrice
FinancialInstrumentAttributes20 *-- "0..1" IFinancialInstrumentQuantity1Choice : MinimumNominalQuantity
FinancialInstrumentAttributes20 *-- "0..1" IFinancialInstrumentQuantity1Choice : ContractSize
FinancialInstrumentAttributes20 *-- "0..0" SecurityIdentification14 : UnderlyingFinancialInstrumentIdentification
%% IReporting1Choice recursion level 1 with max 1
%% Quantity5 recursion level 1 with max 1
class Quantity5{
DenominationChoice IsoMax210Text
}
Quantity5 *-- "1..1" IFinancialInstrumentQuantity1Choice : SettlementQuantity
Quantity5 *-- "0..0" SecuritiesCertificate1 : CertificateNumber
Quantity5 *-- "0..0" QuantityBreakdown3 : QuantityBreakdown
%% SettlementDetails4 recursion level 1 with max 1
SettlementDetails4 *-- "0..0" ISettlementTransactionCondition2Choice : SettlementTransactionCondition
SettlementDetails4 *-- "0..1" IRegistration1Choice : Registration
SettlementDetails4 *-- "0..1" IRestriction1Choice : LegalRestrictions
SettlementDetails4 *-- "0..1" ISecuritiesRTGS1Choice : SecuritiesRTGS
SettlementDetails4 *-- "0..1" ISettlementSystemMethod1Choice : SettlementSystemMethod
SettlementDetails4 *-- "0..1" ITaxCapacityParty1Choice : TaxCapacity
SettlementDetails4 *-- "0..1" GenericIdentification20 : StampDutyTaxBasis
%% SettlementParties10 recursion level 1 with max 1
SettlementParties10 *-- "0..1" PartyIdentification48 : Depository
SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party1
SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party2
SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party3
SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party4
SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party5
%% SettlementParties10 recursion level 1 with max 1
SettlementParties10 *-- "0..1" PartyIdentification48 : Depository
SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party1
SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party2
SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party3
SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party4
SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party5
%% AmountAndDirection7 recursion level 1 with max 1
class AmountAndDirection7{
Amount IsoActiveCurrencyAndAmount
CreditDebitIndicator CreditDebitCode
}
%% OtherAmounts2 recursion level 1 with max 1
OtherAmounts2 *-- "0..1" AmountAndDirection9 : AccruedInterestAmount
OtherAmounts2 *-- "0..1" AmountAndDirection9 : ChargesFees
OtherAmounts2 *-- "0..1" AmountAndDirection9 : CountryNationalFederalTax
OtherAmounts2 *-- "0..1" AmountAndDirection9 : PaymentLevyTax
OtherAmounts2 *-- "0..1" AmountAndDirection9 : LocalTax
OtherAmounts2 *-- "0..1" AmountAndDirection9 : Other
OtherAmounts2 *-- "0..1" AmountAndDirection9 : PostageAmount
OtherAmounts2 *-- "0..1" AmountAndDirection9 : RegulatoryAmount
OtherAmounts2 *-- "0..1" AmountAndDirection9 : ShippingAmount
OtherAmounts2 *-- "0..1" AmountAndDirection9 : StampDuty
OtherAmounts2 *-- "0..1" AmountAndDirection9 : StockExchangeTax
OtherAmounts2 *-- "0..1" AmountAndDirection9 : TransferTax
OtherAmounts2 *-- "0..1" AmountAndDirection9 : TransactionTax
OtherAmounts2 *-- "0..1" AmountAndDirection9 : ValueAddedTax
OtherAmounts2 *-- "0..1" AmountAndDirection9 : WithholdingTax
OtherAmounts2 *-- "0..1" AmountAndDirection9 : ConsumptionTax
OtherAmounts2 *-- "0..1" AmountAndDirection9 : AccruedCapitalisationAmount
%% OtherParties10 recursion level 1 with max 1
OtherParties10 *-- "0..1" IPartyIdentification37Choice : Investor
OtherParties10 *-- "0..1" IPartyIdentification49Choice : StockExchange
OtherParties10 *-- "0..1" IPartyIdentification49Choice : TradeRegulator
%% SupplementaryData1 recursion level 1 with max 1
class SupplementaryData1{
PlaceAndName IsoMax350Text
}
SupplementaryData1 *-- "1..1" IsoSupplementaryDataEnvelope1 : Envelope
SecuritiesTradeDetails19 members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| NotificationSenderTransactionIdentification | Unambiguous identification of the transaction as known by the notification receiver. | IsoMax35Text - Optional 0..1 |
| NotificationReceiverTransactionIdentification | Unambiguous identification of the transaction as known by the notification receiver. | IsoMax35Text - Optional 0..1 |
| CommonIdentification | Unique reference agreed upon by the two trade counterparties to identify the trade. | IsoMax35Text - Optional 0..1 |
| 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 |
| TradeDate | Specifies the date/time on which the trade was executed. | ITradeDate1Choice - Optional 0..1 |
| SettlementDate | Date and time at which the securities are to be delivered or received. | ISettlementDate1Choice - Required 1..1 |
| NumberOfDaysAccrued | Number of days on which the interest rate accrues (daily accrual note). | IsoMax3Number - Optional 0..1 |
| FinancialInstrumentIdentification | Financial instruments representing a sum of rights of the investor vis-a-vis the issuer. | SecurityIdentification14 - Required 1..1 |
| FinancialInstrumentAttributes | Elements characterising a financial instrument. | FinancialInstrumentAttributes20 - Optional 0..1 |
| Reporting | Specifies that a trade is to be reported to a third party. | IReporting1Choice - Unknown 0..0 |
| QuantityDetails | Details about the financial instrument quantity involved in the transfer. | Quantity5 - Required 1..1 |
| SettlementParameters | Parameters applied to the settlement of a security transfer. | SettlementDetails4 - Optional 0..1 |
| DeliveringSettlementParties | Identifies the chain of delivering settlement parties. | SettlementParties10 - Optional 0..1 |
| ReceivingSettlementParties | Identifies the chain of receiving settlement parties. | SettlementParties10 - Optional 0..1 |
| SettlementAmount | Total amount of money to be paid or received in exchange for the securities. | AmountAndDirection7 - Optional 0..1 |
| OtherAmounts | Other amounts than the settlement amount. | OtherAmounts2 - Optional 0..1 |
| OtherBusinessParties | Other business parties relevant to the transaction. | OtherParties10 - Optional 0..1 |
| SupplementaryData | Additional information that cannot be captured in the structured elements and/or any other specific block. | SupplementaryData1 - Unknown 0..0 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the PortfolioTransferNotificationV02 implementation follows a specific implementaiton pattern. First of all, PortfolioTransferNotificationV02 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, PortfolioTransferNotificationV02Document implements IOuterDocument. Because PortfolioTransferNotificationV02 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type PortfolioTransferNotificationV02.
classDiagram
class IOuterRecord
PortfolioTransferNotificationV02 --|> IOuterRecord : Implements
PortfolioTransferNotificationV02Document --|> IOuterDocument~PortfolioTransferNotificationV02~ : Implements
class IOuterDocument~PortfolioTransferNotificationV02~ {
PortfolioTransferNotificationV02 Message
}
Document wrapper for serialization
The only real purpose PortfolioTransferNotificationV02Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:sese.037.001.02’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using PortfolioTransferNotificationV02.ToDocument() method. The returned PortfolioTransferNotificationV02Document value will serialize correctly according to ISO 20022 standards.
classDiagram
PortfolioTransferNotificationV02Document *-- PortfolioTransferNotificationV02 : 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.037.001.02">
<PrtflTrfNtfctn>
<Pgntn>
<!-- Pagination inner content -->
</Pgntn>
<StmtGnlDtls>
<!-- StatementGeneralDetails inner content -->
</StmtGnlDtls>
<AcctOwnr>
<!-- AccountOwner inner content -->
</AcctOwnr>
<SfkpgAcct>
<!-- SafekeepingAccount inner content -->
</SfkpgAcct>
<TrfNtfctnDtls>
<!-- TransferNotificationDetails inner content -->
</TrfNtfctnDtls>
</PrtflTrfNtfctn>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_3cVRgdtaEd-RF5yaMAVhAw"
nextVersions="_hyT1ofvfEeCBQp5TnX1XKQ"
previousVersion="_mD-_6NE5Ed-BzquC8wXy7w_992599753"
name="PortfolioTransferNotificationV02"
definition="Scope
An account servicer sends a PortfolioTransferNotification to another account servicer to exchange transfer settlement details information during a retail or institutional client portfolio transfers.
The account servicers will typically be local agents or global custodians acting on behalf of an investment management institution, a broker/dealer or a retail client.
Usage
By exchange of transfer settlement details, it is understood the providing, by the delivering account servicer to the receiving account servicer, of the settlement details (trade date, settlement date, delivering settlement chain, quantities, etc.) of the individual transfers that will take place during a full or partial portfolio transfer. This delivering account servicer message may also include, for validation, the receiving settlement chain as provided by the client. In case the receiving settlement chain is not available to the delivering account servicer, the receiving account servicer may in return provide to the delivering account servicer the receiving settlement chain using the same message.
The message may also be used to:
- re-send a message previously sent,
- provide a third party with a copy of a message for information,
- re-send to a third party a copy of a message for information.
using the relevant elements in the Business Application Header.
ISO 15022 - 20022 Coexistence
This ISO 20022 message is reversed engineered from ISO 15022. Both standards will coexist for a certain number of years. Until this coexistence period ends, the usage of certain data types is restricted to ensure interoperability between ISO 15022 and 20022 users. Compliance to these rules is mandatory in a coexistence environment. The coexistence restrictions are described in a Textual Rule linked to the Message Items they concern. These coexistence textual rules are clearly identified as follows: “CoexistenceXxxxRule”."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="PrtflTrfNtfctn"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_3cVRk9taEd-RF5yaMAVhAw"
name="CoexistenceCharacterSetXRule"
definition="During ISO 15022 – 20022 coexistence, characters used in all text fields must correspond to character set X, that is, a-z A-Z / - ? : ( ) . , ‘ + { } CR LF."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_3cVRldtaEd-RF5yaMAVhAw"
name="CoexistenceIdentificationRule"
definition="During ISO 15022 – 20022 coexistence, all transaction and document identifications or references must be 16 characters or less. The field must not start or end with a slash ‘/’ or contain two consecutive slashes ‘//’."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_3cVRl9taEd-RF5yaMAVhAw"
name="SecuritiesMarketPracticeGroupGuideline"
definition="The Securities Market Practice Group (SMPG) has published market practice recommendations on the use of this message.
These market practices are available on www.smpg.info."
registrationStatus="Provisionally Registered" />
<messageBuildingBlock
xmi:id="_3cVRhdtaEd-RF5yaMAVhAw"
name="Pagination"
definition="Page number of the message (within a statement) and continuation indicator to indicate that the statement is to continue or that the message is the last page of the statement."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Pgntn"
complexType="_Q65gBdp-Ed-ak6NoX_4Aeg_-21330104" />
<messageBuildingBlock
xmi:id="_3cVRh9taEd-RF5yaMAVhAw"
name="StatementGeneralDetails"
definition="Provides general information on the notification."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="StmtGnlDtls"
complexType="_QrGJdtp-Ed-ak6NoX_4Aeg_1434348299" />
<messageBuildingBlock
xmi:id="_3cVRidtaEd-RF5yaMAVhAw"
name="AccountOwner"
definition="Party that legally owns the account."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="AcctOwnr"
complexType="_qU9DBeaPEd-q8fx_Zl_34A" />
<messageBuildingBlock
xmi:id="_3cVRi9taEd-RF5yaMAVhAw"
name="SafekeepingAccount"
definition="Account to or from which a securities entry is made."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="SfkpgAcct"
complexType="_T_vKAdp-Ed-ak6NoX_4Aeg_-178975462" />
<messageBuildingBlock
xmi:id="_3cVRjdtaEd-RF5yaMAVhAw"
name="TransferNotificationDetails"
definition="Details of transfer."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="TrfNtfctnDtls"
complexType="_K2Bzy-aOEd-q8fx_Zl_34A" />
<messageDefinitionIdentifier
businessArea="sese"
messageFunctionality="037"
flavour="001"
version="02" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.