complexType "EquityDerivativeShortFormBase"
Namespace:
Content:
complex, 1 attribute, 21 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in fpml-eqd-5-8.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (21):
assetClass,
buyerAccountReference,
buyerPartyReference (defined in BuyerSeller.model group),
equityEffectiveDate,
equityExercise (defined in EquityDerivativeBase complexType),
equityPremium (defined in EquityDerivativeShortFormBase complexType),
feature (defined in Feature.model group),
fxFeature (defined in Feature.model group),
notional (defined in EquityDerivativeBase complexType),
numberOfOptions (defined in EquityDerivativeShortFormBase complexType),
optionType (defined in EquityDerivativeBase complexType),
primaryAssetClass,
productId (defined in Product.model group),
productType (defined in Product.model group),
secondaryAssetClass,
sellerAccountReference,
sellerPartyReference (defined in BuyerSeller.model group),
spotPrice (defined in EquityDerivativeShortFormBase complexType),
strategyFeature (defined in EquityDerivativeBase complexType),
strike (defined in EquityDerivativeShortFormBase complexType),
underlyer (defined in EquityDerivativeBase complexType)
Known Direct Subtypes (2):
BrokerEquityOption, EquityOptionTransactionSupplement
All Direct / Indirect Based Elements (2):
brokerEquityOption, equityOptionTransactionSupplement
Known Usage Locations
Annotation
A type for defining short form equity option basic features.
Type Definition Detail
Type Derivation Tree
Product (extension)
  EquityDerivativeBase (extension)
      EquityDerivativeShortFormBase
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType abstract="true" name="EquityDerivativeShortFormBase">
<xsd:complexContent>
<xsd:extension base="EquityDerivativeBase">
<xsd:sequence>
<xsd:element name="strike" type="EquityStrike"/>
<xsd:element minOccurs="0" name="spotPrice" type="NonNegativeDecimal"/>
<xsd:element name="numberOfOptions" type="NonNegativeDecimal"/>
<xsd:element name="equityPremium" type="EquityPremium"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/21)
equityPremium
Type:
EquityPremium, complex content
The equity option premium payable by the buyer to the seller.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="equityPremium" type="EquityPremium"/>

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

spotPrice
Type:
NonNegativeDecimal, simple content
The price per share, index or basket observed on the trade or effective date.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="spotPrice" type="NonNegativeDecimal"/>

strike
Type:
EquityStrike, complex content
Defines whether it is a price or level at which the option has been, or will be, struck.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="strike" type="EquityStrike"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.