Definition Type: ComplexType
Name: CommodityBasketByPercentage
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE:CommodityBasketBase
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into notionalAmount in schema fpml-com-5-10_xsd2 Drilldown into underlying in schema fpml-com-5-10_xsd2 Drilldown into id in schema fpml-com-5-10_xsd2 Drilldown into CommodityBasketBase in schema fpml-com-5-10_xsd2XSD Diagram of CommodityBasketByPercentage in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityBasketByPercentage">
    <xsd:complexContent>
        <xsd:extension base="CommodityBasketBase">
            <xsd:sequence>
                <xsd:element name="underlying" type="CommodityBasketUnderlyingByPercentage" minOccurs="0" maxOccurs="unbounded">
                    <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="notionalAmount" type="NotionalAmount" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
underlying nsE:underlying 0 unbounded
notionalAmount nsE:notionalAmount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:notionalAmountBasket