Definition Type: ComplexType
Name: AveragingPeriod
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-option-shared-5-10.xsd
Abstract
Documentation:
Period over which an average value is taken.
Collapse XSD Schema Diagram:
Drilldown into marketDisruption in schema fpml-option-shared-5-10_xsd Drilldown into averagingObservations in schema fpml-option-shared-5-10_xsd Drilldown into averagingDateTimes in schema fpml-option-shared-5-10_xsd Drilldown into schedule in schema fpml-option-shared-5-10_xsdXSD Diagram of AveragingPeriod in schema fpml-option-shared-5-10_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 schedule for generating averaging observation dates.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A choice between unweighted and weighted averaging date and times.</xsd:documentation>
            </xsd:annotation>
            <xsd:element name="averagingDateTimes" type="DateTimeList">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">An unweighted list of averaging observation date and times.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="averagingObservations" type="AveragingObservationList">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A weighted list of averaging observation date and times.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="marketDisruption" type="MarketDisruption" minOccurs="0">
            <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 nsA:schedule 0 unbounded
averagingDateTimes nsA:averagingDateTimes (1) (1)
averagingObservations nsA:averagingObservations (1) (1)
marketDisruption nsA:marketDisruption 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:averagingDates, nsA:averagingPeriodIn, nsA:averagingPeriodOut