Class FloatingRateOption

java.lang.Object

public class FloatingRateOption extends FloatingRateOptionBase
Represents the accruing floating rate option associated within a facility.

Java class for FloatingRateOption complex type.

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

 <complexType name="FloatingRateOption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FloatingRateOptionBase">
       <sequence>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/>
         <sequence>
           <element name="baseRateLimits" type="{http://www.fpml.org/FpML-5/confirmation}RateLimits" minOccurs="0"/>
           <element name="allInRateLimits" type="{http://www.fpml.org/FpML-5/confirmation}RateLimits" minOccurs="0"/>
         </sequence>
         <element name="borrowerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="unbounded" minOccurs="0"/>
         <sequence>
           <element name="drawdownNoticeDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
           <element name="fxRateSetNoticeDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
           <element name="rateSetNoticeDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         </sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>