<xsd:simpleType name="PremiumQuoteBasisEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of how the premium for an FX OTC option is quoted.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="PercentageOfCallCurrencyAmount">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium is quoted as a percentage of the callCurrencyAmount.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PercentageOfPutCurrencyAmount">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium is quoted as a percentage of the putCurrencyAmount.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CallCurrencyPerPutCurrency">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium is quoted in the call currency as a percentage of the put currency.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PutCurrencyPerCallCurrency">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium is quoted in the put currency as a percentage of the call currency.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Explicit">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium is quoted as an explicit amount.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|