Definition Type: SimpleType
Name: StrikeQuoteBasisEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The specification of how an FX OTC option strike price is quoted.
Collapse XSD Schema Diagram:
XSD Diagram of StrikeQuoteBasisEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="StrikeQuoteBasisEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of how an FX OTC option strike price is quoted.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="PutCurrencyPerCallCurrency">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The strike price is an amount of putCurrency per one unit of callCurrency.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="CallCurrencyPerPutCurrency">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The strike price is an amount of callCurrency per one unit of putCurrency.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration PutCurrencyPerCallCurrency
Enumeration CallCurrencyPerPutCurrency
Collapse Derivation Tree:
Collapse References:
fpml:averageRateQuoteBasis, fpml:strikeQuoteBasis