XML Schema Documentation

Simple Type: StepRelativeToEnum

[Table of contents]

Super-types: xsd:token < StepRelativeToEnum (by restriction)
Sub-types: None
Name StepRelativeToEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Initial'|'Previous'}
Documentation The specification of whether a percentage rate change, used to calculate a change in notional outstanding, is expressed as a percentage of the initial notional amount or the previously outstanding notional amount.
Diagram
Schema Component Representation
<xsd:simpleType name="StepRelativeToEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Initial"/>
<xsd:enumeration value="Previous"/>
</xsd:restriction>
</xsd:simpleType>