Down Rounding


A DownRounding object is created by

ql.DownRounding(prec[,digit])

where prec and digit are integer.
For a DownRounding object D

int D(r) all decimals past the precision are truncated


Creates a QuantLib rounding object


Index