Class FloatingRate

java.lang.Object
net.finmath.smartcontract.product.xml.Rate
net.finmath.smartcontract.product.xml.FloatingRate
Direct Known Subclasses:
FloatingRateCalculation

public class FloatingRate extends Rate
A type defining a floating rate.

Java class for FloatingRate complex type.

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

 <complexType name="FloatingRate">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Rate">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FloatingRateIndex.model"/>
         <element name="floatingRateMultiplierSchedule" type="{http://www.fpml.org/FpML-5/confirmation}Schedule" minOccurs="0"/>
         <element name="spreadSchedule" type="{http://www.fpml.org/FpML-5/confirmation}SpreadSchedule" maxOccurs="unbounded" minOccurs="0"/>
         <element name="rateTreatment" type="{http://www.fpml.org/FpML-5/confirmation}RateTreatmentEnum" minOccurs="0"/>
         <element name="capRateSchedule" type="{http://www.fpml.org/FpML-5/confirmation}StrikeSchedule" maxOccurs="unbounded" minOccurs="0"/>
         <element name="floorRateSchedule" type="{http://www.fpml.org/FpML-5/confirmation}StrikeSchedule" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>