<xsd:simpleType name="StrikeQuoteBasisEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of how an FX OTC option strike price is quoted.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="PutCurrencyPerCallCurrency">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The strike price is an amount of putCurrency per one unit of callCurrency.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CallCurrencyPerPutCurrency">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The strike price is an amount of callCurrency per one unit of putCurrency.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|