complexType "QuotedCurrencyPair"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
at 16 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 (17):
crossRate (in exchangeRate defined in FxCoreDetails.model group),
crossRate (in exchangeRate in underlyer defined in GenericProduct complexType),
forwardRate,
quotedCurrencyPair (defined in FxAccrualKnockoutBarrier.model group),
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 (in exchangeRate defined in FxCoreDetails.model group),
quotedCurrencyPair (in fx),
quotedCurrencyPair (in fxCurve),
quotedCurrencyPair (in fxForwardVolatilityAgreement),
quotedCurrencyPair (in fxTargetForward),
quotedCurrencyPair (in touch),
quotedCurrencyPair (in underlyer defined in GenericProduct 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
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="quoteBasis" type="QuoteBasisEnum"/>

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.