Package com.opengamma.financial.analytics.model.forex.defaultproperties

Examples of com.opengamma.financial.analytics.model.forex.defaultproperties.FXForwardPropertiesFunctions


    functionConfigs.add(functionConfiguration(CurrencyMatrixLookupFunction.class, CurrencyMatrixConfigPopulator.BLOOMBERG_LIVE_DATA));
  }

  @Override
  protected FunctionConfigurationSource forexFunctions() {
    final FXForwardPropertiesFunctions fxForwardDefaults = new FXForwardPropertiesFunctions();
    setForexForwardDefaults(fxForwardDefaults);
    final FunctionConfigurationSource fxForwardRepository = getRepository(fxForwardDefaults);
    final FXOptionPropertiesFunctions fxOptionDefaults = new FXOptionPropertiesFunctions();
    setForexOptionDefaults(fxOptionDefaults);
    final FunctionConfigurationSource fxOptionRepository = getRepository(fxOptionDefaults);
View Full Code Here


    functionConfigs.add(functionConfiguration(CurrencyMatrixLookupFunction.class, CurrencyMatrixConfigPopulator.SYNTHETIC_LIVE_DATA));
  }

  @Override
  protected FunctionConfigurationSource forexFunctions() {
    final FXForwardPropertiesFunctions fxForwardDefaults = new FXForwardPropertiesFunctions();
    setForexForwardDefaults(fxForwardDefaults);
    final FunctionConfigurationSource fxForwardRepository = getRepository(fxForwardDefaults);
    final FXOptionPropertiesFunctions fxOptionDefaults = new FXOptionPropertiesFunctions();
    setForexOptionDefaults(fxOptionDefaults);
    final FunctionConfigurationSource fxOptionRepository = getRepository(fxOptionDefaults);
View Full Code Here

TOP

Related Classes of com.opengamma.financial.analytics.model.forex.defaultproperties.FXForwardPropertiesFunctions

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.