XML Schema Documentation

Complex Type: SinglePayment

[Table of contents]

Super-types: None
Sub-types: None
Name SinglePayment
Used by (from the same schema document) Complex Type FeeLeg
Abstract no
XML Instance Representation
<...>
<adjustablePaymentDate> xsd:date </adjustablePaymentDate> [1]

'A fixed amount payment date that shall be subject to adjustment in accordance with the applicable business day convention if it would otherwise fall on a day that is not a business day. The applicable business day convention and business day are those specified in the dateAdjustments element within the generalTerms component. ISDA 2003 Term: Fixed Rate Payer Payment Date'

<adjustedPaymentDate> xsd:date </adjustedPaymentDate> [0..1]

'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.'

<fixedAmount> Money </fixedAmount> [1]

'A fixed payment amount. ISDA 2003 Term: Fixed Amount'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="SinglePayment">
<xsd:sequence>
<xsd:element name="adjustablePaymentDate" type=" xsd:date "/>
<xsd:element name="adjustedPaymentDate" type=" xsd:date " minOccurs="0"/>
<xsd:element name="fixedAmount" type=" Money "/>
</xsd:sequence>
</xsd:complexType>