<xsd:complexType name="PrincipalExchange">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining a principal exchange amount and adjusted exchange date. The type forms part of the cashflow representation of a swap stream.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="unadjustedPrincipalExchangeDate" type="xsd:date" minOccurs="0" />
<xsd:element name="adjustedPrincipalExchangeDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The principal exchange date. This date should already be adjusted for any applicable business day convention.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="principalExchangeAmount" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The principal exchange amount. This amount should be positive if the stream payer is paying the exchange amount and signed negative if they are receiving it.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="discountFactor" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value representing the discount factor used to calculate the present value of the principal exchange amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="presentValuePrincipalExchangeAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount representing the present value of the principal exchange.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|