Package org.jquantlib.termstructures.volatilities.optionlet

Examples of org.jquantlib.termstructures.volatilities.optionlet.ConstantOptionletVolatility


              
         // optionLet volatilities
         final double volatility = 0.0;
         final Handle<OptionletVolatilityStructure> vol =
               new Handle<OptionletVolatilityStructure>(
                     new ConstantOptionletVolatility(
                         settlementDays,
                         calendar,
                         BusinessDayConvention.ModifiedFollowing,
                         volatility,
                         new Actual365Fixed()));
View Full Code Here

TOP

Related Classes of org.jquantlib.termstructures.volatilities.optionlet.ConstantOptionletVolatility

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.