Definition Type: ComplexType
Name: PremiumQuote
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-fx-5-10.xsd
Abstract
Documentation:
A type that describes the option premium as quoted.
Collapse XSD Schema Diagram:
Drilldown into quoteBasis in schema fpml-fx-5-10_xsd4 Drilldown into value in schema fpml-fx-5-10_xsd4XSD Diagram of PremiumQuote in schema fpml-fx-5-10_xsd4 (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="value" type="xsd:decimal" minOccurs="0">
            <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="quoteBasis" type="PremiumQuoteBasisEnum" minOccurs="0">
            <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
value nsF:value 0 (1)
quoteBasis nsF:quoteBasis 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:quote