Examples of RiskFactorsGatherer


Examples of com.opengamma.financial.analytics.riskfactors.RiskFactorsGatherer

    return "RiskFactors";
  }

  @Override
  protected void addValueRequirements(final FunctionCompilationContext context, final Portfolio portfolio, final ViewCalculationConfiguration calcConfig) {
    final RiskFactorsGatherer riskFactors = OpenGammaCompilationContext.getRiskFactorsGatherer(context);
    calcConfig.addSpecificRequirements(riskFactors.getPositionRiskFactors(portfolio));
  }
View Full Code Here

Examples of com.opengamma.financial.analytics.riskfactors.RiskFactorsGatherer

    calcConfig.addSpecificRequirements(riskFactors.getPositionRiskFactors(portfolio));
  }

  @Override
  protected void addValueRequirements(final FunctionCompilationContext context, final Position position, final ViewCalculationConfiguration calcConfig) {
    final RiskFactorsGatherer riskFactors = OpenGammaCompilationContext.getRiskFactorsGatherer(context);
    calcConfig.addSpecificRequirements(riskFactors.getPositionRiskFactors(position));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.