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>