XML Schema Documentation

Simple Type: PremiumQuoteBasisEnum

[Table of contents]

Super-types: xsd:token < PremiumQuoteBasisEnum (by restriction)
Sub-types: None
Name PremiumQuoteBasisEnum
Content
  • Base XSD Type: token
  • value comes from list: {'PercentageOfCallCurrencyAmount'|'PercentageOfPutCurrencyAmount'|'CallCurrencyPerPutCurrency'|'PutCurrencyPerCallCurrency'|'Explicit'}
Documentation The specification of how the premium for an FX OTC option is quoted.
Diagram
Schema Component Representation
<xsd:simpleType name="PremiumQuoteBasisEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="PercentageOfCallCurrencyAmount"/>
<xsd:enumeration value="PercentageOfPutCurrencyAmount"/>
<xsd:enumeration value="CallCurrencyPerPutCurrency"/>
<xsd:enumeration value="PutCurrencyPerCallCurrency"/>
<xsd:enumeration value="Explicit"/>
</xsd:restriction>
</xsd:simpleType>