Definition Type: ComplexType
Name: FxRateObservable
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-accruals-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into crossRate in schema fpml-fx-accruals-5-10_xsd2 Drilldown into informationSource in schema fpml-fx-accruals-5-10_xsd2 Drilldown into quotedCurrencyPair in schema fpml-fx-accruals-5-10_xsd2 Drilldown into id in schema fpml-fx-accruals-5-10_xsd2XSD Diagram of FxRateObservable in schema fpml-fx-accruals-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxRateObservable">
    <xsd:sequence>
        <xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">FX rate to be observed. The Quoted Currency Pair that is used across the product.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice>
            <xsd:element name="informationSource" type="FxInformationSource">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Information source for fixing the exchange rate. It is the same for all fixing periods.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="crossRate" type="FxCrossRateObservable" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Contains the currency exchange rates information used to cross between the traded currencies for non-base currency FX contracts.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
quotedCurrencyPair nsE:quotedCurrencyPair 0 (1)
informationSource nsE:informationSource (1) (1)
crossRate nsE:crossRate 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:FxAveragingProcessnsE:observable,