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