// private constructor
 private IsdaCompliantDiscountCurveCalibrator(double accuracy)
 {
     this.rootFinder = new NewtonRaphsonSingleRootFinder(accuracy);
 }