Definition Type: ComplexType
Name: QueryPortfolio
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:Portfolio
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
A type representing a portfolio obtained by querying the set of trades held in a repository. It contains trades matching the intersection of all criteria specified using one or more queryParameters or trades matching the union of two or more child queryPortfolios.
Collapse XSD Schema Diagram:
Drilldown into queryParameter in schema fpml-doc-5-10_xsd3 Drilldown into portfolio in schema fpml-doc-5-10_xsd3 Drilldown into partyTradeIdentifier in schema fpml-doc-5-10_xsd3 Drilldown into tradeId in schema fpml-doc-5-10_xsd3 Drilldown into partyPortfolioName in schema fpml-doc-5-10_xsd3 Drilldown into id in schema fpml-doc-5-10_xsd3 Drilldown into Portfolio in schema fpml-doc-5-10_xsd3XSD Diagram of QueryPortfolio in schema fpml-doc-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QueryPortfolio">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type representing a portfolio obtained by querying the set of trades held in a repository. It contains trades matching the intersection of all criteria specified using one or more queryParameters or trades matching the union of two or more child queryPortfolios.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Portfolio">
            <xsd:sequence>
                <xsd:element name="queryParameter" type="QueryParameter" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyPortfolioName nsD:partyPortfolioName 0 (1)
tradeId nsD:tradeId 0 unbounded
partyTradeIdentifier nsD:partyTradeIdentifier 0 unbounded
portfolio nsD:portfolio 0 unbounded
queryParameter nsD:queryParameter 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:queryPortfolio, nsD:queryPortfolio