Class DerivativeFormula

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

public class DerivativeFormula extends Object
A formula for computing a complex derivative from partial derivatives. Its value is the sum of the terms divided by the product of the denominator terms.

Java class for DerivativeFormula complex type.

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

 <complexType name="DerivativeFormula">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="term" type="{http://www.fpml.org/FpML-5/confirmation}FormulaTerm"/>
         <element name="denominatorTerm" type="{http://www.fpml.org/FpML-5/confirmation}DenominatorTerm"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DerivativeFormula

      public DerivativeFormula()
  • Method Details

    • getTerm

      public FormulaTerm getTerm()
      Gets the value of the term property.
      Returns:
      possible object is FormulaTerm
    • setTerm

      public void setTerm(FormulaTerm value)
      Sets the value of the term property.
      Parameters:
      value - allowed object is FormulaTerm
    • getDenominatorTerm

      public DenominatorTerm getDenominatorTerm()
      Gets the value of the denominatorTerm property.
      Returns:
      possible object is DenominatorTerm
    • setDenominatorTerm

      public void setDenominatorTerm(DenominatorTerm value)
      Sets the value of the denominatorTerm property.
      Parameters:
      value - allowed object is DenominatorTerm