<xsd:complexType name="InflationRateCalculation">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the components specifiying an Inflation Rate Calculation</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FloatingRateCalculation">
<xsd:sequence>
<xsd:element name="inflationLag" type="Offset" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">an offsetting period from the payment date which determines the reference period for which the inflation index is onserved.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="indexSource" type="RateSourcePage" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The reference source such as Reuters or Bloomberg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|