Definition Type: Group
Name: FeeTrade.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-business-events-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into feeTrade in schema fpml-business-events-5-10_xsd2 Drilldown into feeTradeIdentifier in schema fpml-business-events-5-10_xsd2XSD Diagram of FeeTrade.model in schema fpml-business-events-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FeeTrade.model">
    <xsd:choice>
        <xsd:element name="feeTradeIdentifier" type="PartyTradeIdentifier">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates a reference to the implied trade (the "fee trade") that the associated novation fee based on. This is equivalent to the new trade that is created by the novation (between the transferee and the remaining party), but is between the transferor and the transferee.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="feeTrade" type="Trade">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates the original trade between the transferor and the remaining party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
feeTradeIdentifier nsD:feeTradeIdentifier (1) (1)
feeTrade nsD:feeTrade (1) (1)