XML Schema Documentation

Model Group: OptionDenomination.model

[Table of contents]

Name OptionDenomination.model
Used by (from the same schema document) Complex Type OptionBaseExtended
Documentation A model group containing the option denomination components.
XML Instance Representation
<optionEntitlement> PositiveDecimal </optionEntitlement> [1]

'The number of units of underlyer per option comprised in the option transaction.'

<entitlementCurrency> Currency </entitlementCurrency> [0..1]

'TODO'

<numberOfOptions> PositiveDecimal </numberOfOptions> [0..1]

'The number of options comprised in the option transaction.'

Diagram
Schema Component Representation
<xsd:group name="OptionDenomination.model">
<xsd:sequence>
<xsd:element name="optionEntitlement" type=" PositiveDecimal "/>
<xsd:element name="entitlementCurrency" type=" Currency " minOccurs="0"/>
<xsd:element name="numberOfOptions" type=" PositiveDecimal " minOccurs="0"/>
</xsd:sequence>
</xsd:group>