Definition Type: ComplexType
Name: ReportContents
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-reporting-5-2.xsd
Abstract
Documentation:
A type used to describe the scope/contents of a report.
Collapse XSD Schema Diagram:
Drilldown into queryPortfolio in schema fpml-reporting-5-2_xsd Drilldown into assetClass in schema fpml-shared-5-2_xsd Drilldown into productId in schema fpml-shared-5-2_xsd Drilldown into productType in schema fpml-shared-5-2_xsd Drilldown into Product.model in schema fpml-shared-5-2_xsd Drilldown into category in schema fpml-reporting-5-2_xsd Drilldown into accountReference in schema fpml-reporting-5-2_xsd Drilldown into partyReference in schema fpml-reporting-5-2_xsdXSD Diagram of ReportContents in schema fpml-reporting-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReportContents">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type used to describe the scope/contents of a report.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The party for which this report was generated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="accountReference" type="AccountReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The account for which this report was generated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="category" type="TradeCategory" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Used to categorize trades into user-defined categories, such as house trades vs. customer trades.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="Product.model" />
        <xsd:element name="queryPortfolio" type="QueryPortfolio" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The desired query portfolio.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsA:partyReference 0 (1)
accountReference nsA:accountReference 0 (1)
category nsA:category 0 unbounded
productType nsA:productType 0 unbounded
productId nsA:productId 0 unbounded
assetClass nsA:assetClass 0 unbounded
queryPortfolio nsA:queryPortfolio 0 (1)
<xs:group> nsA:Product.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:reportContents, nsA:reportContents, nsA:reportContents, nsA:reportContents, nsA:reportContents, nsA:reportContents, nsA:reportContents, nsA:reportContents