Definition Type: ComplexType
Name: QueryPortfolio
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Portfolio
Containing Schema: fpml-doc-4-4.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-4-4_xsd Drilldown into portfolio in schema fpml-doc-4-4_xsd Drilldown into tradeId in schema fpml-doc-4-4_xsd Drilldown into partyPortfolioName in schema fpml-doc-4-4_xsd Drilldown into id in schema fpml-doc-4-4_xsd Drilldown into Portfolio in schema fpml-doc-4-4_xsdXSD Diagram of QueryPortfolio in schema fpml-doc-4-4_xsd (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" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyPortfolioName fpml:partyPortfolioName 0 (1)
tradeId fpml:tradeId 0 unbounded
portfolio fpml:portfolio 0 unbounded
queryParameter fpml:queryParameter (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:queryPortfolio, fpml:queryPortfolio