XML Schema Documentation

Complex Type: MakeWholeAmount

[Table of contents]

Super-types: SwapCurveValuation < MakeWholeAmount (by extension)
Sub-types: None
Name MakeWholeAmount
Used by (from the same schema document) Complex Type ReferenceSwapCurve
Abstract no
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).
XML Instance Representation
<...>
<floatingRateIndex> FloatingRateIndex </floatingRateIndex> [1]
<indexTenor> Interval </indexTenor> [0..1]

'The ISDA Designated Maturity, i.e. the tenor of the floating rate.'

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

'Spread in basis points over the floating rate index.'

<side> QuotationSideEnum </side> [0..1]

'The side (bid/mid/ask) of the measure.'

<interpolationMethod> InterpolationMethod </interpolationMethod> [0..1]

'The type of interpolation method that the calculation agent reserves the right to use.'

<earlyCallDate> IdentifiedDate </earlyCallDate> [1]

'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.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="MakeWholeAmount">
<xsd:complexContent>
<xsd:extension base=" SwapCurveValuation ">
<xsd:sequence>
<xsd:element name="interpolationMethod" type=" InterpolationMethod " minOccurs="0"/>
<xsd:element name="earlyCallDate" type=" IdentifiedDate "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>