Definition Type: Group
Name: CommodityOptionFeatures.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Documentation:
Describes additional features within the option.
Collapse XSD Schema Diagram:
Drilldown into barrier in schema fpml-com-5-10_xsd3 Drilldown into averagingMethod in schema fpml-com-5-10_xsd3 Drilldown into pricingDates in schema fpml-com-5-10_xsd3 Drilldown into calculationPeriodsSchedule in schema fpml-com-5-10_xsd3 Drilldown into CommodityAsian.model 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 CommodityOptionFeatures.model in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityOptionFeatures.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Describes additional features within the option.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="effectiveDate" type="AdjustableOrRelativeDate">
            <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:sequence>
            <xsd:group ref="CommodityAsian.model" minOccurs="0">
            </xsd:group>
            <xsd:element name="barrier" type="CommodityBarrier" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Defines a commodity option barrier product feature.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
effectiveDate nsF:effectiveDate (1) (1)
terminationDate nsF:terminationDate 0 (1)
calculationPeriodsSchedule nsF:calculationPeriodsSchedule 0 (1)
pricingDates nsF:pricingDates 0 (1)
averagingMethod nsF:averagingMethod 0 (1)
barrier nsF:barrier 0 (1)
<xs:group> nsF:CommodityAsian.model 0 (1)