complexType "FxCashSettlementSimple"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
fixing (defined in FxCashSettlementSimple complexType),
rateSourceFixing (defined in FxCashSettlementSimple complexType),
referenceCurrency (defined in FxCashSettlementSimple complexType),
settlementCurrency (defined in FxCashSettlementSimple complexType)
All Direct / Indirect Based Elements (4):
cashSettlement (defined in FxPerformanceSwap complexType),
Known Usage Locations
Annotation
A type that is used for describing cash settlement of a variance or volatility swap option. It includes the settlement currency together with the spot currency exchange required to calculate the settlement currency amount.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="FxCashSettlementSimple">
<xsd:sequence>
<xsd:element minOccurs="0" name="settlementCurrency" type="Currency"/>
<xsd:element minOccurs="0" name="referenceCurrency" type="Currency"/>
<xsd:choice minOccurs="0">
<xsd:element maxOccurs="unbounded" name="fixing" type="FxFixing"/>
<xsd:element maxOccurs="unbounded" name="rateSourceFixing" type="FxRateSourceFixing"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
fixing
Type:
FxFixing, complex content
Quoted currency pair.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="fixing" type="FxFixing"/>

rateSourceFixing
Type:
FxRateSourceFixing, complex content
Settlement Rate Source and Fixing Date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="rateSourceFixing" type="FxRateSourceFixing"/>

referenceCurrency
Type:
Currency, simple content
Reference Currency.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="referenceCurrency" type="Currency"/>

settlementCurrency
Type:
Currency, simple content
The currency in which cash settlement occurs.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementCurrency" type="Currency"/>

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.