Definition Type: ComplexType
Name: CommodityExercisePeriods
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into expirationDate in schema fpml-com-5-10_xsd3 Drilldown into commencementDate in schema fpml-com-5-10_xsd3XSD Diagram of CommodityExercisePeriods in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityExercisePeriods">
    <xsd:sequence>
        <xsd:element name="commencementDate" type="AdjustableOrRelativeDate">
            <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">
            <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 nsF:commencementDate (1) (1)
expirationDate nsF:expirationDate (1) (1)
Collapse Derivation Tree:
Collapse References:
nsF:exercisePeriod