complexType "EquityExerciseValuationSettlement"
Namespace:
Content:
complex, 7 elements
Defined:
globally in fpml-eqd-5-5.xsd; see XML source
Includes:
definitions of 7 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
(equityEuropeanExercise | equityAmericanExercise | equityBermudaExercise), equityValuation?, settlementDate?, settlementCurrency?, settlementType?
</...>
Content Model Elements (7):
equityAmericanExercise,
equityBermudaExercise,
equityEuropeanExercise,
equityValuation,
settlementCurrency (defined in EquityExerciseValuationSettlement complexType),
settlementDate (defined in EquityExerciseValuationSettlement complexType),
settlementType (defined in EquityExerciseValuationSettlement complexType)
All Direct / Indirect Based Elements (3):
equityExercise (defined in EquityDerivativeBase complexType),
equityExercise (in dividendSwapOptionTransactionSupplement),
equityExercise (in varianceOptionTransactionSupplement)
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>
<xsd:element name="equityEuropeanExercise" type="EquityEuropeanExercise"/>
<xsd:element name="equityAmericanExercise" type="EquityAmericanExercise"/>
<xsd:element name="equityBermudaExercise" type="EquityBermudaExercise"/>
</xsd:choice>
<!--View Generation: Skipped an empty 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"/>
<!--View Generation: SKIPPED settlementPriceSource - NonStandardFeature-->
<xsd:element minOccurs="0" name="settlementType" type="SettlementTypeEnum"/>
<!--View Generation: SKIPPED settlementMethodElectionDate - NonStandardFeature-->
<!--View Generation: SKIPPED settlementMethodElectingPartyReference - NonStandardFeature-->
<!--View Generation: SKIPPED settlementPriceDefaultElection - NonStandardFeature-->
</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
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementCurrency" type="Currency"/>

settlementDate
Type:
AdjustableOrRelativeDate, complex content
Date on which settlement of option premiums will occur.
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 DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.