Definition Type: ComplexType
Name: BestFitTrade
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A type used to record the differences between the current trade and another indicated trade.
Collapse XSD Schema Diagram:
Drilldown into differences in schema fpml-doc-4-4_xsd Drilldown into tradeIdentifier in schema fpml-doc-4-4_xsdXSD Diagram of BestFitTrade in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="BestFitTrade">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type used to record the differences between the current trade and another indicated trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="tradeIdentifier" type="TradeIdentifier">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The identifier for the trade compared against.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="differences" type="TradeDifference" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An optional set of detailed difference records.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tradeIdentifier fpml:tradeIdentifier (1) (1)
differences fpml:differences 0 unbounded
Collapse Derivation Tree:
Collapse References:
fpml:bestFitTrade