XML Schema Documentation

Simple Type: AveragingMethodEnum

[Table of contents]

Super-types: xsd:token < AveragingMethodEnum (by restriction)
Sub-types: None
Name AveragingMethodEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Unweighted'|'Weighted'}
Documentation The method of calculation to be used when averaging rates. Per ISDA 2000 Definitions, Section 6.2. Certain Definitions Relating to Floating Amounts.
Diagram
Schema Component Representation
<xsd:simpleType name="AveragingMethodEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Unweighted"/>
<xsd:enumeration value="Weighted"/>
</xsd:restriction>
</xsd:simpleType>