Definition Type: ComplexType
Name: PortfolioReferenceBase
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-msg-5-10.xsd
Abstract
Documentation:
A structure used to identify a portfolio in a message.
Collapse XSD Schema Diagram:
Drilldown into portfolioName in schema fpml-msg-5-10_xsd2XSD Diagram of PortfolioReferenceBase in schema fpml-msg-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PortfolioReferenceBase">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure used to identify a portfolio in a message.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="portfolioName" type="PortfolioName" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An identifier that is unique for each portfolio-level request, and which can be used to group together the individual messages in the portfolio request.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
portfolioName nsD:portfolioName 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:PortfolioConstituentReference, nsD:portfolioReference