Package com.opengamma.analytics.financial.provider.curve.inflation

Examples of com.opengamma.analytics.financial.provider.curve.inflation.InflationDiscountBuildingRepository


      return knownData;
    }

    @Override
    protected InflationDiscountBuildingRepository getBuilder(final double absoluteTolerance, final double relativeTolerance, final int maxIterations) {
      return new InflationDiscountBuildingRepository(absoluteTolerance, relativeTolerance, maxIterations);
    }
View Full Code Here

TOP

Related Classes of com.opengamma.analytics.financial.provider.curve.inflation.InflationDiscountBuildingRepository

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.