XML Schema Documentation

Complex Type: AdditionalPaymentAmount

[Table of contents]

Super-types: None
Sub-types: None
Name AdditionalPaymentAmount
Used by (from the same schema document) Complex Type ReturnSwapAdditionalPayment
Abstract no
Documentation Specifies the amount of the fee along with, when applicable, the formula that supports its determination.
XML Instance Representation
<...>
<paymentAmount> Money </paymentAmount> [0..1]

'The currency amount of the payment.'

<formula> Formula </formula> [0..1]

'Specifies a formula, with its description and components.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AdditionalPaymentAmount">
<xsd:sequence>
<xsd:element name="paymentAmount" type=" Money " minOccurs="0"/>
<xsd:element name="formula" type=" Formula " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>