Package com.opengamma.financial.analytics.volatility.surface

Examples of com.opengamma.financial.analytics.volatility.surface.SwaptionVolatilitySurfaceConfigPopulator


    if (isCurrencyMatrix()) {
      // TODO: [PLAT-2379] This won't work if the currency pair conventions aren't already loaded
      CurrencyMatrixConfigPopulator.populateCurrencyMatrixConfigMaster(cm);
    }
    if (isSwaptionVolatilitySurface()) {
      new SwaptionVolatilitySurfaceConfigPopulator(cm);
    }
    if (isIrFutureOptionSurface()) {
      new IRFutureOptionSurfaceConfigPopulator(cm);
    }
    if (isFxOptionVolatilitySurface()) {
View Full Code Here

TOP

Related Classes of com.opengamma.financial.analytics.volatility.surface.SwaptionVolatilitySurfaceConfigPopulator

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.