complexType "ReturnSwapAdditionalPayment"
Namespace:
Content:
complex, 1 attribute, 7 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (7):
additionalPaymentAmount,
additionalPaymentDate,
payerAccountReference,
payerPartyReference (defined in Payer.model group),
paymentType (in additionalPayment defined in ReturnSwapBase complexType),
receiverAccountReference,
receiverPartyReference (defined in Receiver.model group)
All Direct / Indirect Based Elements (1):
additionalPayment (defined in ReturnSwapBase complexType)
Known Usage Locations
Annotation
A type describing the additional payment(s) between the principal parties to the trade. This component extends some of the features of the additionalPayment component previously developed in FpML. Appropriate discussions will determine whether it would be appropriate to extend the shared component in order to meet the further requirements of equity swaps.
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  ReturnSwapAdditionalPayment
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="ReturnSwapAdditionalPayment">
<xsd:complexContent>
<xsd:extension base="PaymentBase">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model"/>
<xsd:element name="additionalPaymentDate" type="AdjustableOrRelativeDate"/>
<xsd:element minOccurs="0" name="paymentType" type="PaymentType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/7)
additionalPaymentAmount
Type:
AdditionalPaymentAmount, complex content
Specifies the amount of the fee along with, when applicable, the formula that supports its determination.
XML Source (w/o annotations (1); see within schema source)

additionalPaymentDate
Type:
AdjustableOrRelativeDate, complex content
Specifies the value date of the fee payment/receipt.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="additionalPaymentDate" type="AdjustableOrRelativeDate"/>

paymentType
Type:
PaymentType, simple content
Classification of the payment.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentType" type="PaymentType"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.