Class DerivativeCalculationProcedure

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

public class DerivativeCalculationProcedure extends Object
A description of how a numerical derivative is computed.

Java class for DerivativeCalculationProcedure complex type.

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

 <complexType name="DerivativeCalculationProcedure">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="method" type="{http://www.fpml.org/FpML-5/confirmation}DerivativeCalculationMethod" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}DerivativeCalculationParameters.model" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>