XML Schema Documentation

Simple Type: QuotationRateTypeEnum

[Table of contents]

Super-types: xsd:token < QuotationRateTypeEnum (by restriction)
Sub-types: None
Name QuotationRateTypeEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Bid'|'Ask'|'Mid'|'ExercisingPartyPays'}
Documentation The specification of the type of quotation rate to be obtained from each cash settlement reference bank.
Diagram
Schema Component Representation
<xsd:simpleType name="QuotationRateTypeEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Bid"/>
<xsd:enumeration value="Ask"/>
<xsd:enumeration value="Mid"/>
<xsd:enumeration value="ExercisingPartyPays"/>
</xsd:restriction>
</xsd:simpleType>