XML Schema Documentation

Model Group: PartialExercise.model

[Table of contents]

Name PartialExercise.model
Used by (from the same schema document) Complex Type MultipleExercise , Complex Type PartialExercise
XML Instance Representation
<notionalReference> ScheduleReference </notionalReference> [0..*]

'A pointer style reference to the associated notional schedule defined elsewhere in the document. This element has been made optional as part of its integration in the OptionBaseExtended, because not required for the options on securities.'

<integralMultipleAmount> xsd:decimal </integralMultipleAmount> [0..1]

'A notional amount which restricts the amount of notional that can be exercised when partial exercise or multiple exercise is applicable. The integral multiple amount defines a lower limit of notional that can be exercised and also defines a unit multiple of notional that can be exercised, i.e. only integer multiples of this amount can be exercised.'

Start Choice [1]
<minimumNotionalAmount> xsd:decimal </minimumNotionalAmount> [1]

'The minimum notional amount that can be exercised on a given exercise date. See multipleExercise.'

<minimumNumberOfOptions> xsd:nonNegativeInteger </minimumNumberOfOptions> [1]

'The minimum number of options that can be exercised on a given exercise date.'

End Choice
Diagram
Schema Component Representation
<xsd:group name="PartialExercise.model">
<xsd:sequence>
<xsd:element name="notionalReference" type=" ScheduleReference " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="integralMultipleAmount" type=" xsd:decimal " minOccurs="0"/>
<xsd:choice>
<xsd:element name="minimumNotionalAmount" type=" xsd:decimal "/>
<xsd:element name="minimumNumberOfOptions" type=" xsd:nonNegativeInteger "/>
</xsd:choice>
</xsd:sequence>
</xsd:group>