XML Schema Documentation

Simple Type: StrikeQuoteBasisEnum

[Table of contents]

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