XML Schema Documentation

Complex Type: StrikeSpread

[Table of contents]

Super-types: None
Sub-types: None
Name StrikeSpread
Used by (from the same schema document) Complex Type StrategyFeature
Abstract no
Documentation A type for defining a strike spread feature.
XML Instance Representation
<...>
<upperStrike> OptionStrike </upperStrike> [1]

'Upper strike in a strike spread.'

<upperStrikeNumberOfOptions> xsd:decimal </upperStrikeNumberOfOptions> [1]

'Number of options at the upper strike price in a strike spread.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="StrikeSpread">
<xsd:sequence>
<xsd:element name="upperStrike" type=" OptionStrike "/>
<xsd:element name="upperStrikeNumberOfOptions" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:complexType>