simpleType "AveragingMethodEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Unweighted"
 - 
The arithmetic mean of the relevant rates for each reset date.
"Weighted"
 - 
The arithmetic mean of the relevant rates in effect for each day in a calculation period calculated by multiplying each relevant rate by the number of days such relevant rate is in effect, determining the sum of such products and dividing such sum by the number of days in the calculation period.
MinLength:
0

All Direct / Indirect Based Elements (6):
averagingMethod (defined in CommodityAsian.model group),
averagingMethod (defined in CommodityBasketUnderlyingBase complexType),
averagingMethod (defined in CommodityFx complexType),
averagingMethod (defined in FloatingLegCalculation complexType),
averagingMethod (defined in FloatingRateCalculation complexType),
averagingMethod (in underlyer defined in GenericProduct complexType)
Known Usage Locations
Annotation
The method of calculation to be used when averaging rates. Per ISDA 2000 Definitions, Section 6.2. Certain Definitions Relating to Floating Amounts.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      AveragingMethodEnum
Derivation:
restriction of Token
Facets:
enumeration:
"Unweighted"
 - 
The arithmetic mean of the relevant rates for each reset date.
"Weighted"
 - 
The arithmetic mean of the relevant rates in effect for each day in a calculation period calculated by multiplying each relevant rate by the number of days such relevant rate is in effect, determining the sum of such products and dividing such sum by the number of days in the calculation period.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="AveragingMethodEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="Unweighted"/>
<xsd:enumeration value="Weighted"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.