Package com.opengamma.analytics.math.differentiation

Examples of com.opengamma.analytics.math.differentiation.FiniteDifferenceType


    SABRFormulaData dataC = null;
    SABRFormulaData dataB = sabrData;
    SABRFormulaData dataA = null;
    final Function1D<SABRFormulaData, Double> func = FUNCTION.getVolatilityFunction(optionData, forward);

    FiniteDifferenceType fdType = null;

    switch (param) {
      case Strike:
        final double strike = optionData.getStrike();
        if (strike >= delta) {
View Full Code Here

TOP

Related Classes of com.opengamma.analytics.math.differentiation.FiniteDifferenceType

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.