complexType "QuotedCurrencyPair"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
at 21 locations
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
currency1 (defined in QuotedCurrencyPair complexType),
currency2 (defined in QuotedCurrencyPair complexType),
quoteBasis (defined in QuotedCurrencyPair complexType)
Known Direct Subtypes (2):
CrossRate, FxFlexibleForwardRate
All Direct / Indirect Based Elements (22):
crossRate (in exchangeRate defined in FxCoreDetails.model group),
crossRate (in exchangeRate in underlyer in genericProduct),
forwardRate,
quotedCurrencyPair (defined in ExchangeTradedContractUnderlyer complexType),
quotedCurrencyPair (defined in FxAccrualBarrier complexType),
quotedCurrencyPair (defined in FxBarrierFeature complexType),
quotedCurrencyPair (defined in FxFixing complexType),
quotedCurrencyPair (defined in FxPerformanceSwap complexType),
quotedCurrencyPair (defined in FxRate complexType),
quotedCurrencyPair (defined in FxRateObservable complexType),
quotedCurrencyPair (defined in FxTriggerBase complexType),
quotedCurrencyPair (defined in NoTouchUpperBarrierObservation complexType),
quotedCurrencyPair (defined in TriggerRateObservation complexType),
quotedCurrencyPair (in crossRate defined in FxRateObservable complexType),
quotedCurrencyPair (in exchangeRate defined in FxCoreDetails.model group),
quotedCurrencyPair (in fx),
quotedCurrencyPair (in fxCurve),
quotedCurrencyPair (in fxForwardVolatilityAgreement),
quotedCurrencyPair (in fxTargetKnockoutForward),
quotedCurrencyPair (in lowerBarrier in noTouch),
quotedCurrencyPair (in touch in fxDigitalOption),
quotedCurrencyPair (in underlyer in genericProduct)
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 minOccurs="0" name="currency1" type="Currency"/>
<xsd:element minOccurs="0" name="currency2" type="Currency"/>
<xsd:element minOccurs="0" 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 minOccurs="0" 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 minOccurs="0" 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 minOccurs="0" name="quoteBasis" type="QuoteBasisEnum"/>

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