simpleType "ObservationPeriodDatesEnum"
Namespace: |
|
Defined: |
|
Used: |
|
Simple Content Model |
enumeration of xsd:token |
Simple Content Restrictions:
Enumeration: |
"SetInAdvance" |
- |
Calculations will occur relative to the first day of each calculation period, following the "set in advance" conventions outlined in the ISDA definitions. This means that the observation period will be relative to the prior or deemed prior calculation period.
|
"Standard" |
- |
Calculations will occur using the standard observation conventions, i.e. relative to the current calculation period.
|
"FixingDate" |
- |
Observations will be based on a fixing date offset specified in the FpML "resetDates" structure, so the observation period will end on a date shifted relative to that date. This option is available for fallback rate calculations and for RFR-based trades that mirror or mimic term-rate based trades.
|
|
All Direct / Indirect Based Elements (1):
-
Annotation
The specification of whether calculated rates are set relative to the beginning or end of a calculation period, or another date.
Type Derivation Tree
xsd:token (restriction)
ObservationPeriodDatesEnum
|
Derivation: |
restriction of xsd:token
|
Facets: |
enumeration: |
"SetInAdvance" |
- |
Calculations will occur relative to the first day of each calculation period, following the "set in advance" conventions outlined in the ISDA definitions. This means that the observation period will be relative to the prior or deemed prior calculation period.
|
"Standard" |
- |
Calculations will occur using the standard observation conventions, i.e. relative to the current calculation period.
|
"FixingDate" |
- |
Observations will be based on a fixing date offset specified in the FpML "resetDates" structure, so the observation period will end on a date shifted relative to that date. This option is available for fallback rate calculations and for RFR-based trades that mirror or mimic term-rate based trades.
|
|
|
XML Source (w/o annotations (4); see within schema source)
<xsd:restriction base="xsd:token">
<xsd:enumeration value="SetInAdvance"/>
<xsd:enumeration value="Standard"/>
<xsd:enumeration value="FixingDate"/>
</xsd:restriction>
</xsd:simpleType>
|