Package org.jquantlib.termstructures.volatilities

Examples of org.jquantlib.termstructures.volatilities.LocalVolSurface


                return localVolatility;
            }

            // ok, so it's strike-dependent. Never mind.
            if (LocalVolSurface.class.isAssignableFrom(klass)) {
                localVolatility.linkTo(new LocalVolSurface(blackVolatility, riskFreeRate, dividendYield, x0));
                updated = true;
                return localVolatility;
            }

            // Note: The previous LocalVolSurface case was a catch-all condition.
View Full Code Here

TOP

Related Classes of org.jquantlib.termstructures.volatilities.LocalVolSurface

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.