Definition Type: ComplexType
Name: AveragingSchedule
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
Documentation:
Method of generating a series of dates.
Collapse XSD Schema Diagram:
Drilldown into dayOfWeek in schema fpml-option-shared-4-4_xsd Drilldown into weekNumber in schema fpml-option-shared-4-4_xsd Drilldown into frequencyType in schema fpml-option-shared-4-4_xsd Drilldown into frequency in schema fpml-option-shared-4-4_xsd Drilldown into endDate in schema fpml-option-shared-4-4_xsd Drilldown into startDate in schema fpml-option-shared-4-4_xsdXSD Diagram of AveragingSchedule in schema fpml-option-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AveragingSchedule">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Method of generating a series of dates.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="startDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The averaging period start date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="endDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The averaging period end date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="frequency" type="xsd:positiveInteger">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The schedule frequency.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="frequencyType" type="FrequencyType">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The schedule frequency type.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="weekNumber" type="xsd:positiveInteger" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The schedule week number.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dayOfWeek" type="WeeklyRollConventionEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Day of the Week.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate fpml:startDate (1) (1)
endDate fpml:endDate (1) (1)
frequency fpml:frequency (1) (1)
frequencyType fpml:frequencyType (1) (1)
weekNumber fpml:weekNumber 0 (1)
dayOfWeek fpml:dayOfWeek 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:schedule, fpml:schedule