Class WeightedPartialDerivative

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

public class WeightedPartialDerivative extends Object
A partial derivative multiplied by a weighting factor.

Java class for WeightedPartialDerivative complex type.

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

 <complexType name="WeightedPartialDerivative">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partialDerivativeReference" type="{http://www.fpml.org/FpML-5/confirmation}PricingParameterDerivativeReference"/>
         <element name="weight" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>