Definition Type: ComplexType
Name: MakeWholeProvisions
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
A type to hold early exercise provisions.
Collapse XSD Schema Diagram:
Drilldown into recallSpread in schema fpml-eq-shared-4-4_xsd Drilldown into makeWholeDate in schema fpml-eq-shared-4-4_xsdXSD Diagram of MakeWholeProvisions in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MakeWholeProvisions">
    <xsd:annotation>
        <xsd:documentation>A type to hold early exercise provisions.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="makeWholeDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date through which option can not be exercised without penalty.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="recallSpread" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Spread used if exercised before make whole date. Early termination penalty. Expressed in bp, e.g. 25 bp.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
makeWholeDate fpml:makeWholeDate (1) (1)
recallSpread fpml:recallSpread (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:makeWholeProvisions