return knownData;
}
@Override
protected IssuerDiscountBuildingRepository getBuilder(final double absoluteTolerance, final double relativeTolerance, final int maxIterations) {
return new IssuerDiscountBuildingRepository(absoluteTolerance, relativeTolerance, maxIterations);
}