Definition Type: ComplexType
Name: InstrumentTradePricing
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-2.xsd
Abstract
Documentation:
A structure describing the price paid for the instrument.
Collapse XSD Schema Diagram:
Drilldown into quote in schema fpml-doc-5-2_xsdXSD Diagram of InstrumentTradePricing in schema fpml-doc-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InstrumentTradePricing">
    <xsd:annotation>
        <xsd:documentation>A structure describing the price paid for the instrument.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="quote" type="BasicQuotation" maxOccurs="unbounded" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
quote nsA:quote 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:pricing