Class AbsoluteTolerance

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

public class AbsoluteTolerance extends Object
The acceptable tolerance in the delivered quantity of a physical commodity product in terms of a number of units of that product.

Java class for AbsoluteTolerance complex type.

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

 <complexType name="AbsoluteTolerance">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="positive" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="negative" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="unit" type="{http://www.fpml.org/FpML-5/confirmation}QuantityUnit"/>
         <element name="optionOwnerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>