Package com.opengamma.analytics.financial.interestrate.fra.method

Examples of com.opengamma.analytics.financial.interestrate.fra.method.ForwardRateAgreementDiscountingMethod


    return METHOD_DEPOSIT_ZERO.parRateCurveSensitivity(deposit, curves).getSensitivities();
  }

  @Override
  public Map<String, List<DoublesPair>> visitForwardRateAgreement(final ForwardRateAgreement fra, final YieldCurveBundle curves) {
    final ForwardRateAgreementDiscountingMethod method = ForwardRateAgreementDiscountingMethod.getInstance();
    return method.parRateCurveSensitivity(fra, curves).getSensitivities();
  }
View Full Code Here

TOP

Related Classes of com.opengamma.analytics.financial.interestrate.fra.method.ForwardRateAgreementDiscountingMethod

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.