complexType "PremiumQuote"
Namespace:
Content:
complex, 2 elements
Defined:
globally in fpml-fx-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
quoteBasis (in quote defined in FxOptionPremium complexType),
value (in quote defined in FxOptionPremium complexType)
All Direct / Indirect Based Elements (1):
quote (defined in FxOptionPremium complexType)
Known Usage Locations
Annotation
A type that describes the option premium as quoted.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="PremiumQuote">
<xsd:sequence>
<xsd:element name="value" type="xsd:decimal"/>
<xsd:element name="quoteBasis" type="PremiumQuoteBasisEnum"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
quoteBasis
Type:
PremiumQuoteBasisEnum, simple content
The method by which the option premium was quoted.
Simple Content
enumeration of xsd:token
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
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="quoteBasis" type="PremiumQuoteBasisEnum"/>

value
Type:
xsd:decimal, predefined, simple content
The value of the premium quote. In general this will be either a percentage or an explicit amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="value" type="xsd:decimal"/>

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.