Definition Type: ComplexType
Name: AveragingPeriod
Namespace: http://www.fpml.org/2005/FpML-4-2
Containing Schema: fpml-eq-shared-4-2.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-eq-shared-4-2_xsd Drilldown into averagingDateTimes in schema fpml-eq-shared-4-2_xsd Drilldown into schedule in schema fpml-eq-shared-4-2_xsdXSD Diagram of AveragingPeriod in schema fpml-eq-shared-4-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AveragingPeriod">
    <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" type="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:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
schedule fpml:schedule 0 unbounded
averagingDateTimes fpml:averagingDateTimes 0 (1)
marketDisruption fpml:marketDisruption (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:averagingPeriodIn, fpml:averagingPeriodOut