Class FloatingRateOptionBase

java.lang.Object
net.finmath.smartcontract.product.xml.AccrualOptionBase
net.finmath.smartcontract.product.xml.FloatingRateOptionBase
Direct Known Subclasses:
FloatingRateAccrual, FloatingRateOption

public abstract class FloatingRateOptionBase extends AccrualOptionBase
Specifies the abstract type underlying a floating rate cash accrual option.

Java class for FloatingRateOptionBase complex type.

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

 <complexType name="FloatingRateOptionBase">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AccrualOptionBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FloatingRateIndexLoan.model"/>
         <element name="spread" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="pikSpread" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>