Definition Type: ComplexType
Name: StrategyFeature
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
Documentation:
A type for definining equity option simple strategy features
Collapse XSD Schema Diagram:
Drilldown into calendarSpread in schema fpml-option-shared-4-4_xsd Drilldown into strikeSpread in schema fpml-option-shared-4-4_xsdXSD Diagram of StrategyFeature in schema fpml-option-shared-4-4_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 strategy features</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="strikeSpread" type="StrikeSpread" />
        <xsd:element name="calendarSpread" type="CalendarSpread" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
strikeSpread fpml:strikeSpread (1) (1)
calendarSpread fpml:calendarSpread (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:strategyFeature, fpml:strategyFeature