Definition Type: ComplexType
Name: MakeWholeAmount
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:SwapCurveValuation
Containing Schema: fpml-bond-option-5-10.xsd
Abstract
Documentation:
A complex type to specify the amount to be paid by the buyer of the option if the option is exercised prior to the Early Call Date (Typically applicable to the convertible bond options).
Collapse XSD Schema Diagram:
Drilldown into earlyCallDate in schema fpml-bond-option-5-10_xsd1 Drilldown into interpolationMethod in schema fpml-bond-option-5-10_xsd1 Drilldown into side in schema fpml-bond-option-5-10_xsd1 Drilldown into spread in schema fpml-bond-option-5-10_xsd1 Drilldown into indexTenor in schema fpml-shared-5-10_xsd3 Drilldown into floatingRateIndex in schema fpml-shared-5-10_xsd3 Drilldown into FloatingRateIndex.model in schema fpml-shared-5-10_xsd3 Drilldown into SwapCurveValuation in schema fpml-bond-option-5-10_xsd1XSD Diagram of MakeWholeAmount in schema fpml-bond-option-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MakeWholeAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A complex type to specify the amount to be paid by the buyer of the option if the option is exercised prior to the Early Call Date (Typically applicable to the convertible bond options).</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="SwapCurveValuation">
            <xsd:sequence>
                <xsd:element name="interpolationMethod" type="InterpolationMethod" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The type of interpolation method that the calculation agent reserves the right to use.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="earlyCallDate" type="IdentifiedDate" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Date prior to which the option buyer will have to pay a Make Whole Amount to the option seller if he/she exercises the option.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingRateIndex nsD:floatingRateIndex (1) (1)
indexTenor nsD:indexTenor 0 (1)
spread nsD:spread 0 (1)
side nsD:side 0 (1)
interpolationMethod nsD:interpolationMethod 0 (1)
earlyCallDate nsD:earlyCallDate 0 (1)
<xs:group> nsD:FloatingRateIndex.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsD:makeWholeAmount