complexType "QuotedCurrencyPair"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
at 10 locations
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
quoteBasis (defined in QuotedCurrencyPair complexType)
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (10):
quotedCurrencyPair (defined in FxBarrierFeature complexType),
quotedCurrencyPair (defined in FxFixing complexType),
quotedCurrencyPair (defined in FxPerformanceSwap complexType),
Known Usage Locations
Annotation
A type that describes the composition of a rate that has been quoted or is to be quoted. This includes the two currencies and the quotation relationship between the two currencies and is used as a building block throughout the FX specification.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="QuotedCurrencyPair">
<xsd:sequence>
<xsd:element name="currency1" type="Currency"/>
<xsd:element name="currency2" type="Currency"/>
<xsd:element name="quoteBasis" type="QuoteBasisEnum"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
currency1
Type:
Currency, simple content
The first currency specified when a pair of currencies is to be evaluated.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="currency1" type="Currency"/>

currency2
Type:
Currency, simple content
The second currency specified when a pair of currencies is to be evaluated.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="currency2" type="Currency"/>

quoteBasis
Type:
QuoteBasisEnum, simple content
The method by which the exchange rate is quoted.
Simple Content
enumeration of xsd:token
Enumeration:
"Currency1PerCurrency2"
 - 
The amount of currency1 for one unit of currency2
"Currency2PerCurrency1"
 - 
The amount of currency2 for one unit of currency1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="quoteBasis" type="QuoteBasisEnum"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.