<xsd:complexType name="CalculationPeriodAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the parameters used in the calculation of fixed or floating rate calculation period amounts or for specifying a known calculation period amount or known amount schedule.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="calculation" type="Calculation">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parameters used in the calculation of fixed or floaring rate calculation period amounts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|