<xsd:complexType name="OptionNumericStrike">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining the strike price for an option as a numeric value without currency.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="strikePrice" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The price or level at which the option has been struck.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikePercentage" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The price or level expressed as a percentage of the forward starting spot price.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|