Class InterestLeg

java.lang.Object

public class InterestLeg extends DirectionalLeg
A type describing the fixed income leg of the equity swap.

Java class for InterestLeg complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InterestLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DirectionalLeg">
       <sequence>
         <element name="interestLegCalculationPeriodDates" type="{http://www.fpml.org/FpML-5/confirmation}InterestLegCalculationPeriodDates"/>
         <element name="notional" type="{http://www.fpml.org/FpML-5/confirmation}ReturnSwapNotional"/>
         <element name="interestAmount" type="{http://www.fpml.org/FpML-5/confirmation}LegAmount"/>
         <element name="interestCalculation" type="{http://www.fpml.org/FpML-5/confirmation}InterestCalculation"/>
         <element name="stubCalculationPeriod" type="{http://www.fpml.org/FpML-5/confirmation}StubCalculationPeriod" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>