Definition Type: ComplexType
Name: BestFitTrade
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-msg-4-0.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-msg-4-0_xsd Drilldown into tradeIdentifier in schema fpml-msg-4-0_xsdXSD Diagram of BestFitTrade in schema fpml-msg-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="BestFitTrade">
    <xsd:annotation>
        <xsd:documentation>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>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>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 nsA:tradeIdentifier (1) (1)
differences nsA:differences 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:bestFitTrade