XML Schema Documentation

Simple Type: RateTreatmentEnum

[Table of contents]

Super-types: xsd:token < RateTreatmentEnum (by restriction)
Sub-types: None
Name RateTreatmentEnum
Content
  • Base XSD Type: token
  • value comes from list: {'BondEquivalentYield'|'MoneyMarketYield'}
Documentation The specification of methods for converting rates from one basis to another.
Diagram
Schema Component Representation
<xsd:simpleType name="RateTreatmentEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="BondEquivalentYield"/>
<xsd:enumeration value="MoneyMarketYield"/>
</xsd:restriction>
</xsd:simpleType>