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

Examples of com.opengamma.analytics.financial.provider.curve.issuer.IssuerDiscountBuildingRepository


      return knownData;
    }

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

TOP

Related Classes of com.opengamma.analytics.financial.provider.curve.issuer.IssuerDiscountBuildingRepository

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.