Definition Type: ComplexType
Name: StrategyFeature
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-eqd-4-1.xsd
Abstract
Documentation:
A type for definining equity option simple strategy features
Collapse XSD Schema Diagram:
Drilldown into calendarSpread in schema fpml-eqd-4-1_xsd Drilldown into strikeSpread in schema fpml-eqd-4-1_xsdXSD Diagram of StrategyFeature in schema fpml-eqd-4-1_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 nsA:strikeSpread (1) (1)
calendarSpread nsA:calendarSpread (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:strategyFeature