Definition Type: Group
Name: GenericOptionAttributes.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-generic-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into feature in schema fpml-generic-5-10_xsd1 Drilldown into strike in schema fpml-generic-5-10_xsd1 Drilldown into exerciseStyle in schema fpml-generic-5-10_xsd1 Drilldown into commencementDate in schema fpml-generic-5-10_xsd1 Drilldown into optionType in schema fpml-generic-5-10_xsd1XSD Diagram of GenericOptionAttributes.model in schema fpml-generic-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="GenericOptionAttributes.model">
    <xsd:sequence>
        <xsd:element name="optionType" type="OptionType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">For options, what type of option it is (e.g. butterfly).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="commencementDate" type="AdjustableDate2" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">For options, the earliest exercise date of the option. (For CFTC Part 43, this element corresponds to the option lock-out period defined in the option field table).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="exerciseStyle" type="GenericExerciseStyle" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">For options, whether the option is a put or call option.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strike" type="GenericOptionStrike" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The option strike or strikes.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="feature" type="GenericProductFeature" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Special features that the option may have, such as Asian averaging, Barriers, Digital payout, etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
optionType nsD:optionType 0 (1)
commencementDate nsD:commencementDate 0 (1)
exerciseStyle nsD:exerciseStyle 0 (1)
strike nsD:strike 0 unbounded
feature nsD:feature 0 unbounded