complexType "EquityOptionTransactionSupplement"
Namespace:
Content:
complex, 1 attribute, 16 elements
Defined:
globally in fpml-eqd-5-13.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (16):
equityExercise (defined in EquityDerivativeBase complexType),
notional (defined in EquityDerivativeBase complexType),
optionType (defined in EquityDerivativeBase complexType),
primaryAssetClass (defined in Product.model group),
productType (defined in Product.model group),
underlyer (defined in EquityDerivativeBase complexType)
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A type for defining equity option transaction supplements.
Type Definition Detail
Type Derivation Tree
Product (extension)
  EquityDerivativeBase (extension)
      EquityDerivativeShortFormBase (extension)
          EquityOptionTransactionSupplement
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="EquityOptionTransactionSupplement">
<xsd:complexContent>
<xsd:extension base="EquityDerivativeShortFormBase">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="optionEntitlement" type="PositiveDecimal"/>
<xsd:element name="multiplier" type="PositiveDecimal"/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/16)
multiplier
Type:
PositiveDecimal, simple content
Specifies the contract multiplier that can be associated with an index option.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="multiplier" type="PositiveDecimal"/>

optionEntitlement
Type:
PositiveDecimal, simple content
The number of shares per option comprised in the option transaction supplement.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="optionEntitlement" type="PositiveDecimal"/>

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.