Definition Type: ComplexType
Name: PremiumQuote
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-fx-4-4.xsd
Abstract
Documentation:
A type that describes the option premium as quoted.
Collapse XSD Schema Diagram:
Drilldown into premiumQuoteBasis in schema fpml-fx-4-4_xsd Drilldown into premiumValue in schema fpml-fx-4-4_xsdXSD Diagram of PremiumQuote in schema fpml-fx-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PremiumQuote">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that describes the option premium as quoted.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="premiumValue" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The value of the premium quote. In general this will be either a percentage or an explicit amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="premiumQuoteBasis" type="PremiumQuoteBasisEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The method by which the option premium was quoted.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
premiumValue fpml:premiumValue (1) (1)
premiumQuoteBasis fpml:premiumQuoteBasis (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:premiumQuote