Definition Type: SimpleType
Name: OptionTypeEnum
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-enum-5-0.xsd
Documentation:
Specifies the type of the option.
Collapse XSD Schema Diagram:
XSD Diagram of OptionTypeEnum in schema fpml-enum-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="OptionTypeEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">Specifies the type of the option.</xsd:documentation>
    </xsd:annotation>
    <xsd:union memberTypes="PutCallEnum">
        <xsd:simpleType>
            <xsd:restriction base="xsd:token">
                <xsd:enumeration value="Payer">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.FpML.org" xml:lang="en">A payer option</xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="Receiver">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.FpML.org" xml:lang="en">A receiver option</xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="Straddle">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.FpML.org" xml:lang="en">A straddle strategy.</xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsB:optionType, nsB:optionType