simpleType "SettlementTypeEnum"
Namespace:
Defined:
Used:
at 10 locations
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
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

All Direct / Indirect Based Elements (10):
settlementType (defined in OptionExercise complexType),
Known Usage Locations
Annotation
Shows how the transaction is to be settled when it is exercised.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  SettlementTypeEnum
Derivation:
restriction of xsd:token
Facets:
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 (5); see within schema source)
<xsd:simpleType name="SettlementTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Cash"/>
<xsd:enumeration value="Physical"/>
<xsd:enumeration value="Election"/>
<xsd:enumeration value="CashOrPhysical"/>
</xsd:restriction>
</xsd:simpleType>

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.