Package com.opengamma.analytics.financial.model.interestrate.definition

Examples of com.opengamma.analytics.financial.model.interestrate.definition.InflationZeroCouponCapFloorParameters


    for (int loopexp = 0; loopexp < CAPS[0].length; loopexp++) {
      expiryTimes1[loopexp] = CAPS[0][loopexp].getReferenceEndTime()[1];
    }

    // parameters bundle that we want to calibrate
    final InflationZeroCouponCapFloorParameters parameters = new InflationZeroCouponCapFloorParameters(expiryTimes1, strikes, volatilities, PRICE_INDEX_EUR);
    // Objective function that we use in the calibration
    final SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationObjective objective = new SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationObjective(parameters, CUR);
    // Calibration engine
    final SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationEngine<InflationProviderInterface> calibrationEngine = new SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationEngine<>(
        objective);
View Full Code Here


    for (int loopexp = 0; loopexp < CAPS[0].length; loopexp++) {
      expiryTimes1[loopexp] = CAPS[0][loopexp].getReferenceEndTime()[1];
    }

    // parameters bundle that we want to calibrate
    final InflationZeroCouponCapFloorParameters parameters = new InflationZeroCouponCapFloorParameters(expiryTimes1, strikes, volatilities, PRICE_INDEX_EUR);
    // Objective function that we use in the calibration
    final SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationObjective objective = new SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationObjective(parameters, CUR);
    // Calibration engine
    final SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationEngine<InflationProviderInterface> calibrationEngine = new SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationEngine<>(
        objective);
View Full Code Here

    for (int loopexp = 0; loopexp < CAPS[0].length; loopexp++) {
      expiryTimes1[loopexp] = CAPS[0][loopexp].getReferenceEndTime();
    }

    // parameters bundle that we want to calibrate
    final InflationZeroCouponCapFloorParameters parameters = new InflationZeroCouponCapFloorParameters(expiryTimes1, strikes, volatilities, PRICE_INDEX_EUR);
    // Objective function that we use in the calibration
    final SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationObjective objective = new SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationObjective(parameters, CUR);
    // Calibration engine
    final SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationEngine<InflationProviderInterface> calibrationEngine = new SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationEngine<>(
        objective);
View Full Code Here

    for (int loopexp = 0; loopexp < CAPS[0].length; loopexp++) {
      expiryTimes1[loopexp] = CAPS[0][loopexp].getReferenceEndTime();
    }

    // parameters bundle that we want to calibrate
    final InflationZeroCouponCapFloorParameters parameters = new InflationZeroCouponCapFloorParameters(expiryTimes1, strikes, volatilities, PRICE_INDEX_EUR);
    // Objective function that we use in the calibration
    final SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationObjective objective = new SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationObjective(parameters, CUR);
    // Calibration engine
    final SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationEngine<InflationProviderInterface> calibrationEngine = new SuccessiveRootFinderInflationZeroCouponCapFloorCalibrationEngine<>(
        objective);
View Full Code Here

TOP

Related Classes of com.opengamma.analytics.financial.model.interestrate.definition.InflationZeroCouponCapFloorParameters

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.