Definition Type: ComplexType
Name: OrderProductSummary
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-pretrade-processes-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into upfrontPayment in schema fpml-pretrade-processes-5-10_xsd Drilldown into settlementType in schema fpml-pretrade-processes-5-10_xsd Drilldown into exerciseStyle in schema fpml-pretrade-processes-5-10_xsd Drilldown into quantityUnit in schema fpml-pretrade-processes-5-10_xsd Drilldown into quantityCurrency in schema fpml-pretrade-processes-5-10_xsd Drilldown into strike in schema fpml-pretrade-processes-5-10_xsd Drilldown into optionType in schema fpml-pretrade-processes-5-10_xsd Drilldown into underlyingInstrumentId in schema fpml-pretrade-processes-5-10_xsd Drilldown into leg2Currency in schema fpml-pretrade-processes-5-10_xsd Drilldown into terminationDate in schema fpml-pretrade-processes-5-10_xsd Drilldown into expirationDate in schema fpml-pretrade-processes-5-10_xsd Drilldown into productId in schema fpml-pretrade-processes-5-10_xsdXSD Diagram of OrderProductSummary in schema fpml-pretrade-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OrderProductSummary">
    <xsd:sequence>
        <xsd:element name="productId" type="ProductId" minOccurs="0" />
        <xsd:element name="expirationDate" type="xsd:dateTime" minOccurs="0" />
        <xsd:element name="terminationDate" type="xsd:dateTime" minOccurs="0" />
        <xsd:element name="leg2Currency" type="Currency" minOccurs="0" />
        <xsd:element name="underlyingInstrumentId" type="InstrumentId" minOccurs="0" />
        <xsd:element name="optionType" type="OptionTypeEnum" minOccurs="0" />
        <xsd:element name="strike" type="OrderStrike" minOccurs="0" />
        <xsd:element name="quantityCurrency" type="Currency" minOccurs="0" />
        <xsd:element name="quantityUnit" type="QuantityUnit" minOccurs="0" />
        <xsd:element name="exerciseStyle" type="ExerciseStyleEnum" minOccurs="0" />
        <xsd:element name="settlementType" type="SettlementTypeEnum" minOccurs="0" />
        <xsd:element name="upfrontPayment" type="OrderUpfrontPayment" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productId nsC:productId 0 (1)
expirationDate nsC:expirationDate 0 (1)
terminationDate nsC:terminationDate 0 (1)
leg2Currency nsC:leg2Currency 0 (1)
underlyingInstrumentId nsC:underlyingInstrumentId 0 (1)
optionType nsC:optionType 0 (1)
strike nsC:strike 0 (1)
quantityCurrency nsC:quantityCurrency 0 (1)
quantityUnit nsC:quantityUnit 0 (1)
exerciseStyle nsC:exerciseStyle 0 (1)
settlementType nsC:settlementType 0 (1)
upfrontPayment nsC:upfrontPayment 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:productSummary