Class FixedRateOption


public class FixedRateOption extends FixedRateOptionBase
Represents the accruing fixed rate option associated within a facility.

Java class for FixedRateOption complex type.

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

 <complexType name="FixedRateOption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FixedRateOptionBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="allInRateLimits" type="{http://www.fpml.org/FpML-5/confirmation}RateLimits" minOccurs="0"/>
         <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>
 
  • Field Details

  • Constructor Details

    • FixedRateOption

      public FixedRateOption()
  • Method Details

    • getStartDate

      public XMLGregorianCalendar getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStartDate

      public void setStartDate(XMLGregorianCalendar value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getEndDate

      public XMLGregorianCalendar getEndDate()
      Gets the value of the endDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEndDate

      public void setEndDate(XMLGregorianCalendar value)
      Sets the value of the endDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCurrency

      public Currency getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is Currency
    • setCurrency

      public void setCurrency(Currency value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is Currency
    • getAllInRateLimits

      public RateLimits getAllInRateLimits()
      Gets the value of the allInRateLimits property.
      Returns:
      possible object is RateLimits
    • setAllInRateLimits

      public void setAllInRateLimits(RateLimits value)
      Sets the value of the allInRateLimits property.
      Parameters:
      value - allowed object is RateLimits
    • getBorrowerPartyReference

      public List<PartyReference> getBorrowerPartyReference()
      Gets the value of the borrowerPartyReference property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the borrowerPartyReference property.

      For example, to add a new item, do as follows:

          getBorrowerPartyReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list PartyReference

    • getDrawdownNoticeDays

      public BigInteger getDrawdownNoticeDays()
      Gets the value of the drawdownNoticeDays property.
      Returns:
      possible object is BigInteger
    • setDrawdownNoticeDays

      public void setDrawdownNoticeDays(BigInteger value)
      Sets the value of the drawdownNoticeDays property.
      Parameters:
      value - allowed object is BigInteger
    • getFxRateSetNoticeDays

      public BigInteger getFxRateSetNoticeDays()
      Gets the value of the fxRateSetNoticeDays property.
      Returns:
      possible object is BigInteger
    • setFxRateSetNoticeDays

      public void setFxRateSetNoticeDays(BigInteger value)
      Sets the value of the fxRateSetNoticeDays property.
      Parameters:
      value - allowed object is BigInteger
    • getRateSetNoticeDays

      public BigInteger getRateSetNoticeDays()
      Gets the value of the rateSetNoticeDays property.
      Returns:
      possible object is BigInteger
    • setRateSetNoticeDays

      public void setRateSetNoticeDays(BigInteger value)
      Sets the value of the rateSetNoticeDays property.
      Parameters:
      value - allowed object is BigInteger