Definition Type: ComplexType
Name: StrategyFeature
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-option-shared-5-10.xsd
Abstract
Documentation:
A type for definining equity option simple strike or calendar spread strategy features.
Collapse XSD Schema Diagram:
Drilldown into calendarSpread in schema fpml-option-shared-5-10_xsd3 Drilldown into strikeSpread in schema fpml-option-shared-5-10_xsd3XSD Diagram of StrategyFeature in schema fpml-option-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="StrategyFeature">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for definining equity option simple strike or calendar spread strategy features.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="strikeSpread" type="StrikeSpread">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Definition of the upper strike in a strike spread.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="calendarSpread" type="CalendarSpread">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Definition of the later expiration date in a calendar spread.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
strikeSpread nsE:strikeSpread (1) (1)
calendarSpread nsE:calendarSpread (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:strategyFeature, nsE:strategyFeature