simpleType "QuotationRateTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Bid"
 - 
A bid rate.
"Ask"
 - 
An ask rate.
"Mid"
 - 
A mid-market rate.
"ExercisingPartyPays"
 - 
If optional early termination is applicable to a swap transaction, the rate, which may be a bid or ask rate, which would result, if seller is in-the-money, in the higher absolute value of the cash settlement amount, or, is seller is out-of-the-money, in the lower absolute value of the cash settlement amount.

All Direct / Indirect Based Elements (4):
quotationMethod,
quotationRateType (defined in CashPriceMethod complexType),
quotationRateType (defined in YieldCurveMethod complexType),
quotationRateType (in crossCurrencyMethod)
Known Usage Locations
Annotation
The specification of the type of quotation rate to be obtained from each cash settlement reference bank.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  QuotationRateTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Bid"
 - 
A bid rate.
"Ask"
 - 
An ask rate.
"Mid"
 - 
A mid-market rate.
"ExercisingPartyPays"
 - 
If optional early termination is applicable to a swap transaction, the rate, which may be a bid or ask rate, which would result, if seller is in-the-money, in the higher absolute value of the cash settlement amount, or, is seller is out-of-the-money, in the lower absolute value of the cash settlement amount.
XML Source (w/o annotations (5); see within schema source)
<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>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.