Definition Type: Group
Name: CommodityBasketOptionFeatures.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Documentation:
Describes the features a commodity basket option.
Collapse XSD Schema Diagram:
Drilldown into calculationPeriods in schema fpml-com-5-10_xsd3 Drilldown into calculationPeriodsSchedule in schema fpml-com-5-10_xsd3 Drilldown into terminationDate in schema fpml-com-5-10_xsd3 Drilldown into effectiveDate in schema fpml-com-5-10_xsd3XSD Diagram of CommodityBasketOptionFeatures.model in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityBasketOptionFeatures.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Describes the features a commodity basket option.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="effectiveDate" type="AdjustableOrRelativeDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The effective date of the Commodity Option Transaction. Note that the Termination/Expiration Date should be specified in expirationDate within the CommodityAmericanExercise type or the CommodityEuropeanExercise type, as applicable.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="terminationDate" type="AdjustableOrRelativeDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the termination date of the Commodity Option Transaction. In some confirmations this will be indicated as the second date in "Option Term" or "Term". Note: If provided, terminationDate should not be before specified expirationDate within the CommodityAmericanExercise type or the CommodityEuropeanExercise type.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:element name="calculationPeriodsSchedule" type="CommodityCalculationPeriodsSchedule">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A parametric representation of the Calculation Periods of the Commodity Option Transaction.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="calculationPeriods" type="AdjustableDates">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">An absolute representation of the Calculation Period start dates of the Commodity Option Transaction.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
effectiveDate nsF:effectiveDate 0 (1)
terminationDate nsF:terminationDate 0 (1)
calculationPeriodsSchedule nsF:calculationPeriodsSchedule (1) (1)
calculationPeriods nsF:calculationPeriods (1) (1)