Definition Type: ComplexType
Name: AveragingPeriod
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
Documentation:
Period over which an average value is taken
Collapse XSD Schema Diagram:
Drilldown into marketDisruption in schema fpml-option-shared-4-4_xsd Drilldown into averagingDateTimes in schema fpml-option-shared-4-4_xsd Drilldown into schedule in schema fpml-option-shared-4-4_xsdXSD Diagram of AveragingPeriod in schema fpml-option-shared-4-4_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:annotation>
    <xsd:sequence>
        <xsd:element name="schedule" type="AveragingSchedule" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A Equity Derivative schedule.</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: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: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