Definition Type: ComplexType
Name: FxRateObservable
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-fx-accruals-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into crossRate in schema fpml-fx-accruals-5-10_xsd3 Drilldown into quotedCurrencyPair in schema fpml-fx-accruals-5-10_xsd3 Drilldown into id in schema fpml-fx-accruals-5-10_xsd3XSD Diagram of FxRateObservable in schema fpml-fx-accruals-5-10_xsd3 (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: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:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
quotedCurrencyPair nsF:quotedCurrencyPair (1) (1)
crossRate nsF:crossRate 2 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:observable