simpleType "InflationCalculationStyleEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"YearOnYear"
 - 
YearOnYear means Inflation Index Base is the inflation index for Reference Month that is 12 months prior to Inflation Index Final (subject to interpolation). Inflation Index Base is cashflow dependent.
"ZeroCoupon"
 - 
ZeroCoupon means Inflation Index Base used in the CalculationMethod is the inflation index for the Reference Month that is the lag number of months prior to Effective Date in the case of a swap, or Bond Interest Accrual Date in the case of an Asset Swap (subject to interpolation). Inflation Index Base has the same value for each inflation cashflow and Principal Exchange calculation within the trade.

All Direct / Indirect Based Elements (1):
calculationStyle
Known Usage Locations
Annotation
Code values for different styles of ways of calculation methods.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  InflationCalculationStyleEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"YearOnYear"
 - 
YearOnYear means Inflation Index Base is the inflation index for Reference Month that is 12 months prior to Inflation Index Final (subject to interpolation). Inflation Index Base is cashflow dependent.
"ZeroCoupon"
 - 
ZeroCoupon means Inflation Index Base used in the CalculationMethod is the inflation index for the Reference Month that is the lag number of months prior to Effective Date in the case of a swap, or Bond Interest Accrual Date in the case of an Asset Swap (subject to interpolation). Inflation Index Base has the same value for each inflation cashflow and Principal Exchange calculation within the trade.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="InflationCalculationStyleEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="YearOnYear"/>
<xsd:enumeration value="ZeroCoupon"/>
</xsd:restriction>
</xsd:simpleType>

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