Definition Type: ComplexType
Name: CommodityBasketByPercentage
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:CommodityBasketBase
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into notionalAmount in schema fpml-com-5-10_xsd3 Drilldown into underlying in schema fpml-com-5-10_xsd3 Drilldown into id in schema fpml-com-5-10_xsd3 Drilldown into CommodityBasketBase in schema fpml-com-5-10_xsd3XSD Diagram of CommodityBasketByPercentage in schema fpml-com-5-10_xsd3 (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" 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" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
underlying nsF:underlying (1) unbounded
notionalAmount nsF:notionalAmount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:notionalAmountBasket