Definition Type: ComplexType
Name: FxRateObservable
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-fx-accruals-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into crossRate in schema fpml-fx-accruals-5-10_xsd1 Drilldown into informationSource in schema fpml-fx-accruals-5-10_xsd1 Drilldown into quotedCurrencyPair in schema fpml-fx-accruals-5-10_xsd1 Drilldown into id in schema fpml-fx-accruals-5-10_xsd1XSD Diagram of FxRateObservable in schema fpml-fx-accruals-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxRateObservable">
    <xsd:sequence>
        <xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair">
            <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="2" 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 nsD:quotedCurrencyPair (1) (1)
informationSource nsD:informationSource (1) (1)
crossRate nsD:crossRate 2 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:FxAveragingProcessnsD:observable,