Floor Truncation


A FloorTruncation object is created by

ql.FloorTruncation(prec[,digit])

where prec and digit are integer. Default value of digit is 5.
For a FloorTruncation object C

int C(r) rounds up positive r and rounds down negative r according to UpRounding and DownRounding rules


Creates a QuantLib rounding object


Index