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),
cashSettlement (defined in FxVanillaPayoffRegion complexType),
cashSettlement (in fxAccrualForward),
cashSettlement (in straddle)
Known Usage Locations
Annotation
A type that is used for describing cash settlement of a variance or volatility swap n option. It includes the currency to settle into together with the fixings required to calculate the currency amount.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="FxCashSettlementSimple">
<xsd:sequence>
<xsd:element 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
Specifies the source for and timing of a fixing of an exchange rate. This is used in the agreement of non-deliverable forward trades as well as various types of FX OTC options that require observations against a particular rate. This element is optional, permitting it to be omitted where fixing details are unavailable at the point of message creation. It has multiple occurrence to support the case where fixing details must be specified for more than one currency pair e.g. on an option settled into a third currency (that is not one of the option currencies).
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="fixing" type="FxFixing"/>

rateSourceFixing
Type:
FxRateSourceFixing, complex content
Specifies the source for and timing of a fixing of an exchange rate. This is used in the agreement of non-deliverable forward trades as well as various types of FX OTC options that require observations against a particular rate. This element is optional, permitting it to be omitted where fixing details are unavailable at the point of message creation. It has multiple occurrence to support the case where fixing details must be specified for more than one currency pair e.g. on an option settled into a third currency (that is not one of the option currencies).
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="rateSourceFixing" type="FxRateSourceFixing"/>

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

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

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.