simpleType "AveragingMethodEnum"
Namespace: |
|
Defined: |
|
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. |
|
All Direct / Indirect Based Elements (1):
-
Known Usage Locations
Annotation
For use with pre-trade Credit Limit Check messages. 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) AveragingMethodEnum |
Derivation: |
restriction of xsd: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="xsd:token"> <xsd:enumeration value="Unweighted"/> <xsd:enumeration value="Weighted"/> </xsd:restriction> </xsd:simpleType> |