Class CommodityFixedInterestCalculation

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

public class CommodityFixedInterestCalculation extends Object

Java class for CommodityFixedInterestCalculation complex type.

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

 <complexType name="CommodityFixedInterestCalculation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fixedRate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedRate"/>
         <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CommodityFixedInterestCalculation

      public CommodityFixedInterestCalculation()
  • Method Details

    • getFixedRate

      public IdentifiedRate getFixedRate()
      Gets the value of the fixedRate property.
      Returns:
      possible object is IdentifiedRate
    • setFixedRate

      public void setFixedRate(IdentifiedRate value)
      Sets the value of the fixedRate property.
      Parameters:
      value - allowed object is IdentifiedRate
    • getDayCountFraction

      public DayCountFraction getDayCountFraction()
      Gets the value of the dayCountFraction property.
      Returns:
      possible object is DayCountFraction
    • setDayCountFraction

      public void setDayCountFraction(DayCountFraction value)
      Sets the value of the dayCountFraction property.
      Parameters:
      value - allowed object is DayCountFraction