Definition Type: ComplexType
Name: CommodityExercisePeriods
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into expirationDate in schema fpml-com-5-10_xsd2 Drilldown into commencementDate in schema fpml-com-5-10_xsd2XSD Diagram of CommodityExercisePeriods in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityExercisePeriods">
    <xsd:sequence>
        <xsd:element name="commencementDate" type="AdjustableOrRelativeDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The first day of the exercise period for an American style option.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="expirationDate" type="AdjustableOrRelativeDate" minOccurs="0">
            <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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
commencementDate nsE:commencementDate 0 (1)
expirationDate nsE:expirationDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:exercisePeriod