Class FloatingStrikePrice

java.lang.Object
net.finmath.smartcontract.product.xml.FloatingLegCalculation
net.finmath.smartcontract.product.xml.FloatingStrikePrice

public class FloatingStrikePrice extends FloatingLegCalculation

Java class for FloatingStrikePrice complex type.

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

 <complexType name="FloatingStrikePrice">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FloatingLegCalculation">
       <sequence>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}commodity"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FloatingStrikePrice

      public FloatingStrikePrice()
  • Method Details

    • getCommodity

      public Commodity getCommodity()
      Gets the value of the commodity property.
      Returns:
      possible object is Commodity
    • setCommodity

      public void setCommodity(Commodity value)
      Sets the value of the commodity property.
      Parameters:
      value - allowed object is Commodity