<xsd:complexType name="CashflowCalculationElements">
<xsd:sequence>
<xsd:element name="numberOfUnits" type="UnderlyerReferenceUnits" minOccurs="0" />
<xsd:element name="notional" type="CashflowNotional" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifies the notional in effect for this calculation period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="underlyer" type="TradeUnderlyer" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The underlyer(s) used to calculate the amount of this cashflow component. The underlyer(s) will remain unaltered from the values specified in the underlying transaction (i.e. the Fixed Rate on a Credit Default Swap).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="calculatedRate" type="CashflowFixing" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The computed rate(s) or price(s) used to calculate the amount of this cashflow component. These computed rates or prices may include averaging and/or various types of rate treatment rules.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="calculationPeriod" type="CashflowCalculationPeriod" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The period details for calculation/accrual periods that comprise this cashflow component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|