Definition Type: ComplexType
Name: EquityAveragingPeriod
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqd-4-0.xsd
Abstract
Documentation:
Period over which an average value is taken Typ zur Definition der Ausübungsprozesse bei einer amerikanischen Aktienoption. Diese Einheit leitet sich ab vom Typ "SharedAmericanExercise".
Collapse XSD Schema Diagram:
Drilldown into marketDisruption in schema fpml-eqd-4-0_xsd Drilldown into averagingDateTimes in schema fpml-eqd-4-0_xsd Drilldown into schedule in schema fpml-eqd-4-0_xsdXSD Diagram of EquityAveragingPeriod in schema fpml-eqd-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="EquityAveragingPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Period over which an average value is taken</xsd:documentation>
        <xsd:documentation xml:lang="de">Typ zur Definition der Ausübungsprozesse bei einer amerikanischen Aktienoption. Diese Einheit leitet sich ab vom Typ "SharedAmericanExercise".</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="schedule" type="EquitySchedule" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A Equity Derivative schedule.</xsd:documentation>
                <xsd:documentation xml:lang="de">Zeitplan für Aktienderivate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="averagingDateTimes" type="DateTimeList" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Averaging DateTimes</xsd:documentation>
                <xsd:documentation xml:lang="de">Für die Durchschnittsbildung herangezogene Daten und Zeiten.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="marketDisruption">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The market disruption event as defined by ISDA 2002 Definitions</xsd:documentation>
                <xsd:documentation xml:lang="de">Marktunterbrechung im Sinne der ISDA-Definitionen von 2002.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:normalizedString">
                        <xsd:attribute name="marketDisruptionScheme" type="xsd:anyURI" default="http://www.fpml.org/spec/2003/marketDisruption-1-0" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
schedule nsA:schedule 0 unbounded
averagingDateTimes nsA:averagingDateTimes 0 (1)
marketDisruption nsA:marketDisruption (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:averagingPeriodIn, nsA:averagingPeriodOut