Class DenominatorTerm

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

public class DenominatorTerm extends Object
The type defining a denominator term of the formula. Its value is (sum of weighted partials) ^ power.

Java class for DenominatorTerm complex type.

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

 <complexType name="DenominatorTerm">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="weightedPartial" type="{http://www.fpml.org/FpML-5/confirmation}WeightedPartialDerivative"/>
         <element name="power" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>