complexType "SinglePayment"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in fpml-cd-5-3.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
adjustablePaymentDate?, adjustedPaymentDate?, fixedAmount?
</...>
Content Model Elements (3):
adjustablePaymentDate (in singlePayment), fixedAmount (in singlePayment)
All Direct / Indirect Based Elements (1):
singlePayment
Known Usage Locations
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  SinglePayment
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="SinglePayment">
<xsd:complexContent>
<xsd:extension base="PaymentBase">
<xsd:sequence>
<xsd:element minOccurs="0" name="adjustablePaymentDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="adjustedPaymentDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="fixedAmount" type="Money"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
adjustablePaymentDate
Type:
xsd:date, predefined, simple content
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
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="adjustablePaymentDate" type="xsd:date"/>

adjustedPaymentDate
Type:
xsd:date, predefined, simple content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="adjustedPaymentDate" type="xsd:date"/>

fixedAmount
Type:
Money, complex content
A fixed payment amount. ISDA 2003 Term: Fixed Amount
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="fixedAmount" type="Money"/>

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