Definition Type: Group
Name: FxRateObservation.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-fx-5-10.xsd
Documentation:
The elements common to FX rate observation.
Collapse XSD Schema Diagram:
Drilldown into rateObservationQuoteBasis in schema fpml-fx-5-10_xsd Drilldown into rateObservation in schema fpml-fx-5-10_xsdXSD Diagram of FxRateObservation.model in schema fpml-fx-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FxRateObservation.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The elements common to FX rate observation.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="rateObservation" type="FxAverageRateObservation" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">One or more specific rate observation dates.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="rateObservationQuoteBasis" type="StrikeQuoteBasisEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The method by which observed rate values are quoted, in terms of the option put/call currencies. In the absence of this element, rate observations are assumed to be quoted as per the option strikeQuoteBasis.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rateObservation nsA:rateObservation (1) unbounded
rateObservationQuoteBasis nsA:rateObservationQuoteBasis 0 (1)