XML Schema Documentation

Complex Type: StrategyFeature

[Table of contents]

Super-types: None
Sub-types: None
Name StrategyFeature
Used by (from the same schema document) Model Group OptionBaseFeature.model
Abstract no
Documentation A type for definining equity option simple strike or calendar spread strategy features.
XML Instance Representation
<...>
Start Choice [1]
<strikeSpread> StrikeSpread </strikeSpread> [1]

'Definition of the upper strike in a strike spread.'

<calendarSpread> CalendarSpread </calendarSpread> [1]

'Definition of the later expiration date in a calendar spread.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="StrategyFeature">
<xsd:choice>
<xsd:element name="strikeSpread" type=" StrikeSpread "/>
<xsd:element name="calendarSpread" type=" CalendarSpread "/>
</xsd:choice>
</xsd:complexType>