Definition Type: ComplexType
Name: CommodityPhysicalAmericanExercise
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsB:Exercise
Containing Schema: fpml-com-5-0.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-0_xsd1 Drilldown into latestExerciseTime in schema fpml-com-5-0_xsd1 Drilldown into relativeExpirationDates in schema fpml-com-5-0_xsd1 Drilldown into relativeCommencementDates in schema fpml-com-5-0_xsd1 Drilldown into expirationDates in schema fpml-com-5-0_xsd1 Drilldown into commencementDates in schema fpml-com-5-0_xsd1 Drilldown into id in schema fpml-shared-5-0_xsd1 Drilldown into Exercise in schema fpml-shared-5-0_xsd1XSD Diagram of CommodityPhysicalAmericanExercise in schema fpml-com-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityPhysicalAmericanExercise">
    <xsd:annotation>
        <xsd:documentation>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>
                    <xsd:sequence>
                        <xsd:element name="commencementDates" type="AdjustableOrRelativeDates" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>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>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>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>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 nsB:commencementDates 0 (1)
expirationDates nsB:expirationDates 0 (1)
relativeCommencementDates nsB:relativeCommencementDates 0 (1)
relativeExpirationDates nsB:relativeExpirationDates 0 (1)
latestExerciseTime nsB:latestExerciseTime 0 (1)
expirationTime nsB:expirationTime 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:americanExercise