Definition Type: ComplexType
Name: FxAverageRateObservationSchedule
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-fx-4-4.xsd
Abstract
Documentation:
A type that describes average rate options rate observations. This is used to describe a parametric frequency of rate observations against a particular rate. Typical frequencies might include daily, every Friday, etc.
Collapse XSD Schema Diagram:
Drilldown into calculationPeriodFrequency in schema fpml-fx-4-4_xsd Drilldown into observationEndDate in schema fpml-fx-4-4_xsd Drilldown into observationStartDate in schema fpml-fx-4-4_xsdXSD Diagram of FxAverageRateObservationSchedule in schema fpml-fx-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxAverageRateObservationSchedule">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that describes average rate options rate observations. This is used to describe a parametric frequency of rate observations against a particular rate. Typical frequencies might include daily, every Friday, etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="observationStartDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The start of the period over which observations are made to determine whether a trigger has occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="observationEndDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The end of the period over which observations are made to determine whether a trigger event has occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="calculationPeriodFrequency" type="CalculationPeriodFrequency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The frequency at which calculation period end dates occur with the regular part of the calculation period schedule and their roll date convention.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
observationStartDate fpml:observationStartDate (1) (1)
observationEndDate fpml:observationEndDate (1) (1)
calculationPeriodFrequency fpml:calculationPeriodFrequency (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:averageRateObservationSchedule