Class FloatingRateDefinition

java.lang.Object
net.finmath.smartcontract.product.xml.FloatingRateDefinition

public class FloatingRateDefinition extends Object
A type defining parameters associated with a floating rate reset. This type forms part of the cashflows representation of a stream.

Java class for FloatingRateDefinition complex type.

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

 <complexType name="FloatingRateDefinition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="calculatedRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="rateObservation" type="{http://www.fpml.org/FpML-5/confirmation}RateObservation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="floatingRateMultiplier" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="spread" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="capRate" type="{http://www.fpml.org/FpML-5/confirmation}Strike" maxOccurs="unbounded" minOccurs="0"/>
         <element name="floorRate" type="{http://www.fpml.org/FpML-5/confirmation}Strike" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>