Up Rounding


An UpRounding object is created by

ql.UpRounding(prec[,digit])

where prec and digit are integer.
For an UpRounding object U

int U(r) rounds up r. The first decimal past the precision is rounded up if it greater than digit.


Creates a QuantLib rounding object


Index