XML Schema Documentation

Simple Type: InterestShortfallCapEnum

[Table of contents]

Super-types: xsd:token < InterestShortfallCapEnum (by restriction)
Sub-types: None
Name InterestShortfallCapEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Fixed'|'Variable'}
Documentation The specification of the interest shortfall cap, applicable to mortgage derivatives.
Diagram
Schema Component Representation
<xsd:simpleType name="InterestShortfallCapEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Fixed"/>
<xsd:enumeration value="Variable"/>
</xsd:restriction>
</xsd:simpleType>