Definition Type: ComplexType
Name: OptionType
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:Scheme
Containing Schema: fpml-generic-5-10.xsd
Abstract
Documentation:
The type of option transaction (e.g. Call, Put); specifies whether the option allows the holder to buy or sell the underlying asset, or pay or receive a payment related to the price of underlying asset, in the event of exercise.
Collapse XSD Schema Diagram:
Drilldown into optionTypeScheme in schema fpml-generic-5-10_xsdXSD Diagram of OptionType in schema fpml-generic-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OptionType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The type of option transaction (e.g. Call, Put); specifies whether the option allows the holder to buy or sell the underlying asset, or pay or receive a payment related to the price of underlying asset, in the event of exercise.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="Scheme">
            <xsd:attribute name="optionTypeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/option-type">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The type scheme used with this option type.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
optionTypeScheme nsA:optionTypeScheme http://www.fpml.org/coding-scheme/option-type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:optionType