<xsd:complexType name="PaymentCalculationPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the adjusted payment date and associated calculation period parameters required to calculate the actual or projected payment amount. This type forms part of the cashflow representation of a swap stream.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="unadjustedPaymentDate" type="xsd:date" minOccurs="0" />
<xsd:element name="adjustedPaymentDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The adjusted payment date. This date should already be adjusted for any applicable business day convention. This component is not intended for use in trade confirmation but may be specified to allow the fee structure to also serve as a cashflow type component (all dates the Cashflows type are adjusted payment dates).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="calculationPeriod" type="CalculationPeriod" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parameters used in the calculation of a fixed or floating rate calculation period amount. A list of calculation period elements may be ordered in the document by ascending start date. An FpML document which contains an unordered list of calcularion periods is still regarded as a conformant document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fixedPaymentAmount" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">A known fixed payment amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="discountFactor" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A decimal value representing the discount factor used to calculate the present value of cash flow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="forecastPaymentAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A monetary amount representing the forecast of the future value of the payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="presentValueAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A monetary amount representing the present value of the forecast payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
<xsd:attribute name="href" type="xsd:IDREF" ecore:reference="PricingStructure" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<xsd:annotation>
<xsd:documentation xml:lang="en">Attribute that can be used to reference the yield curve used to estimate the discount factor.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|