complexType "PeriodicPayment"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in fpml-cd-5-13.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (4):
fixedAmount (defined in PeriodicPayment complexType),
paymentFrequency (defined in PeriodicPayment complexType)
All Direct / Indirect Based Elements (2):
periodicPayment (defined in FeeLeg complexType),
periodicPayment (defined in FeeLeg complexType)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  PeriodicPayment
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="PeriodicPayment">
<xsd:complexContent>
<xsd:extension base="PaymentBase">
<xsd:sequence>
<xsd:element minOccurs="0" name="paymentFrequency" type="Period"/>
<xsd:choice>
<xsd:element name="fixedAmount" type="Money"/>
<xsd:element name="fixedAmountCalculation" type="FixedAmountCalculation"/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
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 name="fixedAmount" type="Money"/>

fixedAmountCalculation
Type:
FixedAmountCalculation, complex content
This element contains all the terms relevant to calculating a fixed amount where the fixed amount is calculated by reference to a per annum fixed rate. There is no corresponding ISDA 2003 Term. The equivalent is Sec 5.1 "Calculation of Fixed Amount" but this in itself is not a defined Term.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="fixedAmountCalculation" type="FixedAmountCalculation"/>

floatingAmountCalculation
Type:
FloatingAmountCalculation, complex content
XML Source (see within schema source)

paymentFrequency
Type:
Period, complex content
The time interval between regular fixed rate payer payment dates.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentFrequency" type="Period"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.