Definition Type: SimpleType
Name: PremiumQuoteBasisEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The specification of how the premium for an FX OTC option is quoted.
Collapse XSD Schema Diagram:
XSD Diagram of PremiumQuoteBasisEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="PremiumQuoteBasisEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of how the premium for an FX OTC option is quoted.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="PercentageOfCallCurrencyAmount">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium is quoted as a percentage of the callCurrencyAmount.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="PercentageOfPutCurrencyAmount">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium is quoted as a percentage of the putCurrencyAmount.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="CallCurrencyPerPutCurrency">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium is quoted in the call currency as a percentage of the put currency.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="PutCurrencyPerCallCurrency">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium is quoted in the put currency as a percentage of the call currency.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Explicit">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium is quoted as an explicit amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration PercentageOfCallCurrencyAmount
Enumeration PercentageOfPutCurrencyAmount
Enumeration CallCurrencyPerPutCurrency
Enumeration PutCurrencyPerCallCurrency
Enumeration Explicit
Collapse Derivation Tree:
Collapse References:
fpml:premiumQuoteBasis