simpleType "PremiumQuoteBasisEnum"
Namespace:
Defined:
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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.