XML Schema Documentation

Simple Type: NegativeInterestRateTreatmentEnum

[Table of contents]

Super-types: xsd:token < NegativeInterestRateTreatmentEnum (by restriction)
Sub-types: None
Name NegativeInterestRateTreatmentEnum
Content
  • Base XSD Type: token
  • value comes from list: {'NegativeInterestRateMethod'|'ZeroInterestRateMethod'}
Documentation The method of calculating payment obligations when a floating rate is negative (either due to a quoted negative floating rate or by operation of a spread that is subtracted from the floating rate).
Diagram
Schema Component Representation
<xsd:simpleType name="NegativeInterestRateTreatmentEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="NegativeInterestRateMethod"/>
<xsd:enumeration value="ZeroInterestRateMethod"/>
</xsd:restriction>
</xsd:simpleType>