RequestForPEPOrISAOrPortfolioInformationV01

sese.019.001.01

Scope An instructing party, eg, a (new) plan manager sends the RequestForPEPorISAOrPortfolioInformation message to the executing party, eg, a (old) plan manager, on behalf of the initiating party, eg, an investor (client), to request information about financial instruments held on behalf of the client. Usage The RequestForPEPOrISAOrPortfolioInformation message is used to request information about one or more PEP or ISA or portfolio products held in a client’s account for which it intends to instruct a transfer at a later time.

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
%% RequestForPEPOrISAOrPortfolioInformationV01 recursion level 0 with max 0
RequestForPEPOrISAOrPortfolioInformationV01 *-- "1..1" MessageIdentification1 : MessageReference
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" AdditionalReference3 : PoolReference
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" AdditionalReference3 : PreviousReference
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" AdditionalReference3 : RelatedReference
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" IndividualPerson8 : PrimaryIndividualInvestor
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" IndividualPerson8 : SecondaryIndividualInvestor
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" IndividualPerson8 : OtherIndividualInvestor
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" Organisation4 : PrimaryCorporateInvestor
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" Organisation4 : SecondaryCorporateInvestor
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" Organisation4 : OtherCorporateInvestor
RequestForPEPOrISAOrPortfolioInformationV01 *-- "1..1" Account5 : ClientAccount
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" Account6 : NomineeAccount
RequestForPEPOrISAOrPortfolioInformationV01 *-- "1..1" IPartyIdentification2Choice : NewPlanManager
RequestForPEPOrISAOrPortfolioInformationV01 *-- "1..1" PEPISATransfer5 : ProductTransfer
RequestForPEPOrISAOrPortfolioInformationV01 *-- "0..1" Extension1 : Extension
  

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

MessageReference building block

Identifies the message. Identifies a message by a unique identifier and the date and time when the message was created by the sender. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% MessageIdentification1 recursion level 0 with max 1
class MessageIdentification1{
    Identification IsoMax35Text
    CreationDateTime IsoISODateTime
}
  

MessageIdentification1 members

Member name Description Data Type / Multiplicity
Identification Identification of the message. IsoMax35Text - Required 1..1
CreationDateTime Date of creation of the message. IsoISODateTime - Required 1..1

PoolReference building block

Collective reference identifying a set of messages. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AdditionalReference3 recursion level 0 with max 1
class AdditionalReference3{
    Reference IsoMax35Text
    MessageName IsoMax35Text
}
AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer
%% IPartyIdentification2Choice recursion level 1 with max 1
  

AdditionalReference3 members

Member name Description Data Type / Multiplicity
Reference Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. IsoMax35Text - Required 1..1
ReferenceIssuer Issuer of the reference. IPartyIdentification2Choice - Optional 0..1
MessageName Name of a message. IsoMax35Text - Optional 0..1

PreviousReference building block

Reference to a linked message that was previously sent. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AdditionalReference3 recursion level 0 with max 1
class AdditionalReference3{
    Reference IsoMax35Text
    MessageName IsoMax35Text
}
AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer
%% IPartyIdentification2Choice recursion level 1 with max 1
  

AdditionalReference3 members

Member name Description Data Type / Multiplicity
Reference Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. IsoMax35Text - Required 1..1
ReferenceIssuer Issuer of the reference. IPartyIdentification2Choice - Optional 0..1
MessageName Name of a message. IsoMax35Text - Optional 0..1

RelatedReference building block

Reference to a linked message that was previously received. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AdditionalReference3 recursion level 0 with max 1
class AdditionalReference3{
    Reference IsoMax35Text
    MessageName IsoMax35Text
}
AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer
%% IPartyIdentification2Choice recursion level 1 with max 1
  

AdditionalReference3 members

Member name Description Data Type / Multiplicity
Reference Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. IsoMax35Text - Required 1..1
ReferenceIssuer Issuer of the reference. IPartyIdentification2Choice - Optional 0..1
MessageName Name of a message. IsoMax35Text - Optional 0..1

PrimaryIndividualInvestor building block

Information identifying the primary individual investor, eg, name, address, social security number and date of birth. Human entity, as distinguished from a corporate entity (which is sometimes referred to as an ‘artificial person’). For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% IndividualPerson8 recursion level 0 with max 1
class IndividualPerson8{
    Name IsoMax35Text
    GivenName IsoMax35Text
    NamePrefix NamePrefix1Code
    NameSuffix IsoMax35Text
    Gender GenderCode
    BirthDate IsoISODate
    SocialSecurityNumber IsoMax35Text
}
IndividualPerson8 *-- "1..1" PostalAddress1 : IndividualInvestorAddress
%% PostalAddress1 recursion level 1 with max 1
class PostalAddress1{
    AddressType AddressType2Code
    AddressLine IsoMax70Text
    StreetName IsoMax70Text
    BuildingNumber IsoMax16Text
    PostCode IsoMax16Text
    TownName IsoMax35Text
    CountrySubDivision IsoMax35Text
    Country CountryCode
}
  

IndividualPerson8 members

Member name Description Data Type / Multiplicity
Name Name by which a party is known and which is usually used to identify that party. IsoMax35Text - Required 1..1
GivenName First name of a person. IsoMax35Text - Required 1..1
NamePrefix Specifies the terms used to formally address a person. NamePrefix1Code - Optional 0..1
NameSuffix Additional information about a person that follows a person’s name, for example, qualification such as Doctor of Philosophy (PhD). IsoMax35Text - Optional 0..1
Gender Specifies the gender of the person. GenderCode - Optional 0..1
BirthDate Date on which a person is born. IsoISODate - Optional 0..1
SocialSecurityNumber Number assigned by a social security agency. IsoMax35Text - Optional 0..1
IndividualInvestorAddress Postal address of a party. PostalAddress1 - Required 1..1

SecondaryIndividualInvestor building block

Information identifying the secondary individual investor, eg, name, address, social security number and date of birth. Human entity, as distinguished from a corporate entity (which is sometimes referred to as an ‘artificial person’). For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% IndividualPerson8 recursion level 0 with max 1
class IndividualPerson8{
    Name IsoMax35Text
    GivenName IsoMax35Text
    NamePrefix NamePrefix1Code
    NameSuffix IsoMax35Text
    Gender GenderCode
    BirthDate IsoISODate
    SocialSecurityNumber IsoMax35Text
}
IndividualPerson8 *-- "1..1" PostalAddress1 : IndividualInvestorAddress
%% PostalAddress1 recursion level 1 with max 1
class PostalAddress1{
    AddressType AddressType2Code
    AddressLine IsoMax70Text
    StreetName IsoMax70Text
    BuildingNumber IsoMax16Text
    PostCode IsoMax16Text
    TownName IsoMax35Text
    CountrySubDivision IsoMax35Text
    Country CountryCode
}
  

IndividualPerson8 members

Member name Description Data Type / Multiplicity
Name Name by which a party is known and which is usually used to identify that party. IsoMax35Text - Required 1..1
GivenName First name of a person. IsoMax35Text - Required 1..1
NamePrefix Specifies the terms used to formally address a person. NamePrefix1Code - Optional 0..1
NameSuffix Additional information about a person that follows a person’s name, for example, qualification such as Doctor of Philosophy (PhD). IsoMax35Text - Optional 0..1
Gender Specifies the gender of the person. GenderCode - Optional 0..1
BirthDate Date on which a person is born. IsoISODate - Optional 0..1
SocialSecurityNumber Number assigned by a social security agency. IsoMax35Text - Optional 0..1
IndividualInvestorAddress Postal address of a party. PostalAddress1 - Required 1..1

OtherIndividualInvestor building block

Information identifying other individual investors, eg, name, address, social security number and date of birth. Human entity, as distinguished from a corporate entity (which is sometimes referred to as an ‘artificial person’). For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% IndividualPerson8 recursion level 0 with max 1
class IndividualPerson8{
    Name IsoMax35Text
    GivenName IsoMax35Text
    NamePrefix NamePrefix1Code
    NameSuffix IsoMax35Text
    Gender GenderCode
    BirthDate IsoISODate
    SocialSecurityNumber IsoMax35Text
}
IndividualPerson8 *-- "1..1" PostalAddress1 : IndividualInvestorAddress
%% PostalAddress1 recursion level 1 with max 1
class PostalAddress1{
    AddressType AddressType2Code
    AddressLine IsoMax70Text
    StreetName IsoMax70Text
    BuildingNumber IsoMax16Text
    PostCode IsoMax16Text
    TownName IsoMax35Text
    CountrySubDivision IsoMax35Text
    Country CountryCode
}
  

IndividualPerson8 members

Member name Description Data Type / Multiplicity
Name Name by which a party is known and which is usually used to identify that party. IsoMax35Text - Required 1..1
GivenName First name of a person. IsoMax35Text - Required 1..1
NamePrefix Specifies the terms used to formally address a person. NamePrefix1Code - Optional 0..1
NameSuffix Additional information about a person that follows a person’s name, for example, qualification such as Doctor of Philosophy (PhD). IsoMax35Text - Optional 0..1
Gender Specifies the gender of the person. GenderCode - Optional 0..1
BirthDate Date on which a person is born. IsoISODate - Optional 0..1
SocialSecurityNumber Number assigned by a social security agency. IsoMax35Text - Optional 0..1
IndividualInvestorAddress Postal address of a party. PostalAddress1 - Required 1..1

PrimaryCorporateInvestor building block

Information identifying the primary corporate investor, eg, name and address. Organised structure that is set up for a particular purpose, eg, a business, government body, department, charity, or financial institution. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Organisation4 recursion level 0 with max 1
class Organisation4{
    Name IsoMax140Text
    Purpose IsoMax35Text
    TaxationCountry CountryCode
    RegistrationCountry CountryCode
    RegistrationDate IsoISODate
    TaxIdentificationNumber IsoMax35Text
    NationalRegistrationNumber IsoMax35Text
}
Organisation4 *-- "0..1" IPartyIdentification4Choice : Identification
Organisation4 *-- "1..1" PostalAddress1 : CorporateInvestorAddress
%% IPartyIdentification4Choice recursion level 1 with max 1
%% PostalAddress1 recursion level 1 with max 1
class PostalAddress1{
    AddressType AddressType2Code
    AddressLine IsoMax70Text
    StreetName IsoMax70Text
    BuildingNumber IsoMax16Text
    PostCode IsoMax16Text
    TownName IsoMax35Text
    CountrySubDivision IsoMax35Text
    Country CountryCode
}
  

Organisation4 members

Member name Description Data Type / Multiplicity
Name Name by which a party is known and which is usually used to identify that party. IsoMax140Text - Required 1..1
Identification Unique and unambiguous identifier for an organisation that is allocated by an institution, eg, Dun & Bradstreet Identification. IPartyIdentification4Choice - Optional 0..1
Purpose Purpose of the organisation, eg, charity. IsoMax35Text - Optional 0..1
TaxationCountry Country of taxation of an organisation. CountryCode - Optional 0..1
RegistrationCountry Country in which the organisation is registered. CountryCode - Optional 0..1
RegistrationDate Date and time at which a given organisation was officially registered. IsoISODate - Optional 0..1
TaxIdentificationNumber Number assigned by a tax authority to an entity. IsoMax35Text - Optional 0..1
NationalRegistrationNumber Number assigned by a national registration authority to an entity. IsoMax35Text - Optional 0..1
CorporateInvestorAddress Postal address of a party. PostalAddress1 - Required 1..1

SecondaryCorporateInvestor building block

Information identifying the secondary corporate investor, eg, name and address. Organised structure that is set up for a particular purpose, eg, a business, government body, department, charity, or financial institution. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Organisation4 recursion level 0 with max 1
class Organisation4{
    Name IsoMax140Text
    Purpose IsoMax35Text
    TaxationCountry CountryCode
    RegistrationCountry CountryCode
    RegistrationDate IsoISODate
    TaxIdentificationNumber IsoMax35Text
    NationalRegistrationNumber IsoMax35Text
}
Organisation4 *-- "0..1" IPartyIdentification4Choice : Identification
Organisation4 *-- "1..1" PostalAddress1 : CorporateInvestorAddress
%% IPartyIdentification4Choice recursion level 1 with max 1
%% PostalAddress1 recursion level 1 with max 1
class PostalAddress1{
    AddressType AddressType2Code
    AddressLine IsoMax70Text
    StreetName IsoMax70Text
    BuildingNumber IsoMax16Text
    PostCode IsoMax16Text
    TownName IsoMax35Text
    CountrySubDivision IsoMax35Text
    Country CountryCode
}
  

Organisation4 members

Member name Description Data Type / Multiplicity
Name Name by which a party is known and which is usually used to identify that party. IsoMax140Text - Required 1..1
Identification Unique and unambiguous identifier for an organisation that is allocated by an institution, eg, Dun & Bradstreet Identification. IPartyIdentification4Choice - Optional 0..1
Purpose Purpose of the organisation, eg, charity. IsoMax35Text - Optional 0..1
TaxationCountry Country of taxation of an organisation. CountryCode - Optional 0..1
RegistrationCountry Country in which the organisation is registered. CountryCode - Optional 0..1
RegistrationDate Date and time at which a given organisation was officially registered. IsoISODate - Optional 0..1
TaxIdentificationNumber Number assigned by a tax authority to an entity. IsoMax35Text - Optional 0..1
NationalRegistrationNumber Number assigned by a national registration authority to an entity. IsoMax35Text - Optional 0..1
CorporateInvestorAddress Postal address of a party. PostalAddress1 - Required 1..1

OtherCorporateInvestor building block

Information identifying the other corporate investors, eg, name and address. Organised structure that is set up for a particular purpose, eg, a business, government body, department, charity, or financial institution. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Organisation4 recursion level 0 with max 1
class Organisation4{
    Name IsoMax140Text
    Purpose IsoMax35Text
    TaxationCountry CountryCode
    RegistrationCountry CountryCode
    RegistrationDate IsoISODate
    TaxIdentificationNumber IsoMax35Text
    NationalRegistrationNumber IsoMax35Text
}
Organisation4 *-- "0..1" IPartyIdentification4Choice : Identification
Organisation4 *-- "1..1" PostalAddress1 : CorporateInvestorAddress
%% IPartyIdentification4Choice recursion level 1 with max 1
%% PostalAddress1 recursion level 1 with max 1
class PostalAddress1{
    AddressType AddressType2Code
    AddressLine IsoMax70Text
    StreetName IsoMax70Text
    BuildingNumber IsoMax16Text
    PostCode IsoMax16Text
    TownName IsoMax35Text
    CountrySubDivision IsoMax35Text
    Country CountryCode
}
  

Organisation4 members

Member name Description Data Type / Multiplicity
Name Name by which a party is known and which is usually used to identify that party. IsoMax140Text - Required 1..1
Identification Unique and unambiguous identifier for an organisation that is allocated by an institution, eg, Dun & Bradstreet Identification. IPartyIdentification4Choice - Optional 0..1
Purpose Purpose of the organisation, eg, charity. IsoMax35Text - Optional 0..1
TaxationCountry Country of taxation of an organisation. CountryCode - Optional 0..1
RegistrationCountry Country in which the organisation is registered. CountryCode - Optional 0..1
RegistrationDate Date and time at which a given organisation was officially registered. IsoISODate - Optional 0..1
TaxIdentificationNumber Number assigned by a tax authority to an entity. IsoMax35Text - Optional 0..1
NationalRegistrationNumber Number assigned by a national registration authority to an entity. IsoMax35Text - Optional 0..1
CorporateInvestorAddress Postal address of a party. PostalAddress1 - Required 1..1

ClientAccount building block

Identification of an account owned by the investor at the old plan manager (account servicer). Account between an investor(s) and a fund manager or a fund. The account can contain holdings in any investment fund or investment fund class managed (or distributed) by the fund manager, within the same fund family. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Account5 recursion level 0 with max 1
class Account5{
    Identification IsoMax35Text
    Designation IsoMax35Text
}
Account5 *-- "1..1" IPartyIdentification2Choice : Servicer
%% IPartyIdentification2Choice recursion level 1 with max 1
  

Account5 members

Member name Description Data Type / Multiplicity
Identification Unique and unambiguous identification for the account between the account owner and the account servicer. IsoMax35Text - Optional 0..1
Designation Supplementary registration information applying to a specific block of units for dealing and reporting purposes. The supplementary registration information may be used when all the units are registered, for example, to a funds supermarket, but holdings for each investor have to reconciled individually. IsoMax35Text - Optional 0..1
Servicer Party that manages the account on behalf of the account owner, that is manages the registration and booking of entries on the account, calculates balances on the account and provides information about the account. IPartyIdentification2Choice - Required 1..1

NomineeAccount building block

Account held in the name of a party that is not the name of the beneficial owner of the shares. Account between an investor(s) and a fund manager or a fund. The account can contain holdings in any investment fund or investment fund class managed (or distributed) by the fund manager, within the same fund family. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Account6 recursion level 0 with max 1
class Account6{
    Identification IsoMax35Text
    Designation IsoMax35Text
}
Account6 *-- "0..1" IPartyIdentification2Choice : Servicer
%% IPartyIdentification2Choice recursion level 1 with max 1
  

Account6 members

Member name Description Data Type / Multiplicity
Identification Unique and unambiguous identification for the account between the account owner and the account servicer. IsoMax35Text - Required 1..1
Designation Supplementary registration information applying to a specific block of units for dealing and reporting purposes. The supplementary registration information may be used when all the units are registered, for example, to a funds supermarket, but holdings for each investor have to reconciled individually. IsoMax35Text - Optional 0..1
Servicer Party that manages the account on behalf of the account owner, that is manages the registration and booking of entries on the account, calculates balances on the account and provides information about the account. IPartyIdentification2Choice - Optional 0..1

NewPlanManager building block

Information related to the institution to which the financial instrument is to be transferred. Choice of identification of a party. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% IPartyIdentification2Choice recursion level 0 with max 1
  

PartyIdentification2Choice members

Member name Description Data Type / Multiplicity

ProductTransfer building block

Provides information related to the asset(s) transferred. Describes the type of product and the assets to be transferred. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% PEPISATransfer5 recursion level 0 with max 1
class PEPISATransfer5{
    MasterReference IsoMax35Text
    TransferIdentification IsoMax35Text
}
PEPISATransfer5 *-- "1..1" ISAYearsOfIssue2 : ISA
PEPISATransfer5 *-- "1..1" IPreviousYearChoice : PEP
PEPISATransfer5 *-- "1..1" Portfolio1 : Portfolio
PEPISATransfer5 *-- "0..0" FinancialInstrument12 : FinancialInstrumentAssetForTransfer
%% ISAYearsOfIssue2 recursion level 1 with max 1
class ISAYearsOfIssue2{
    CurrentYearType ISAType2Code
    ExtendedCurrentYearType IsoExtended350Code
}
ISAYearsOfIssue2 *-- "0..1" IPreviousYearChoice : PreviousYears
%% IPreviousYearChoice recursion level 1 with max 1
%% Portfolio1 recursion level 1 with max 1
class Portfolio1{
    PortfolioInformation IsoMax350Text
}
%% FinancialInstrument12 recursion level 1 with max 1
class FinancialInstrument12{
    Name IsoMax350Text
}
FinancialInstrument12 *-- "1..1" ISecurityIdentification3Choice : Identification
  

PEPISATransfer5 members

Member name Description Data Type / Multiplicity
MasterReference Unique and unambiguous identifier for a group of individual transfers as assigned by the instructing party. This identifier links the individual transfers together. IsoMax35Text - Optional 0..1
TransferIdentification Identification assigned by the new plan manager to each transfer of asset. IsoMax35Text - Required 1..1
ISA UK government schemes to encourage individuals to invest in securities based unit and investment trusts, offering certain tax benefits. These are not investment in their own right but are tax exempt wrappers in which individuals can hold equities, bonds and funds to shelter them from income and capital gains tax. The Personal Equity Plan (PEP) and the Individual Savings Account (ISA) are provided only by UK based financial institutions.
PEP UK government schemes to encourage individuals to invest in securities based unit and investment trusts, offering certain tax benefits. These are not investment in their own right but are tax exempt wrappers in which individuals can hold equities, bonds and funds to shelter them from income and capital gains tax. The Personal Equity Plan (PEP) and the Individual Savings Account (ISA) are provided only by UK based financial institutions.
Portfolio Wrapper for a specific product or a specific sub-product owned by a set of beneficial owners. Portfolio1 - Required 1..1
FinancialInstrumentAssetForTransfer Specifies the underlying assets for the PEP, ISA or portfolio. FinancialInstrument12 - Unknown 0..0

Extension 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
%% Extension1 recursion level 0 with max 1
class Extension1{
    PlaceAndName IsoMax350Text
    Text IsoMax350Text
}
  

Extension1 members

Member name Description Data Type / Multiplicity
PlaceAndName Name qualifying the information provided in the Text field, and place where this information should be inserted. IsoMax350Text - Required 1..1
Text Text of the extension. IsoMax350Text - Required 1..1

Extensibility and generalization considerations

To facilitate generalized design patterns in the system, the RequestForPEPOrISAOrPortfolioInformationV01 implementation follows a specific implementaiton pattern. First of all, RequestForPEPOrISAOrPortfolioInformationV01 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, RequestForPEPOrISAOrPortfolioInformationV01Document implements IOuterDocument. Because RequestForPEPOrISAOrPortfolioInformationV01 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type RequestForPEPOrISAOrPortfolioInformationV01.

classDiagram
    class IOuterRecord
    RequestForPEPOrISAOrPortfolioInformationV01 --|> IOuterRecord : Implements
    RequestForPEPOrISAOrPortfolioInformationV01Document --|> IOuterDocument~RequestForPEPOrISAOrPortfolioInformationV01~ : Implements
    class IOuterDocument~RequestForPEPOrISAOrPortfolioInformationV01~ {
        RequestForPEPOrISAOrPortfolioInformationV01 Message
     }
  

Document wrapper for serialization

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

classDiagram
    RequestForPEPOrISAOrPortfolioInformationV01Document *-- RequestForPEPOrISAOrPortfolioInformationV01 : 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.019.001.01">
    <ReqForPEPOrISAOrPrtflInfV01>
        <MsgRef>
            <!-- MessageReference inner content -->
        </MsgRef>
        <PoolRef>
            <!-- PoolReference inner content -->
        </PoolRef>
        <PrvsRef>
            <!-- PreviousReference inner content -->
        </PrvsRef>
        <RltdRef>
            <!-- RelatedReference inner content -->
        </RltdRef>
        <PmryIndvInvstr>
            <!-- PrimaryIndividualInvestor inner content -->
        </PmryIndvInvstr>
        <ScndryIndvInvstr>
            <!-- SecondaryIndividualInvestor inner content -->
        </ScndryIndvInvstr>
        <OthrIndvInvstr>
            <!-- OtherIndividualInvestor inner content -->
        </OthrIndvInvstr>
        <PmryCorpInvstr>
            <!-- PrimaryCorporateInvestor inner content -->
        </PmryCorpInvstr>
        <ScndryCorpInvstr>
            <!-- SecondaryCorporateInvestor inner content -->
        </ScndryCorpInvstr>
        <OthrCorpInvstr>
            <!-- OtherCorporateInvestor inner content -->
        </OthrCorpInvstr>
        <ClntAcct>
            <!-- ClientAccount inner content -->
        </ClntAcct>
        <NmneeAcct>
            <!-- NomineeAccount inner content -->
        </NmneeAcct>
        <NewPlanMgr>
            <!-- NewPlanManager inner content -->
        </NewPlanMgr>
        <PdctTrf>
            <!-- ProductTransfer inner content -->
        </PdctTrf>
        <Xtnsn>
            <!-- Extension inner content -->
        </Xtnsn>
    </ReqForPEPOrISAOrPrtflInfV01>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_nGJAc9E5Ed-BzquC8wXy7w_2026218979"
  nextVersions="_SBmj0fpcEeCPwaG9zjUPNQ"
  name="RequestForPEPOrISAOrPortfolioInformationV01"
  definition="Scope&#xD;&#xA;An instructing party, eg, a (new) plan manager sends the RequestForPEPorISAOrPortfolioInformation message to the executing party, eg, a (old) plan manager, on behalf of the initiating party, eg, an investor (client), to request information about financial instruments held on behalf of the client.&#xD;&#xA;Usage&#xD;&#xA;The RequestForPEPOrISAOrPortfolioInformation message is used to request information about one or more PEP or ISA or portfolio products held in a client's account for which it intends to instruct a transfer at a later time."
  registrationStatus="Registered"
  messageSet="_urpIICeJEeOCeO5e7islRQ"
  xmlTag="ReqForPEPOrISAOrPrtflInfV01"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <constraint
    xmi:id="_nGcicdE5Ed-BzquC8wXy7w_251910937"
    name="PEPISARule"
    definition="If ProductTransfer\ISA or ProductTransfer\PEP is present, then SecondaryIndividualInvestor and/or OtherIndividualInvestor is not allowed.&#xA;&#xA;If ProductTransfer\ISA or ProductTransfer\PEP is present then the message elements in the list (PrimaryCorporateInvestor, SecondaryCorporateInvestor, OtherCorporateInvestor) are not allowed."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_nGcidNE5Ed-BzquC8wXy7w_-356034121"
    name="PorfolioRule"
    definition="If ProductTransfer\Portfolio is present, then one or more message elements in the list (PrimaryIndividualInvestor, SecondaryIndividualInvestor, OtherIndividualInvestor) may be present&#xA;&#xA;If ProductTransfer\Portfolio is present, then one or more message elements in the list (PrimaryCorporateInvestor, SecondaryCorporateInvestor, OtherCorporateInvestor) may be present."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_nGcid9E5Ed-BzquC8wXy7w_1993402406"
    name="InvestorRule"
    definition="If PrimaryIndividualInvestor is present, then SecondaryIndividualInvestor may be present. If PrimaryIndividualInvestor is not present, then SecondaryIndividualInvestor is not allowed.&#xA;&#xA;If PrimaryIndividualInvestor is present, then OtherIndividualInvestor may be present. If PrimaryIndividualInvestor is not present, then OtherIndividualInvestor is not allowed."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_nGcietE5Ed-BzquC8wXy7w_-1887827449"
    name="CorporateRule"
    definition="If PrimaryCorporateInvestor is present, then SecondaryCorporateInvestor may be present. If PrimaryCorporateInvestor is not present, then SecondaryCorporateInvestor is not allowed.&#xA;&#xA;If PrimaryCorporateInvestor is present, then OtherCorporateInvestor may be present. If PrimaryCorporateInvestor is not present, then OtherCorporateInvestor is not allowed."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_nGcifdE5Ed-BzquC8wXy7w_-1527654415"
    name="DesignationRule"
    definition="If ProductTransfer\ISA or ProductTransfer\PEP is present, then ClientAccount\Designation is not allowed.&#xA;&#xA;If ProductTransfer\Portfolio is present, then ClientAccount\Designation is allowed."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_nGcigNE5Ed-BzquC8wXy7w_555791376"
    name="NomineeAccountServicerRule"
    definition="NomineeAccount/Servicer must be present when and only when different from ClientAccount/Servicer."
    registrationStatus="Provisionally Registered" />
  <messageBuildingBlock
    xmi:id="_nGJAdNE5Ed-BzquC8wXy7w_-903781955"
    name="MessageReference"
    definition="Identifies the message."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MsgRef"
    complexType="_Q7pG5Np-Ed-ak6NoX_4Aeg_-967008570" />
  <messageBuildingBlock
    xmi:id="_nGJAddE5Ed-BzquC8wXy7w_-444791972"
    name="PoolReference"
    definition="Collective reference identifying a set of messages."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="PoolRef"
    complexType="_Q6vvAdp-Ed-ak6NoX_4Aeg_2101402955" />
  <messageBuildingBlock
    xmi:id="_nGJAdtE5Ed-BzquC8wXy7w_-117865583"
    name="PreviousReference"
    definition="Reference to a linked message that was previously sent."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="PrvsRef"
    complexType="_Q6vvAdp-Ed-ak6NoX_4Aeg_2101402955" />
  <messageBuildingBlock
    xmi:id="_nGJAd9E5Ed-BzquC8wXy7w_-19048277"
    name="RelatedReference"
    definition="Reference to a linked message that was previously received."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="RltdRef"
    complexType="_Q6vvAdp-Ed-ak6NoX_4Aeg_2101402955" />
  <messageBuildingBlock
    xmi:id="_nGJAeNE5Ed-BzquC8wXy7w_-439253534"
    name="PrimaryIndividualInvestor"
    definition="Information identifying the primary individual investor, eg, name, address, social security number and date of birth."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="PmryIndvInvstr"
    complexType="_QCHd4tp-Ed-ak6NoX_4Aeg_-1362353308" />
  <messageBuildingBlock
    xmi:id="_nGJAedE5Ed-BzquC8wXy7w_-280406209"
    name="SecondaryIndividualInvestor"
    definition="Information identifying the secondary individual investor, eg, name, address, social security number and date of birth."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="ScndryIndvInvstr"
    complexType="_QCHd4tp-Ed-ak6NoX_4Aeg_-1362353308" />
  <messageBuildingBlock
    xmi:id="_nGSxcNE5Ed-BzquC8wXy7w_28973546"
    name="OtherIndividualInvestor"
    definition="Information identifying other individual investors, eg, name, address, social security number and date of birth."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="OthrIndvInvstr"
    complexType="_QCHd4tp-Ed-ak6NoX_4Aeg_-1362353308" />
  <messageBuildingBlock
    xmi:id="_nGSxcdE5Ed-BzquC8wXy7w_406694562"
    name="PrimaryCorporateInvestor"
    definition="Information identifying the primary corporate investor, eg, name and address."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="PmryCorpInvstr"
    complexType="_QOfF89p-Ed-ak6NoX_4Aeg_737799108" />
  <messageBuildingBlock
    xmi:id="_nGSxctE5Ed-BzquC8wXy7w_505508166"
    name="SecondaryCorporateInvestor"
    definition="Information identifying the secondary corporate investor, eg, name and address."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="ScndryCorpInvstr"
    complexType="_QOfF89p-Ed-ak6NoX_4Aeg_737799108" />
  <messageBuildingBlock
    xmi:id="_nGSxc9E5Ed-BzquC8wXy7w_607095720"
    name="OtherCorporateInvestor"
    definition="Information identifying the other corporate investors, eg, name and address."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="OthrCorpInvstr"
    complexType="_QOfF89p-Ed-ak6NoX_4Aeg_737799108" />
  <messageBuildingBlock
    xmi:id="_nGSxdNE5Ed-BzquC8wXy7w_1864008544"
    name="ClientAccount"
    definition="Identification of an account owned by the investor at the old plan manager (account servicer)."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="ClntAcct"
    complexType="_Rz0FA9p-Ed-ak6NoX_4Aeg_1967129253" />
  <messageBuildingBlock
    xmi:id="_nGSxddE5Ed-BzquC8wXy7w_-1971968219"
    name="NomineeAccount"
    definition="Account held in the name of a party that is not the name of the beneficial owner of the shares."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="NmneeAcct"
    complexType="_Rzq7Itp-Ed-ak6NoX_4Aeg_-1217370969" />
  <messageBuildingBlock
    xmi:id="_nGSxdtE5Ed-BzquC8wXy7w_-1544376123"
    name="NewPlanManager"
    definition="Information related to the institution to which the financial instrument is to be transferred."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="NewPlanMgr"
    complexType="_QRBcl9p-Ed-ak6NoX_4Aeg_-1721645359" />
  <messageBuildingBlock
    xmi:id="_nGSxd9E5Ed-BzquC8wXy7w_1105734380"
    name="ProductTransfer"
    definition="Provides information related to the asset(s) transferred."
    registrationStatus="Provisionally Registered"
    minOccurs="1"
    xmlTag="PdctTrf"
    complexType="_Sg0U-tp-Ed-ak6NoX_4Aeg_-795273148" />
  <messageBuildingBlock
    xmi:id="_nGcicNE5Ed-BzquC8wXy7w_-2129233899"
    name="Extension"
    definition="Additional information that cannot be captured in the structured elements and/or any other specific block."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="Xtnsn"
    complexType="_Q6vvCNp-Ed-ak6NoX_4Aeg_1503007069" />
  <messageDefinitionIdentifier
    businessArea="sese"
    messageFunctionality="019"
    flavour="001"
    version="01" />
</messageDefinition>

ISO Building Blocks

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