complexType "FxCashSettlement"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
notionalAmount (defined in FxCashSettlement complexType),
referenceCurrency (defined in FxCashSettlement complexType),
settlementCurrency (defined in FxCashSettlement complexType),
settlementDate (defined in FxCashSettlement complexType)
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A type that is used for describing cash settlement of an option / non deliverable forward. 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="FxCashSettlement">
<xsd:sequence>
<xsd:element name="settlementCurrency" type="Currency"/>
<xsd:element minOccurs="0" name="referenceCurrency" type="Currency"/>
<xsd:element minOccurs="0" name="notionalAmount" type="PositiveMoney"/>
<xsd:element minOccurs="0" name="settlementDate" type="AdjustableDate"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
notionalAmount
Type:
PositiveMoney, complex content
The amount of money that the settlement will be derived from.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="notionalAmount" type="PositiveMoney"/>

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"/>

settlementDate
Type:
AdjustableDate, complex content
The date on which settlement is scheduled to occur
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementDate" type="AdjustableDate"/>

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.