<xsd:complexType name="OptionBaseExtended" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">Base type for options starting with the 4-3 release, until we refactor the schema as part of the 5-0 release series</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="OptionBase">
<xsd:sequence>
<xsd:element name="premium" type="Premium" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The option premium payable by the buyer to the seller</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="exercise" />
<xsd:element name="exerciseProcedure" type="ExerciseProcedure">
<xsd:annotation>
<xsd:documentation xml:lang="en">A set of parameters defining procedures associated with the exercise.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="feature" type="OptionFeature" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">An Option feature such as quanto, asian, barrier, knock</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A choice between an explicit representation of the notional amount, or a reference to a notional amount defined elsewhere in this document</xsd:documentation>
</xsd:annotation>
<xsd:element name="notionalReference" type="NotionalAmountReference" />
<xsd:element name="notionalAmount" type="Money" />
</xsd:choice>
<xsd:group ref="OptionDenomination.model" minOccurs="0" />
<xsd:group ref="OptionSettlement.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|