XML Schema Documentation

Complex Type: PremiumQuote

[Table of contents]

Super-types: None
Sub-types: None
Name PremiumQuote
Used by (from the same schema document) Complex Type FxOptionPremium
Abstract no
Documentation A type that describes the option premium as quoted.
XML Instance Representation
<...>
<premiumValue> xsd:decimal </premiumValue> [1]

'The value of the premium quote. In general this will be either a percentage or an explicit amount.'

<premiumQuoteBasis> PremiumQuoteBasisEnum </premiumQuoteBasis> [1]

'The method by which the option premium was quoted.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PremiumQuote">
<xsd:sequence>
<xsd:element name="premiumValue" type=" xsd:decimal "/>
<xsd:element name="premiumQuoteBasis" type=" PremiumQuoteBasisEnum "/>
</xsd:sequence>
</xsd:complexType>