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