Definition Type: ComplexType
Name: CommodityBasketUnderlyingBase
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into averagingMethod in schema fpml-com-5-10_xsd Drilldown into pricingDates in schema fpml-com-5-10_xsd Drilldown into commodity in schema fpml-com-5-10_xsd Drilldown into direction in schema fpml-com-5-10_xsd Drilldown into id in schema fpml-com-5-10_xsdXSD Diagram of CommodityBasketUnderlyingBase in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityBasketUnderlyingBase">
    <xsd:sequence>
        <xsd:element name="direction" type="PayerReceiverEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates the role of the option buyer with regard to this underlyer.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="commodity" type="Commodity">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the underlying component. At the time of the initial schema design, only underlyers of type Commodity are supported; the choice group in the future could offer the possibility of adding other types later.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="pricingDates" type="CommodityPricingDates" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The dates on which the option will price.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="averagingMethod" type="AveragingMethodEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The Method of Averaging if there is more than one Pricing Date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
direction nsA:direction (1) (1)
commodity nsA:commodity (1) (1)
pricingDates nsA:pricingDates 0 (1)
averagingMethod nsA:averagingMethod 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
Collapse Derivation Tree:
Collapse References:
nsA:CommodityBasketUnderlyingByNotional, nsA:CommodityBasketUnderlyingByPercentage