Definition Type: Group
Name: GenericOptionAttributes.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-generic-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into strike in schema fpml-generic-5-10_xsd3 Drilldown into exerciseStyle in schema fpml-generic-5-10_xsd3 Drilldown into commencementDate in schema fpml-generic-5-10_xsd3 Drilldown into optionType in schema fpml-generic-5-10_xsd3XSD Diagram of GenericOptionAttributes.model in schema fpml-generic-5-10_xsd3 (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:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
optionType nsF:optionType 0 (1)
commencementDate nsF:commencementDate 0 (1)
exerciseStyle nsF:exerciseStyle 0 (1)
strike nsF:strike 0 unbounded