simpleType "PremiumQuoteBasisEnum"
Namespace:
Defined:
globally in fpml-enum-5-2.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"PercentageOfCallCurrencyAmount"
 - 
Premium is quoted as a percentage of the callCurrencyAmount.
"PercentageOfPutCurrencyAmount"
 - 
Premium is quoted as a percentage of the putCurrencyAmount.
"CallCurrencyPerPutCurrency"
 - 
Premium is quoted in the call currency as a percentage of the put currency.
"PutCurrencyPerCallCurrency"
 - 
Premium is quoted in the put currency as a percentage of the call currency.
"Explicit"
 - 
Premium is quoted as an explicit amount.

All Direct / Indirect Based Elements (1):
quoteBasis (in quote defined in FxOptionPremium complexType)
Known Usage Locations
Annotation
The specification of how the premium for an FX OTC option is quoted.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  PremiumQuoteBasisEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"PercentageOfCallCurrencyAmount"
 - 
Premium is quoted as a percentage of the callCurrencyAmount.
"PercentageOfPutCurrencyAmount"
 - 
Premium is quoted as a percentage of the putCurrencyAmount.
"CallCurrencyPerPutCurrency"
 - 
Premium is quoted in the call currency as a percentage of the put currency.
"PutCurrencyPerCallCurrency"
 - 
Premium is quoted in the put currency as a percentage of the call currency.
"Explicit"
 - 
Premium is quoted as an explicit amount.
XML Source (w/o annotations (6); see within schema source)
<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>

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.