Definition Type: ComplexType
Name: BondOptionStrike
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-bond-option-4-4.xsd
Abstract
Documentation:
A complex type to specify the strike of a bond or convertible bond option.
Collapse XSD Schema Diagram:
Drilldown into price in schema fpml-bond-option-4-4_xsd Drilldown into referenceSwapCurve in schema fpml-bond-option-4-4_xsdXSD Diagram of BondOptionStrike in schema fpml-bond-option-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="BondOptionStrike">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A complex type to specify the strike of a bond or convertible bond option.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="referenceSwapCurve" type="ReferenceSwapCurve">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The strike of an option when expressed by reference to a swap curve. (Typically the case for a convertible bond option.)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="price" type="OptionStrike" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
referenceSwapCurve fpml:referenceSwapCurve (1) (1)
price fpml:price (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:strike