complexType "FxRate"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
quotedCurrencyPair (defined in FxRate complexType),
rate (defined in FxRate complexType)
All Direct / Indirect Based Elements (5):
fxRate (defined in Settlement.model group),
Known Usage Locations
Annotation
A type describing the rate of a currency conversion: pair of currency, quotation mode and exchange rate.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FxRate">
<xsd:sequence>
<xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair"/>
<xsd:element name="rate" type="xsd:decimal"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
quotedCurrencyPair
Type:
QuotedCurrencyPair, complex content
Defines the two currencies for an FX trade and the quotation relationship between the two currencies.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair"/>

rate
Type:
xsd:decimal, predefined, simple content
The rate of exchange between the two currencies of the leg of a deal. Must be specified with a quote basis.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="rate" type="xsd:decimal"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.