Definition Type: ComplexType
Name: CommodityEuropeanExercise
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:Exercise
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
A type for defining exercise procedures associated with a European style exercise of a commodity option.
Collapse XSD Schema Diagram:
Drilldown into expirationTime in schema fpml-com-5-10_xsd1 Drilldown into exerciseFrequency in schema fpml-com-5-10_xsd1 Drilldown into expirationDate in schema fpml-com-5-10_xsd1 Drilldown into id in schema fpml-shared-5-10_xsd3 Drilldown into Exercise in schema fpml-shared-5-10_xsd3XSD Diagram of CommodityEuropeanExercise in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityEuropeanExercise">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining exercise procedures associated with a European style exercise of a commodity option.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Exercise">
            <xsd:sequence>
                <xsd:sequence minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Option Strip</xsd:documentation>
                    </xsd:annotation>
                    <xsd:element name="expirationDate" type="AdjustableOrRelativeDate" minOccurs="0" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">The last day within an exercise period for an American style option. For a European style option it is the only day within the exercise period. For an averaging option this is equivalent to the Termination Date.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="exerciseFrequency" type="Frequency" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">The exercise frequency for the strip.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
                <xsd:element name="expirationTime" type="BusinessCenterTime" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The specific time of day on which the option expires.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
expirationDate nsD:expirationDate 0 unbounded
exerciseFrequency nsD:exerciseFrequency 0 (1)
expirationTime nsD:expirationTime 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:europeanExercise, nsD:europeanExercise, nsD:europeanExercise