Definition Type: ComplexType
Name: CommodityPhysicalAmericanExercise
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:Exercise
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The parameters for defining the expiration date(s) and time(s) for an American style option.
Collapse XSD Schema Diagram:
Drilldown into expirationTime in schema fpml-com-5-10_xsd1 Drilldown into latestExerciseTime in schema fpml-com-5-10_xsd1 Drilldown into relativeExpirationDates in schema fpml-com-5-10_xsd1 Drilldown into relativeCommencementDates in schema fpml-com-5-10_xsd1 Drilldown into expirationDates in schema fpml-com-5-10_xsd1 Drilldown into commencementDates 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 CommodityPhysicalAmericanExercise in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityPhysicalAmericanExercise">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The parameters for defining the expiration date(s) and time(s) for an American style option.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Exercise">
            <xsd:sequence>
                <xsd:choice minOccurs="0">
                    <xsd:sequence>
                        <xsd:element name="commencementDates" type="AdjustableOrRelativeDates" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">The first day(s) of the exercise period(s) for an American-style option.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="expirationDates" type="AdjustableOrRelativeDates" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">The Expiration Date(s) of an American-style option.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:sequence>
                        <xsd:element name="relativeCommencementDates" type="CommodityRelativeExpirationDates" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">The first day(s) of the exercise period(s) for an American-style option where it is relative to the occurrence of an external event.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="relativeExpirationDates" type="CommodityRelativeExpirationDates" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">The Expiration Date(s) of an American-style option where it is relative to the occurrence of an external event.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:choice>
                <xsd:element name="latestExerciseTime" type="PrevailingTime" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">For a Bermuda or American style option, the latest time on an exercise business day (excluding the expiration date) within the exercise period that notice can be given by the buyer to the seller or seller's agent. Notice of exercise given after this time will be deemed to have been given on the next exercise business day.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="expirationTime" type="PrevailingTime" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The specific time of day at 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
commencementDates nsD:commencementDates 0 (1)
expirationDates nsD:expirationDates 0 (1)
relativeCommencementDates nsD:relativeCommencementDates 0 (1)
relativeExpirationDates nsD:relativeExpirationDates 0 (1)
latestExerciseTime nsD:latestExerciseTime 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:americanExercise