Definition Type: ComplexType
Name: AveragingSchedule
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-option-shared-4-5.xsd
Abstract
Documentation:
Method of generating a series of dates.
Collapse XSD Schema Diagram:
Drilldown into dayOfWeek in schema fpml-option-shared-4-5_xsd Drilldown into weekNumber in schema fpml-option-shared-4-5_xsd Drilldown into frequencyType in schema fpml-option-shared-4-5_xsd Drilldown into frequency in schema fpml-option-shared-4-5_xsd Drilldown into endDate in schema fpml-shared-4-5_xsd Drilldown into startDate in schema fpml-shared-4-5_xsd Drilldown into Period.model in schema fpml-shared-4-5_xsdXSD Diagram of AveragingSchedule in schema fpml-option-shared-4-5_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:group ref="Period.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The averaging period defined by a start date and an end date.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <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)
<xs:group> fpml:Period.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:schedule, fpml:schedule