Definition Type: ComplexType
Name: StandardProduct
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:Product
Containing Schema: fpml-standard-5-10.xsd
Abstract
Documentation:
Simple product representation providing key information about a variety of different products. Standard products - for use in Transparency reporting to define a product that represents a standardized OTC derivative transaction whose economics do not need to be fully described using an FpML schema because they are implied by the product ID. In other views, standard products are present for convenience to support internal messaging and workflows that are cross-product. Standard products are not full trade representations as such they are not intended to be used for confirming trades.
Collapse XSD Schema Diagram:
Drilldown into quote in schema fpml-standard-5-10_xsd3 Drilldown into notional in schema fpml-standard-5-10_xsd3 Drilldown into embeddedOptionType in schema fpml-shared-5-10_xsd5 Drilldown into productId in schema fpml-shared-5-10_xsd5 Drilldown into productType in schema fpml-shared-5-10_xsd5 Drilldown into secondaryAssetClass in schema fpml-shared-5-10_xsd5 Drilldown into primaryAssetClass in schema fpml-shared-5-10_xsd5 Drilldown into Product.model in schema fpml-shared-5-10_xsd5 Drilldown into id in schema fpml-shared-5-10_xsd5 Drilldown into Product in schema fpml-shared-5-10_xsd5XSD Diagram of StandardProduct in schema fpml-standard-5-10_xsd3 (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. Standard products - for use in Transparency reporting to define a product that represents a standardized OTC derivative transaction whose economics do not need to be fully described using an FpML schema because they are implied by the product ID. In other views, standard products are present for convenience to support internal messaging and workflows that are cross-product. Standard products are not full trade representations as such they are not intended to be used for confirming trades.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Product">
            <xsd:sequence>
                <xsd:element name="notional" type="CashflowNotional">
                    <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" 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
primaryAssetClass nsF:primaryAssetClass 0 (1)
secondaryAssetClass nsF:secondaryAssetClass 0 unbounded
productType nsF:productType 0 unbounded
productId nsF:productId 0 unbounded
embeddedOptionType nsF:embeddedOptionType 0 2
notional nsF:notional (1) (1)
quote nsF:quote (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:standardProduct