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
XML Instance Representation
<...>
<paymentAmount> Money </paymentAmount> [1]

'Payment amount.'

<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 "/>
<xsd:element name="paymentDate" type=" RelativeDateOffset "/>
</xsd:sequence>
</xsd:complexType>