Definition Type: SimpleType
Name: PutCallEnum
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-enum-5-10.xsd
Documentation:
Specifies whether the option is a call or a put.
Collapse XSD Schema Diagram:
XSD Diagram of PutCallEnum in schema fpml-enum-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="PutCallEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">Specifies whether the option is a call or a put.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Put">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">A put option gives the holder the right to sell the underlying asset by a certain date for a certain price.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Call">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">A call option gives the holder the right to buy the underlying asset by a certain date for a certain price.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Put
Enumeration Call
Collapse Derivation Tree:
Collapse References:
nsC:optionType, nsC:soldAs