Definition Type: ComplexType
Name: CommodityPhysicalAmericanExercise
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF: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 expirationDates in schema fpml-com-5-10_xsd3 Drilldown into commencementDates in schema fpml-com-5-10_xsd3 Drilldown into id in schema fpml-shared-5-10_xsd5 Drilldown into Exercise in schema fpml-shared-5-10_xsd5XSD Diagram of CommodityPhysicalAmericanExercise in schema fpml-com-5-10_xsd3 (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:sequence>
                    <xsd:element name="commencementDates" type="AdjustableOrRelativeDates">
                        <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">
                        <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:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
commencementDates nsF:commencementDates (1) (1)
expirationDates nsF:expirationDates (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:americanExercise