XML Schema Documentation

Complex Type: FixedPaymentAmount

[Table of contents]

Super-types: None
Sub-types: None
Name FixedPaymentAmount
Used by (from the same schema document) Complex Type FixedPaymentLeg
Abstract no
Documentation Fixed payment amount within a Dividend Swap.
XML Instance Representation
<...>
<paymentAmount> Money </paymentAmount> [0..1]

'Payment amount, which is optional since the payment amount may be calculated using fixed strike and number of open units.'

<paymentDate> RelativeDateOffset </paymentDate> [1]

'Payment date relative to another date.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FixedPaymentAmount">
<xsd:sequence>
<xsd:element name="paymentAmount" type=" Money " minOccurs="0"/>
<xsd:element name="paymentDate" type=" RelativeDateOffset "/>
</xsd:sequence>
</xsd:complexType>