Definition Type: ComplexType
Name: StrategyFeature
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-option-shared-5-2.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-2_xsd Drilldown into strikeSpread in schema fpml-option-shared-5-2_xsdXSD Diagram of StrategyFeature in schema fpml-option-shared-5-2_xsd (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" minOccurs="0">
            <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" minOccurs="0">
            <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 nsA:strikeSpread 0 (1)
calendarSpread nsA:calendarSpread 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:strategyFeature, nsA:strategyFeature