Definition Type: ComplexType
Name: StrikeSpread
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-option-shared-5-10.xsd
Abstract
Documentation:
A type for defining a strike spread feature.
Collapse XSD Schema Diagram:
Drilldown into upperStrikeNumberOfOptions in schema fpml-option-shared-5-10_xsd2 Drilldown into upperStrike in schema fpml-option-shared-5-10_xsd2XSD Diagram of StrikeSpread in schema fpml-option-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="StrikeSpread">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining a strike spread feature.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="upperStrike" type="OptionStrike" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Upper strike in a strike spread.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="upperStrikeNumberOfOptions" type="PositiveDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Number of options at the upper strike price in a strike spread.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
upperStrike nsD:upperStrike 0 (1)
upperStrikeNumberOfOptions nsD:upperStrikeNumberOfOptions 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:strikeSpread