<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="averagingPeriodFrequency" type="CalculationPeriodFrequency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The frequency at which averaging period occurs with the regular part of the valuation schedule and their roll date convention.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|