Definition Type: Group
Name: CommodityOptionFeatures.model
Namespace: http://www.fpml.org/FpML-5/reporting
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_xsd2 Drilldown into averagingMethod in schema fpml-com-5-10_xsd2 Drilldown into pricingDates in schema fpml-com-5-10_xsd2 Drilldown into calculationPeriods in schema fpml-com-5-10_xsd2 Drilldown into calculationPeriodsSchedule in schema fpml-com-5-10_xsd2 Drilldown into CommodityAsian.model in schema fpml-com-5-10_xsd2 Drilldown into terminationDate in schema fpml-com-5-10_xsd2 Drilldown into effectiveDate in schema fpml-com-5-10_xsd2XSD Diagram of CommodityOptionFeatures.model in schema fpml-com-5-10_xsd2 (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" 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:sequence minOccurs="0">
            <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 nsE:effectiveDate 0 (1)
terminationDate nsE:terminationDate 0 (1)
calculationPeriodsSchedule nsE:calculationPeriodsSchedule (1) (1)
calculationPeriods nsE:calculationPeriods (1) (1)
pricingDates nsE:pricingDates 0 (1)
averagingMethod nsE:averagingMethod 0 (1)
barrier nsE:barrier 0 (1)
<xs:group> nsE:CommodityAsian.model 0 (1)