complexType "EquityExerciseValuationSettlement"
Namespace:
Content:
complex, 7 elements
Defined:
globally in fpml-eqd-5-13.xsd; see XML source
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (7):
All Direct / Indirect Based Elements (3):
equityExercise (defined in EquityDerivativeBase complexType),
Known Usage Locations
Annotation
A type for defining exercise procedures for equity options.
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType name="EquityExerciseValuationSettlement">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="equityEuropeanExercise" type="EquityEuropeanExercise"/>
<xsd:element name="equityAmericanExercise" type="EquityAmericanExercise"/>
<xsd:element name="equityBermudaExercise" type="EquityBermudaExercise"/>
</xsd:choice>
<xsd:element minOccurs="0" name="equityValuation" type="EquityValuation"/>
<xsd:element minOccurs="0" name="settlementDate" type="AdjustableOrRelativeDate"/>
<xsd:element minOccurs="0" name="settlementCurrency" type="Currency"/>
<xsd:element minOccurs="0" name="settlementType" type="SettlementTypeEnum"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 7/7)
equityAmericanExercise
Type:
EquityAmericanExercise, complex content
The parameters for defining the exercise period for an American style equity option together with the rules governing the quantity of the underlying that can be exercised on any given exercise date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="equityAmericanExercise" type="EquityAmericanExercise"/>

equityBermudaExercise
Type:
EquityBermudaExercise, complex content
The parameters for defining the exercise period for an Bermuda style equity option together with the rules governing the quantity of the underlying that can be exercised on any given exercise date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="equityBermudaExercise" type="EquityBermudaExercise"/>

equityEuropeanExercise
Type:
EquityEuropeanExercise, complex content
The parameters for defining the expiration date and time for a European style equity option.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="equityEuropeanExercise" type="EquityEuropeanExercise"/>

equityValuation
Type:
EquityValuation, complex content
The parameters for defining when valuation of the underlying takes place.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="equityValuation" type="EquityValuation"/>

settlementCurrency
Type:
Currency, simple content
The currency in which a cash settlement for non-deliverable forward and non-deliverable options.
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"/>

settlementDate
Type:
AdjustableOrRelativeDate, complex content
The date when the option is to be settled relative to the valuation date. If the settlement date is not specified explicitly then settlement will take place on the valuation date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementDate" type="AdjustableOrRelativeDate"/>

settlementType
Type:
SettlementTypeEnum, simple content
How the option will be settled.
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 (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementType" type="SettlementTypeEnum"/>

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.