simpleType "PremiumQuoteBasisEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.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.
MinLength:
0

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.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      PremiumQuoteBasisEnum
Derivation:
restriction of 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="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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.