<xsd:group name="OptionsEventsBase.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Choice between options related events.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="optionExercise" type="OptionExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing an option exercise event. The optionExercise event supports partial exercise (specify the number of options or amount to exercise), full exercise (use fullExercise flag), as well as the option to request options not to be exercised.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optionExpiry" type="OptionExpiry" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing an option expiring event (i.e. passing its last exercise time and becoming worthless.)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optionEvent" type="OptionEvent">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing knock in, knock out, touch and no touch events.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|