<xsd:complexType name="FxCrossRateObservable">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that is used for including the currency exchange rates information used to cross between the traded currencies for non-base currency FX contracts.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair" minOccurs="0" />
<xsd:element name="informationSource" type="FxInformationSource" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|