Definition Type: ComplexType
Name: TradeLegPriceChange
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Documentation:
A structure describing a change to the size of a single leg or stream of a trade.
Collapse XSD Schema Diagram:
Drilldown into newPrice in schema fpml-business-events-5-10_xsd2 Drilldown into priceChangeAmount in schema fpml-business-events-5-10_xsd2 Drilldown into instrumentId in schema fpml-business-events-5-10_xsd2 Drilldown into priceReference in schema fpml-business-events-5-10_xsd2XSD Diagram of TradeLegPriceChange in schema fpml-business-events-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeLegPriceChange">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure describing a change to the size of a single leg or stream of a trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element name="priceReference" type="Reference" />
            <xsd:element name="instrumentId" type="InstrumentId" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Identification of the underlying asset, using public and/or private identifiers.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="priceChangeAmount" type="xsd:decimal" minOccurs="0" />
        <xsd:element name="newPrice" type="xsd:decimal" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
priceReference nsD:priceReference (1) (1)
instrumentId nsD:instrumentId 0 unbounded
priceChangeAmount nsD:priceChangeAmount 0 (1)
newPrice nsD:newPrice 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:priceChange