<xsd:complexType name="QuotedAs">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes how the option was quoted.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="optionOnCurrency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">Either the callCurrencyAmount or the putCurrencyAmount defined elsewhere in the document. The currency reference denotes the option currency as the option was quoted (as opposed to the face currency).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="faceOnCurrency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">Either the callCurrencyAmount or the putCurrencyAmount defined elsewhere in the document.The currency reference denotes the face currency as the option was quoted (as opposed to the option currency).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quotedTenor" type="Interval" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Code denoting the tenor of the option leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|