Class Rounding

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

public class Rounding extends Object
A type defining a rounding direction and precision to be used in the rounding of a rate.

Java class for Rounding complex type.

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

 <complexType name="Rounding">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="roundingDirection" type="{http://www.fpml.org/FpML-5/confirmation}RoundingDirectionEnum"/>
         <element name="precision" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>