XML Schema Documentation

Complex Type: CommodityMultipleExercise

[Table of contents]

Super-types: None
Sub-types: None
Name CommodityMultipleExercise
Used by (from the same schema document) Complex Type CommodityAmericanExercise
Abstract no
Documentation A type for defining the multiple exercise provisions of an American style commodity option.
XML Instance Representation
<...>
<integralMultipleQuantity> CommodityNotional </integralMultipleQuantity> [0..1]

'The integral multiple quantity defines a lower limit of the Notional Quantity that can be exercised and also defines a unit multiple of the Notional Quantity that can be exercised, i.e. only integer multiples of this Notional Quantity can be exercised.'

<minimumNotionalQuantity> CommodityNotional </minimumNotionalQuantity> [1]

'The minimum Notional Quantity that can be exercised on a given Exercise Date. See multipleExercise.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CommodityMultipleExercise">
<xsd:sequence>
<xsd:element name="integralMultipleQuantity" type=" CommodityNotional " minOccurs="0"/>
<xsd:element name="minimumNotionalQuantity" type=" CommodityNotional "/>
</xsd:sequence>
</xsd:complexType>