complexType "NoTouchRateObservation"
Namespace:
Content:
complex, 12 elements
Defined:
Includes:
definitions of 12 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (12):
All Direct / Indirect Based Elements (1):
noTouch
Known Usage Locations
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="NoTouchRateObservation">
<xsd:sequence>
<xsd:element minOccurs="0" name="observationStartDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="observationEndDate" type="xsd:date"/>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="lowerBarrier" type="NoTouchLowerBarrierObservation"/>
<xsd:element minOccurs="0" name="upperBarrier" type="NoTouchUpperBarrierObservation"/>
</xsd:sequence>
<xsd:element name="upperBarrier" type="NoTouchUpperBarrierObservation"/>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element minOccurs="0" name="exerciseSide" type="ExerciseSideEnum"/>
<xsd:choice minOccurs="0">
<xsd:element name="settlementType" type="SettlementTypeEnum"/>
<xsd:element name="cashSettlement" type="SimplePayment"/>
<xsd:element name="physicalSettlement" type="PhysicalSettlement"/>
</xsd:choice>
<xsd:element minOccurs="0" name="payment" type="NonNegativePayment"/>
<xsd:element minOccurs="0" name="clearingInstructions" type="ClearingInstructions"/>
</xsd:sequence>
<xsd:element name="isExercisable" type="xsd:boolean"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 12/12)
cashSettlement
Type:
SimplePayment, complex content
XML Source (see within schema source)
<xsd:element name="cashSettlement" type="SimplePayment"/>

clearingInstructions
Type:
ClearingInstructions, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="clearingInstructions" type="ClearingInstructions"/>

exerciseSide
Type:
ExerciseSideEnum, simple content
Simple Content
("Put" | "Call") | ("Payer" | "Receiver")
XML Source (see within schema source)
<xsd:element minOccurs="0" name="exerciseSide" type="ExerciseSideEnum"/>

isExercisable
Type:
xsd:boolean, predefined, simple content
If the touch or no touch event hasn't generated an exercise, then we specify whether the option is exercisable or not.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="isExercisable" type="xsd:boolean"/>

lowerBarrier
Type:
XML Source (see within schema source)
<xsd:element name="lowerBarrier" type="NoTouchLowerBarrierObservation"/>

observationEndDate
Type:
xsd:date, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="observationEndDate" type="xsd:date"/>

observationStartDate
Type:
xsd:date, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="observationStartDate" type="xsd:date"/>

payment
Type:
NonNegativePayment, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="payment" type="NonNegativePayment"/>

physicalSettlement
Type:
PhysicalSettlement, complex content
XML Source (see within schema source)
<xsd:element name="physicalSettlement" type="PhysicalSettlement"/>

settlementType
Type:
SettlementTypeEnum, simple content
Simple Content
enumeration of xsd:token
Enumeration:
"Cash"
 - 
The intrinsic value of the option will be delivered by way of a cash settlement amount determined, (i) by reference to the differential between the strike price and the settlement price; or (ii) in accordance with a bilateral agreement between the parties
"Physical"
 - 
The securities underlying the transaction will be delivered by (i) in the case of a call, the seller to the buyer, or (ii) in the case of a put, the buyer to the seller versus a settlement amount equivalent to the strike price per share
"Election"
 - 
Allow Election of either Cash or Physical settlement
"CashOrPhysical"
 - 
Allow use of either Cash or Physical settlement without prior Election
XML Source (see within schema source)
<xsd:element name="settlementType" type="SettlementTypeEnum"/>

upperBarrier
Type:
XML Source (see within schema source)
<xsd:element minOccurs="0" name="upperBarrier" type="NoTouchUpperBarrierObservation"/>

upperBarrier
Type:
XML Source (see within schema source)
<xsd:element name="upperBarrier" type="NoTouchUpperBarrierObservation"/>

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.