Definition Type: ComplexType
Name: StandardProduct
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsA:Product
Containing Schema: fpml-standard-5-2.xsd
Abstract
Documentation:
Simple product representation providing key information about a variety of different products
Collapse XSD Schema Diagram:
Drilldown into quote in schema fpml-standard-5-2_xsd Drilldown into notional in schema fpml-standard-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 id in schema fpml-shared-5-2_xsd Drilldown into Product in schema fpml-shared-5-2_xsdXSD Diagram of StandardProduct in schema fpml-standard-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="StandardProduct">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Simple product representation providing key information about a variety of different products</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Product">
            <xsd:sequence>
                <xsd:element name="notional" type="CashflowNotional" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The notional amount that was traded.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="quote" type="BasicQuotation" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Pricing information for the trade.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType nsA:productType 0 unbounded
productId nsA:productId 0 unbounded
assetClass nsA:assetClass 0 unbounded
notional nsA:notional 0 (1)
quote nsA:quote 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:standardProduct